[IMP] Allow user to use local fusion

This commit is contained in:
Laurent Mignon
2016-10-04 11:26:15 +02:00
committed by Elmeri Niemelä
parent 6d4efe1360
commit 10ce6f6c1c
8 changed files with 63 additions and 66 deletions

View File

@@ -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,
}