diff --git a/account_tax_analysis/__openerp__.py b/account_tax_analysis/__openerp__.py index 5dfea9c03..78a4272f7 100644 --- a/account_tax_analysis/__openerp__.py +++ b/account_tax_analysis/__openerp__.py @@ -36,7 +36,6 @@ This way you will find easily differences you may see between the OpenERP tax report and what you see in your books.""", "website": "http://www.camptocamp.com", "data": ["account_tax_analysis_view.xml"], - 'installable': False, + 'installable': True, "active": False, } -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: