Now we call fusion server just to convert reports into the right format

This commit is contained in:
Anael Lorimier
2014-10-14 10:19:12 +02:00
parent 09542c7248
commit 483dbe7acc
5 changed files with 58 additions and 43 deletions

View File

@@ -16,10 +16,14 @@ The py3o.template package is required; install it with:
'base'
],
'external_dependencies': {
'python': ['py3o.template']
'python': ['py3o.template', 'oe_json_serializer']
},
'data': [
'menu.xml',
'ir_report.xml',
'py3o_template.xml',
'py3o_server.xml',
'data/py3o.fusion.filetype.csv',
],
'installable': True,
}