[MIG] Make modules uninstallable

pull/1340/head
Pedro M. Baeza 2015-10-14 02:57:05 +02:00 committed by OCA-git-bot
parent 2f1d4a77ee
commit 877fc1a1cb
1 changed files with 1 additions and 1 deletions

View File

@ -9,5 +9,5 @@
], ],
'data': ['views/view.xml'], 'data': ['views/view.xml'],
"author": "Cristian Salamea,Odoo Community Association (OCA)", "author": "Cristian Salamea,Odoo Community Association (OCA)",
"installable": True, 'installable': False,
} }