Browse Source

[MIG] Make modules uninstallable

pull/777/head
Pedro M. Baeza 9 years ago
committed by Enric Tobella
parent
commit
6cc7e1a3a6
No known key found for this signature in database GPG Key ID: 1A2546A1B7BA2451
  1. 2
      web_widget_color/__openerp__.py

2
web_widget_color/__openerp__.py

@ -39,6 +39,6 @@
'static/src/xml/widget.xml', 'static/src/xml/widget.xml',
], ],
'auto_install': False, 'auto_install': False,
'installable': True,
'installable': False,
'web_preload': True, 'web_preload': True,
} }
Loading…
Cancel
Save