[FIX] mis_builder: dependencies

pull/189/head
Stéphane Bidoul 2016-05-15 15:31:12 +02:00
parent e8aa6dd2c8
commit 07d6c16a91
2 changed files with 4 additions and 4 deletions

View File

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

View File

@ -2,3 +2,4 @@
# add a github url if you need a forked version
reporting-engine
server-tools
web