[MIG] Make modules uninstallable

This commit is contained in:
Pedro M. Baeza
2016-10-06 16:12:54 +02:00
committed by Lois Rilo
parent fb31c0a7b7
commit ddf2b8e33c

View File

@@ -21,5 +21,5 @@
"qweb": [ "qweb": [
'static/src/xml/web_widget_x2many_2d_matrix.xml', 'static/src/xml/web_widget_x2many_2d_matrix.xml',
], ],
"installable": True, 'installable': False,
} }