diff --git a/product_print_category_supermarket/models/product_template.py b/product_print_category_supermarket/models/product_template.py index 6539b1c..c7a0c25 100644 --- a/product_print_category_supermarket/models/product_template.py +++ b/product_print_category_supermarket/models/product_template.py @@ -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):