diff --git a/product_update_price_last_purchase/models/product_template.py b/product_update_price_last_purchase/models/product_template.py index f89e7d2..fdaab14 100644 --- a/product_update_price_last_purchase/models/product_template.py +++ b/product_update_price_last_purchase/models/product_template.py @@ -41,9 +41,6 @@ class ProductTemplate(models.Model): list_price = fields.Float( string="Sale price with VAT", help="Price calculated according to the configured pricelist, including VAT.", - compute="_compute_theoritical_price", - store=True, - readonly=False, digits=dp.get_precision('Product Price') )