[MIG] Make modules uninstallable

pull/597/head
Pedro M. Baeza 2015-10-14 02:52:35 +02:00 committed by David Beal
parent 59e42cdfb6
commit e72831b8b9
1 changed files with 1 additions and 1 deletions

View File

@ -46,6 +46,6 @@
'wizard/account_export_csv_view.xml', 'wizard/account_export_csv_view.xml',
'menu.xml', 'menu.xml',
], ],
'installable': True, 'installable': False,
'active': False, 'active': False,
} }