From 8ffb47a64fbee7b926931c2e5391caa4cdfbed97 Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Wed, 14 Oct 2015 02:52:37 +0200 Subject: [PATCH] [MIG] Update metafiles --- .travis.yml | 6 +++--- README.md | 25 ++----------------------- 2 files changed, 5 insertions(+), 26 deletions(-) diff --git a/.travis.yml b/.travis.yml index 90009896..a47cc6ad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,9 +16,9 @@ python: - "2.7" env: - - VERSION="8.0" LINT_CHECK="1" - - VERSION="8.0" ODOO_REPO="odoo/odoo" LINT_CHECK="0" - - VERSION="8.0" ODOO_REPO="OCA/OCB" LINT_CHECK="0" + - 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" virtualenv: system_site_packages: true diff --git a/README.md b/README.md index 6e5eb296..e1f1fdfc 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -[![Build Status](https://travis-ci.org/OCA/account-financial-reporting.svg?branch=8.0)](https://travis-ci.org/OCA/account-financial-reporting) -[![Coverage Status](https://coveralls.io/repos/OCA/account-financial-reporting/badge.png?branch=8.0)](https://coveralls.io/r/OCA/account-financial-reporting?branch=8.0) +[![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) OpenERP account financial reports ================================= @@ -14,25 +14,4 @@ others: [//]: # (addons) -Available addons ----------------- -addon | version | summary ---- | --- | --- -[account_chart_report](account_chart_report/) | 8.0.1.0.0 | Print chart of accounts -[account_export_csv](account_export_csv/) | 8.0.1.1.0 | Account Export CSV -[account_financial_report_horizontal](account_financial_report_horizontal/) | 8.0.0.3.0 | Accounting Financial Reports Horizontal -[account_financial_report_webkit](account_financial_report_webkit/) | 8.0.1.1.0 | Financial Reports - Webkit -[account_financial_report_webkit_xls](account_financial_report_webkit_xls/) | 8.0.0.4.0 | Add XLS export to accounting reports -[account_journal_report_xls](account_journal_report_xls/) | 8.0.0.2.0 | Financial Journal reports -[account_move_line_report_xls](account_move_line_report_xls/) | 8.0.0.6.0 | Journal Items Excel export -[account_tax_report_no_zeroes](account_tax_report_no_zeroes/) | 8.0.1.0.0 | Account tax report without zeroes -[mis_builder](mis_builder/) | 8.0.0.2.0 | Build 'Management Information System' Reports and Dashboards -[mis_builder_demo](mis_builder_demo/) | 8.0.0.1.0 | Demo data for the mis_builder module - -Unported addons ---------------- -addon | version | summary ---- | --- | --- -[account_financial_report](account_financial_report/) | 2.0 (unported) | Common financial reports - [//]: # (end addons)