product_update_price_last_purchase: to_print field editable
This commit is contained in:
parent
ed2cab2b15
commit
ed90fc24bc
1 changed files with 0 additions and 1 deletions
|
|
@ -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(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue