From a94398fceb1c10ef3e277f74e15491a62f4ce00d Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Wed, 14 Oct 2015 03:32:05 +0200 Subject: [PATCH] [MIG] Update metafiles --- .travis.yml | 6 +++--- README.md | 23 ++--------------------- 2 files changed, 5 insertions(+), 24 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6ef26cb1..2ef37c1a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,9 +12,9 @@ addons: - python-lxml # because pip installation is slow 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 477e29f2..7859c1ea 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -[![Build Status](https://travis-ci.org/OCA/rma.svg?branch=8.0)](https://travis-ci.org/OCA/rma) -[![Coverage Status](https://coveralls.io/repos/OCA/rma/badge.png?branch=8.0)](https://coveralls.io/r/OCA/rma?branch=8.0) +[![Build Status](https://travis-ci.org/OCA/rma.svg?branch=9.0)](https://travis-ci.org/OCA/rma) +[![Coverage Status](https://coveralls.io/repos/OCA/rma/badge.png?branch=9.0)](https://coveralls.io/r/OCA/rma?branch=9.0) RMA (Return Merchandise Authorization) ======================================= @@ -40,23 +40,4 @@ Upgrade the standard crm_claim module to add : [//]: # (addons) -Available addons ----------------- -addon | version | summary ---- | --- | --- -[crm_claim_rma](crm_claim_rma/) | 8.0.1.1.0 | RMA Claim (Product Return Management) -[crm_claim_rma_code](crm_claim_rma_code/) | 8.0.1.0.0 | CRM Claim RMA Code -[product_warranty](product_warranty/) | 8.0.1.0.0 | Product warranty - -Unported addons ---------------- -addon | version | summary ---- | --- | --- -[crm_claim_categ_as_name](crm_claim_categ_as_name/) | 1.0 (unported) | crm_claim_categ_as_name -[crm_claim_ext](crm_claim_ext/) | 1.0 (unported) | CRM claim extension -[crm_rma_advance_location](crm_rma_advance_location/) | 1.0 (unported) | RMA Claims Advance Location -[crm_rma_by_shop](crm_rma_by_shop/) | 1.0 (unported) | RMA Claims by shop -[crm_rma_lot_mass_return](crm_rma_lot_mass_return/) | 1.0 (unported) | RMA Claims Mass Return by Lot -[crm_rma_stock_location](crm_rma_stock_location/) | 1.0 (unported) | RMA Stock Location - [//]: # (end addons)