diff --git a/.travis.yml b/.travis.yml index 48740fc9..6441173d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,15 +17,15 @@ python: - "2.7" env: - - VERSION="9.0" LINT_CHECK="1" - - VERSION="9.0" ODOO_REPO="odoo/odoo" LINT_CHECK="0" - - VERSION="9.0" ODOO_REPO="OCA/OCB" LINT_CHECK="0" + - VERSION="10.0" LINT_CHECK="1" + - VERSION="10.0" ODOO_REPO="odoo/odoo" LINT_CHECK="0" + - VERSION="10.0" ODOO_REPO="OCA/OCB" LINT_CHECK="0" virtualenv: system_site_packages: true before_install: - - "export DISPLAY=:99.0" + - "export DISPLAY=:910.0" - "sh -e /etc/init.d/xvfb start" install: diff --git a/README.md b/README.md index 70ef11bb..063ff075 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -[![Build Status](https://travis-ci.org/OCA/account-financial-reporting.svg?branch=9.0)](https://travis-ci.org/OCA/account-financial-reporting) -[![Coverage Status](https://coveralls.io/repos/OCA/account-financial-reporting/badge.png?branch=9.0)](https://coveralls.io/r/OCA/account-financial-reporting?branch=9.0) +[![Build Status](https://travis-ci.org/OCA/account-financial-reporting.svg?branch=10.0)](https://travis-ci.org/OCA/account-financial-reporting) +[![Coverage Status](https://coveralls.io/repos/OCA/account-financial-reporting/badge.png?branch=10.0)](https://coveralls.io/r/OCA/account-financial-reporting?branch=10.0) OpenERP account financial reports ================================= @@ -14,23 +14,4 @@ others: [//]: # (addons) -Available addons ----------------- -addon | version | summary ---- | --- | --- -[account_financial_report_qweb](account_financial_report_qweb/) | 9.0.1.0.0 | OCA Financial Reports -[mis_builder](mis_builder/) | 9.0.2.0.1 | Build 'Management Information System' Reports and Dashboards - -Unported addons ---------------- -addon | version | summary ---- | --- | --- -[account_chart_report](account_chart_report/) | 8.0.1.0.0 (unported) | Print chart of accounts -[account_export_csv](account_export_csv/) | 8.0.1.1.0 (unported) | Account Export CSV -[account_financial_report](account_financial_report/) | 2.0 (unported) | Common financial reports -[account_financial_report_horizontal](account_financial_report_horizontal/) | 8.0.0.3.0 (unported) | Accounting Financial Reports Horizontal -[account_journal_report_xls](account_journal_report_xls/) | 8.0.0.2.0 (unported) | Financial Journal reports -[account_move_line_report_xls](account_move_line_report_xls/) | 8.0.0.6.0 (unported) | Journal Items Excel export -[mis_builder_demo](mis_builder_demo/) | 9.0.1.0.0 (unported) | Demo data for the mis_builder module - [//]: # (end addons)