[MIG] account_mass_reconcile: Make modules uninstallable

This commit is contained in:
Pedro M. Baeza
2016-10-06 14:48:11 +02:00
committed by Miquel Raïch
parent 5596f94c3f
commit ebb82e940b

View File

@@ -18,6 +18,6 @@
],
'license': 'AGPL-3',
"auto_install": False,
'installable': True,
'installable': False,
}