Skip to content

Commit

Permalink
product_usability: seller_id can not be store as muti-company will be…
Browse files Browse the repository at this point in the history
… broken
  • Loading branch information
sebastienbeau committed May 31, 2024
1 parent 5144b03 commit 1f696a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion product_usability/models/product_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class ProductTemplate(models.Model):
# in v10, that field was defined in procurement_suggest, but we will
# probably not port procurement_suggest because it is native in v14
seller_id = fields.Many2one(
'res.partner', related='seller_ids.name', store=True,
'res.partner', related='seller_ids.name',
string='Main Supplier')

# in v14, I noticed that the tracking of the fields of product.template
Expand Down

0 comments on commit 1f696a7

Please sign in to comment.