[MIG] Make modules uninstallable

pull/867/head
Pedro M. Baeza 2015-10-14 02:57:05 +02:00 committed by Jairo Llopis
parent 3647bc0b7b
commit 3cd55c0b61
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,
} }