Browse Source

[MIG] Make modules uninstallable

pull/1244/head
Pedro M. Baeza 8 years ago
committed by Ignacio Ibeas - Acysos S.L
parent
commit
36ead6b935
  1. 2
      letsencrypt/__openerp__.py

2
letsencrypt/__openerp__.py

@ -19,7 +19,7 @@
"demo/ir_cron.xml", "demo/ir_cron.xml",
], ],
"post_init_hook": 'post_init_hook', "post_init_hook": 'post_init_hook',
"installable": True,
'installable': False,
"external_dependencies": { "external_dependencies": {
'bin': [ 'bin': [
'openssl', 'openssl',

Loading…
Cancel
Save