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, }