From f425e58da56b7ff7d4d43c60cde59420372a43f1 Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Mon, 27 May 2019 19:45:06 +0200 Subject: [PATCH] Prepare v12 branch --- product_harmonized_system_delivery/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, }