mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
Now we call fusion server just to convert reports into the right format
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user