diff --git a/product_harmonized_system_delivery/__manifest__.py b/product_harmonized_system_delivery/__manifest__.py index 725f53c..a0945e5 100644 --- a/product_harmonized_system_delivery/__manifest__.py +++ b/product_harmonized_system_delivery/__manifest__.py @@ -11,6 +11,6 @@ 'author': 'Akretion, Odoo Community Association (OCA)', 'depends': ['delivery', 'product_harmonized_system'], 'data': ['views/product_template.xml'], - 'installable': True, + 'installable': False, 'auto_install': True, }