diff --git a/stock_secondary_unit/models/product.py b/stock_secondary_unit/models/product.py index a57cef0c7..8c4bd61ad 100644 --- a/stock_secondary_unit/models/product.py +++ b/stock_secondary_unit/models/product.py @@ -33,7 +33,9 @@ class ProductTemplate(models.Model): _name = "product.template" stock_secondary_uom_id = fields.Many2one( - comodel_name="product.secondary.unit", string="Second unit for inventory" + comodel_name="product.secondary.unit", + string="Second unit for inventory", + copy=False, )