[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 Adrià Gil Sorribes
parent b69766eed6
commit fdcc808b8c

View File

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