@ -36,7 +36,7 @@
"test": [
],
"auto_install": False,
"installable": True,
'installable': False,
"application": False,
"external_dependencies": {
'python': ['jinja2'],
@ -77,6 +77,6 @@ Excel reports in odoo.
'depends': ['base'],
'external_dependencies': {'python': ['xlwt']},
'active': False,
'installable': True,
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: