[MIG] Make modules uninstallable

pull/249/merge
Pedro M. Baeza 2015-10-14 02:54:06 +02:00 committed by Holger Brunn
parent 81d9c08161
commit 72dc68b81d
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
"data/ir_actions.xml", "data/ir_actions.xml",
], ],
"auto_install": False, "auto_install": False,
"installable": True, 'installable': False,
"application": False, "application": False,
"external_dependencies": { "external_dependencies": {
'python': [], 'python': [],