Browse Source

[MIG] Make modules uninstallable

pull/44/head
Pedro M. Baeza 9 years ago
parent
commit
293e78dcd5
  1. 2
      report_custom_filename/__openerp__.py
  2. 2
      report_xls/__openerp__.py

2
report_custom_filename/__openerp__.py

@ -36,7 +36,7 @@
"test": [
],
"auto_install": False,
"installable": True,
'installable': False,
"application": False,
"external_dependencies": {
'python': ['jinja2'],

2
report_xls/__openerp__.py

@ -77,6 +77,6 @@ Excel reports in odoo.
'depends': ['base'],
'external_dependencies': {'python': ['xlwt']},
'active': False,
'installable': True,
'installable': False,
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
Loading…
Cancel
Save