[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 sonhd91
parent 6609130bf5
commit 4edc23327f

View File

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