diff --git a/addons/product/models/product_template.py b/addons/product/models/product_template.py index 1ae82eb599057..d7a675ea8eb15 100644 --- a/addons/product/models/product_template.py +++ b/addons/product/models/product_template.py @@ -191,6 +191,7 @@ def _compute_currency_id(self): def _compute_cost_currency_id(self): self.cost_currency_id = self.env.company.currency_id.id + @api.depends_context('pricelist', 'partner', 'quantity', 'uom', 'date', 'no_variant_attributes_price_extra') def _compute_template_price(self): prices = self._compute_template_price_no_inverse() for template in self: