diff --git a/mail_quotation/__openerp__.py b/mail_quotation/__openerp__.py index 4d958cbd98b..46dcf7ec277 100644 --- a/mail_quotation/__openerp__.py +++ b/mail_quotation/__openerp__.py @@ -38,6 +38,6 @@ "quotation_action_data.xml", "sale_order_view.xml", ], - "installable": True, + 'installable': False, "complexity": "easy", } diff --git a/pricelist_share_companies/__openerp__.py b/pricelist_share_companies/__openerp__.py index f313692af4c..3032d271cf6 100644 --- a/pricelist_share_companies/__openerp__.py +++ b/pricelist_share_companies/__openerp__.py @@ -75,5 +75,5 @@ "security/pricelist_security.xml", ], "active": False, - "installable": True + 'installable': False } diff --git a/product_special_type/__openerp__.py b/product_special_type/__openerp__.py index ff43b4e3e4c..775df457fa6 100644 --- a/product_special_type/__openerp__.py +++ b/product_special_type/__openerp__.py @@ -44,5 +44,5 @@ "demo_xml" : [], "update_xml" : ['product_view.xml'], "active": False, - "installable": True + 'installable': False } diff --git a/product_special_type_invoice/__openerp__.py b/product_special_type_invoice/__openerp__.py index b80761a3bc5..02baacab1ba 100644 --- a/product_special_type_invoice/__openerp__.py +++ b/product_special_type_invoice/__openerp__.py @@ -36,5 +36,5 @@ "demo_xml" : [], "update_xml" : [], "active": False, - "installable": True + 'installable': False } diff --git a/product_special_type_sale/__openerp__.py b/product_special_type_sale/__openerp__.py index a1a6f3755c2..55b786ebe4a 100644 --- a/product_special_type_sale/__openerp__.py +++ b/product_special_type_sale/__openerp__.py @@ -36,5 +36,5 @@ "demo_xml" : [], "update_xml" : [], "active": False, - "installable": True + 'installable': False } diff --git a/sale_condition_text/__openerp__.py b/sale_condition_text/__openerp__.py index 35f9e4426a8..249656cfc9e 100644 --- a/sale_condition_text/__openerp__.py +++ b/sale_condition_text/__openerp__.py @@ -16,5 +16,5 @@ "sale_order_view.xml", "condition_view.xml"], "category": "Sale", - "installable" : True, + "installable": False, "active" : False,}