From 1a4c8f0094296cd9415da3e93f193651f895800d Mon Sep 17 00:00:00 2001 From: luis Date: Wed, 1 Oct 2025 13:24:13 +0200 Subject: [PATCH] product_print_category_supermarket: track to_print changes --- product_print_category_supermarket/models/product_template.py | 1 + 1 file changed, 1 insertion(+) 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):