[MIG] account_mass_reconcile: Make modules uninstallable

pull/235/head
Pedro M. Baeza 2016-10-06 14:48:11 +02:00 committed by Adrià Gil Sorribes
parent b69766eed6
commit fdcc808b8c
1 changed files with 1 additions and 1 deletions

View File

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