From 189bd4c51420a5e5ef4c01b2576f964754680d5c Mon Sep 17 00:00:00 2001 From: Guewen Baconnier Date: Tue, 18 Nov 2014 14:18:09 +0100 Subject: [PATCH] Set account_compute_tax_amount to installable --- account_compute_tax_amount/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account_compute_tax_amount/__openerp__.py b/account_compute_tax_amount/__openerp__.py index dfe35a3ca..8a4950118 100644 --- a/account_compute_tax_amount/__openerp__.py +++ b/account_compute_tax_amount/__openerp__.py @@ -25,6 +25,6 @@ "author": "Camptocamp", 'website': 'http://www.camptocamp.com', 'data': [], - 'installable': False, + 'installable': True, 'active': False, }