[FIX] account_tax_update: unported modules must not be installable

This commit is contained in:
Stéphane Bidoul (ACSONE)
2015-08-30 18:19:55 +02:00
parent 4a322323f0
commit 84f3785522

View File

@@ -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: