product_print_category_supermarket: track to_print changes
This commit is contained in:
parent
93ccb20a17
commit
1a4c8f0094
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ class ProductTemplate(models.Model):
|
|||
code_balance = fields.Integer("Balance Code")
|
||||
ingredients = fields.Text()
|
||||
expiration_date = fields.Date("Expiration Date")
|
||||
to_print = fields.Boolean(tracking=True)
|
||||
|
||||
@api.model
|
||||
def get_price_member(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue