diff --git a/__unported__/account_tax_update/__openerp__.py b/__unported__/account_tax_update/__openerp__.py index b1a8974bc..3e1146636 100644 --- a/__unported__/account_tax_update/__openerp__.py +++ b/__unported__/account_tax_update/__openerp__.py @@ -57,5 +57,6 @@ This module is compatible with OpenERP 7.0 'security/ir.model.access.csv', ], "license": 'AGPL-3', + "installable": False, } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: