Set all addons to uninstallable

This commit is contained in:
Nicolas Bessi
2014-06-30 11:12:36 +02:00
parent a70868f7a6
commit ccf128622f
23 changed files with 23 additions and 23 deletions

View File

@@ -49,6 +49,6 @@ during the Akretion-Camptocamp code sprint of June 2011.
'account_view.xml',
'wizard/account_move_reverse_view.xml'
],
'installable': True,
'installable': False,
'active': False,
}