mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
[IMP] Allow user to use local fusion
This commit is contained in:
committed by
Elmeri Niemelä
parent
6d4efe1360
commit
10ce6f6c1c
@@ -19,7 +19,8 @@ The py3o.template package is required; install it with:
|
||||
'report'
|
||||
],
|
||||
'external_dependencies': {
|
||||
'python': ['py3o.template']
|
||||
'python': ['py3o.template',
|
||||
'py3o.formats']
|
||||
},
|
||||
'data': [
|
||||
'security/ir.model.access.csv',
|
||||
@@ -28,8 +29,6 @@ The py3o.template package is required; install it with:
|
||||
'views/py3o_template.xml',
|
||||
'views/py3o_server.xml',
|
||||
'views/ir_report.xml',
|
||||
|
||||
'data/py3o.fusion.filetype.csv',
|
||||
],
|
||||
'installable': True,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user