Browse Source

[MIG] Make modules uninstallable

pull/1248/head
Pedro M. Baeza 8 years ago
committed by Dennis Sluijk
parent
commit
59b6782a33
  1. 2
      web_widget_timepicker/__openerp__.py

2
web_widget_timepicker/__openerp__.py

@ -8,7 +8,7 @@
"license": "AGPL-3",
"category": "Web",
"website": "http://www.vividlab.de",
"installable": True,
'installable': False,
"depends": [
"web",
],

Loading…
Cancel
Save