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