[MIG] Make modules uninstallable

pull/269/head
Pedro M. Baeza 2016-10-06 16:08:38 +02:00 committed by Jairo Llopis
parent 7c95d2b909
commit a4aab202bf
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
"Odoo Community Association (OCA)", "Odoo Community Association (OCA)",
"license": "AGPL-3", "license": "AGPL-3",
"application": False, "application": False,
"installable": True, 'installable': False,
"depends": [ "depends": [
"decimal_precision", "decimal_precision",
"mail", "mail",