diff --git a/sale_quotation_title/__openerp__.py b/sale_quotation_title/__openerp__.py index 1dd6827..ec51e44 100644 --- a/sale_quotation_title/__openerp__.py +++ b/sale_quotation_title/__openerp__.py @@ -22,5 +22,5 @@ This module has been written by Alexis de Lattre from Akretion 'website': 'http://www.akretion.com', 'depends': ['sale'], 'data': ['sale_view.xml'], - 'installable': True, + 'installable': False, }