Browse Source

[FIX] Installation dependency

Ubuntu 14.04 - Odoo 8
While trying to install this module, a "no module xlwt" appears even if the module is properly installed.
Removing this line the module could be installed without error messages.
pull/6/head
Alejandro Perez Cosio 10 years ago
parent
commit
268c75d19a
  1. 1
      report_xls/__openerp__.py

1
report_xls/__openerp__.py

@ -75,7 +75,6 @@ Excel reports in odoo.
""",
'depends': ['base'],
'external_dependencies': {'python': ['xlwt']},
'active': False,
'installable': True,
}

Loading…
Cancel
Save