[MIG] Make modules uninstallable

pull/1312/head
Pedro M. Baeza 2016-10-06 16:12:54 +02:00 committed by Timon Tschanz
parent 37e2d32235
commit 26e3b80797
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
"Odoo Community Association (OCA)",
"license": "AGPL-3",
"application": False,
"installable": True,
'installable': False,
"depends": [
"web",
],