From 57babb2ccc04b67c0ca219d197ea6e2a8c3844f5 Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Thu, 6 Oct 2016 16:06:48 +0200 Subject: [PATCH] [MIG] Update metafiles --- .travis.yml | 2 +- README.md | 21 +++------------------ 2 files changed, 4 insertions(+), 19 deletions(-) diff --git a/.travis.yml b/.travis.yml index 75e8bc4c..fd7bbfc6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ python: env: global: - - VERSION="9.0" TESTS="0" LINT_CHECK="0" TRANSIFEX="0" + - VERSION="10.0" TESTS="0" LINT_CHECK="0" TRANSIFEX="0" - TRANSIFEX_USER='transbot@odoo-community.org' - secure: NUsXwVrMntcqge1ozKW+DSkP7dq+Rla6JVvFF2c89/g+zJaIqQRi8EQBLoqNwCdMk+rjpQeZt/JPELjH+EzPcmGddhDxOgVB3nUT9LvFXGCHF+NjmHXqyba4tuc7BnpG1WDD+rSlxVCt1aIjNIhhaZ4ic0rCWpKNYu/yFTsmChc= matrix: diff --git a/README.md b/README.md index d57e0d22..42a2249f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -[![Runbot Status](https://runbot.odoo-community.org/runbot/badge/flat/143/9.0.svg)](https://runbot.odoo-community.org/runbot/repo/github-com-oca-reporting-engine-143) -[![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) +[![Runbot Status](https://runbot.odoo-community.org/runbot/badge/flat/143/10.0.svg)](https://runbot.odoo-community.org/runbot/repo/github-com-oca-reporting-engine-143) +[![Build Status](https://travis-ci.org/OCA/reporting-engine.svg?branch=10.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=10.0) OCA alternative reporting engines and reporting utilities for Odoo ================================================================== @@ -17,21 +17,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_qweb_element_page_visibility](report_qweb_element_page_visibility/) | 9.0.1.0.0 | Report Qweb Element Page Visibility -[report_xlsx](report_xlsx/) | 9.0.1.0.0 | Base module to create xlsx report - -Unported addons ---------------- -addon | version | summary ---- | --- | --- -[base_report_assembler](base_report_assembler/) | 1.0 (unported) | Base Report Assembler -[report_custom_filename](report_custom_filename/) | 8.0.1.0.0 (unported) | Configure the filename to use when downloading a report -[report_xls](report_xls/) | 8.0.0.6.1 (unported) | Excel report engine - [//]: # (end addons) ----