[FIX] mis_builder: dependencies
parent
e8aa6dd2c8
commit
07d6c16a91
|
@ -16,20 +16,20 @@
|
|||
'account',
|
||||
'report_xlsx', # OCA/reporting-engine
|
||||
'date_range', # OCA/server-tools
|
||||
# TODO uncomment when https://github.com/OCA/web/pull/270 is merged
|
||||
# 'web_widget_color', # OCA/web
|
||||
],
|
||||
'data': [
|
||||
'wizard/mis_builder_dashboard.xml',
|
||||
'views/mis_report.xml',
|
||||
'views/mis_report_instance.xml',
|
||||
'views/mis_builder_style.xml',
|
||||
'views/mis_report_style.xml',
|
||||
'datas/ir_cron.xml',
|
||||
'security/ir.model.access.csv',
|
||||
'security/mis_builder_security.xml',
|
||||
'report/mis_report_instance_qweb.xml',
|
||||
'report/mis_report_instance_xlsx.xml',
|
||||
],
|
||||
'test': [
|
||||
],
|
||||
'demo': [
|
||||
'tests/mis.report.kpi.csv',
|
||||
'tests/mis.report.query.csv',
|
||||
|
@ -42,6 +42,5 @@
|
|||
],
|
||||
'installable': True,
|
||||
'application': True,
|
||||
'auto_install': False,
|
||||
'license': 'AGPL-3',
|
||||
}
|
||||
|
|
|
@ -2,3 +2,4 @@
|
|||
# add a github url if you need a forked version
|
||||
reporting-engine
|
||||
server-tools
|
||||
web
|
||||
|
|
Loading…
Reference in New Issue