LaOsaCoop/Odoo16#12 migration pos_balance_multishop + pos_balance_epelsa

This commit is contained in:
Luis 2025-05-22 13:09:29 +02:00
parent 46ad866011
commit 7b37ed92a1
20 changed files with 1328 additions and 2 deletions

View file

@ -14,7 +14,7 @@ class ProductTemplate(models.Model):
string="Last purchase price",
help="The last price at which the product was purchased. "
"It is used as the base price field for calculating the product sale price.",
readonly=True,
# readonly=True,
digits="Product Price",
)