diff --git a/account_invoice_currency/__openerp__.py b/account_invoice_currency/__openerp__.py index 423b9ee99..99c703524 100644 --- a/account_invoice_currency/__openerp__.py +++ b/account_invoice_currency/__openerp__.py @@ -37,5 +37,5 @@ 'data': [ "views/account_invoice_view.xml" ], - 'installable': True, + 'installable': False, }