Browse Source

[MIG] Make modules uninstallable

pull/874/head
Pedro M. Baeza 9 years ago
committed by Quentin Theuret
parent
commit
3f344b4594
  1. 2
      help_online/__openerp__.py

2
help_online/__openerp__.py

@ -60,6 +60,6 @@ Note: When updating the page prefix parameters, the record rules must be
'qweb': [ 'qweb': [
'static/src/xml/help_online.xml', 'static/src/xml/help_online.xml',
], ],
'installable': True,
'installable': False,
'auto_install': False, 'auto_install': False,
} }
Loading…
Cancel
Save