product_update_price_last_purchase: to_print field editable

This commit is contained in:
Luis 2024-04-06 11:35:12 +02:00
parent ed2cab2b15
commit ed90fc24bc

View file

@ -30,7 +30,6 @@ class ProductTemplate(models.Model):
help="""The sale price has been updated on this product help="""The sale price has been updated on this product
and needs to be updated on the shelf.""", and needs to be updated on the shelf.""",
default=False, default=False,
readonly=True,
) )
last_purchase_price_received = fields.Float( last_purchase_price_received = fields.Float(