[MIG] Update metafiles

This commit is contained in:
Pedro M. Baeza
2016-10-06 16:07:00 +02:00
parent 3174abc9a0
commit 9f3f3a1daf
2 changed files with 5 additions and 25 deletions

View File

@@ -12,9 +12,9 @@ addons:
- python-lxml # because pip installation is slow
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

View File

@@ -1,5 +1,5 @@
[![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)
[![Build Status](https://travis-ci.org/OCA/rma.svg?branch=10.0)](https://travis-ci.org/OCA/rma)
[![Coverage Status](https://coveralls.io/repos/OCA/rma/badge.png?branch=10.0)](https://coveralls.io/r/OCA/rma?branch=10.0)
RMA (Return Merchandise Authorization)
=======================================
@@ -40,24 +40,4 @@ Upgrade the standard crm_claim module to add :
[//]: # (addons)
Available addons
----------------
addon | version | summary
--- | --- | ---
[crm_claim_rma](crm_claim_rma/) | 9.0.1.0.0 | RMA Claim (Product Return Management)
[crm_claim_rma_code](crm_claim_rma_code/) | 9.0.1.0.0 | CRM Claim RMA Code
[crm_rma_location](crm_rma_location/) | 9.0.1.0.0 | RMA Location
[crm_rma_stock_location](crm_rma_stock_location/) | 9.0.1.0.0 | RMA Stock Location
[product_warranty](product_warranty/) | 9.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
[//]: # (end addons)