diff --git a/.travis.yml b/.travis.yml index 867e15e1..ab42259e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,9 +13,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 384dad98..4928bc0c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -[![Build Status](https://travis-ci.org/OCA/reporting-engine.svg?branch=8.0)](https://travis-ci.org/OCA/reporting-engine) -[![Coverage Status](https://img.shields.io/coveralls/OCA/reporting-engine.svg)](https://coveralls.io/r/OCA/reporting-engine?branch=8.0) +[![Build Status](https://travis-ci.org/OCA/reporting-engine.svg?branch=9.0)](https://travis-ci.org/OCA/reporting-engine) +[![Coverage Status](https://img.shields.io/coveralls/OCA/reporting-engine.svg)](https://coveralls.io/r/OCA/reporting-engine?branch=9.0) OCA alternative reporting engines and reporting utilities for Odoo ================================================================== @@ -16,19 +16,6 @@ The convention is to use a suffix to each module to indicate that it's for using It can contain also another utilities directly involved with reports (like merge/split utils, checkers, signing tools and so on). [//]: # (addons) -Available addons ----------------- -addon | version | summary ---- | --- | --- -[report_custom_filename](report_custom_filename/) | 8.0.1.0.0 | Configure the filename to use when downloading a report -[report_xls](report_xls/) | 8.0.0.6.0 | Excel report engine - -Unported addons ---------------- -addon | version | summary ---- | --- | --- -[base_report_assembler](base_report_assembler/) | 1.0 (unported) | Base Report Assembler - [//]: # (end addons) ----