From 6debf13f2502d3cf6a5fafb2da697dc708285fbb Mon Sep 17 00:00:00 2001 From: odoo production keras buti Date: Tue, 6 Sep 2022 18:08:38 +0200 Subject: [PATCH] comentados archivos de report porque dan error al actualizar --- product_update_price_last_purchase/__manifest__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/product_update_price_last_purchase/__manifest__.py b/product_update_price_last_purchase/__manifest__.py index b0b5d3b..2aa78df 100644 --- a/product_update_price_last_purchase/__manifest__.py +++ b/product_update_price_last_purchase/__manifest__.py @@ -25,8 +25,8 @@ 'views/product_view.xml', 'data/report_paperformat.xml', 'report/report_product_shelf_tag.xml', - 'report/report_product_barcode.xml', - 'report/product_barcode.xml' + #'report/report_product_barcode.xml', + #'report/product_barcode.xml' ], 'installable': True, }