From 028c226d41aa780a22033f9746c996dfed3980ae Mon Sep 17 00:00:00 2001 From: luis Date: Wed, 14 May 2025 12:34:26 +0200 Subject: [PATCH] LaOsaCoop/Odoo16#5 add print cargory label: 60x35mm --- .../__manifest__.py | 1 + .../data/product_print_category.xml | 14 ++++ .../views/report_pricetag_60x35.xml | 70 +++++++++++++++++++ 3 files changed, 85 insertions(+) create mode 100644 product_print_category_supermarket/views/report_pricetag_60x35.xml diff --git a/product_print_category_supermarket/__manifest__.py b/product_print_category_supermarket/__manifest__.py index 840dc06..1bb4f32 100644 --- a/product_print_category_supermarket/__manifest__.py +++ b/product_print_category_supermarket/__manifest__.py @@ -17,6 +17,7 @@ ], "data": [ "views/report_pricetag_normal.xml", + "views/report_pricetag_60x35.xml", "views/product_print_category.xml", "views/product_template_tag.xml", "views/product_template.xml", diff --git a/product_print_category_supermarket/data/product_print_category.xml b/product_print_category_supermarket/data/product_print_category.xml index f837962..2243f35 100644 --- a/product_print_category_supermarket/data/product_print_category.xml +++ b/product_print_category_supermarket/data/product_print_category.xml @@ -15,4 +15,18 @@ /> + + Normal pricetag - 60x35mm + + + + diff --git a/product_print_category_supermarket/views/report_pricetag_60x35.xml b/product_print_category_supermarket/views/report_pricetag_60x35.xml new file mode 100644 index 0000000..02b635b --- /dev/null +++ b/product_print_category_supermarket/views/report_pricetag_60x35.xml @@ -0,0 +1,70 @@ + + + + \ No newline at end of file