3
0
Fork 0

[MIG] Make modules uninstallable

13.0
Pedro M. Baeza 2015-10-14 02:57:05 +02:00 committed by fshah
parent ef59fab54f
commit 9c418b226a
1 changed files with 1 additions and 1 deletions

View File

@ -28,5 +28,5 @@
"depends": ['web'],
'data': ['view/web_translate.xml'],
'qweb': ["static/src/xml/base.xml"],
'installable': True,
'installable': False,
}