[MIG] Update metafiles

This commit is contained in:
Pedro M. Baeza
2015-10-14 03:32:05 +02:00
parent e37fc69542
commit a94398fceb
2 changed files with 5 additions and 24 deletions

View File

@@ -12,9 +12,9 @@ addons:
- python-lxml # because pip installation is slow - python-lxml # because pip installation is slow
env: env:
- VERSION="8.0" LINT_CHECK="1" - VERSION="9.0" LINT_CHECK="1"
- VERSION="8.0" ODOO_REPO="odoo/odoo" LINT_CHECK="0" - VERSION="9.0" ODOO_REPO="odoo/odoo" LINT_CHECK="0"
- VERSION="8.0" ODOO_REPO="OCA/OCB" LINT_CHECK="0" - VERSION="9.0" ODOO_REPO="OCA/OCB" LINT_CHECK="0"
virtualenv: virtualenv:
system_site_packages: true system_site_packages: true

View File

@@ -1,5 +1,5 @@
[![Build Status](https://travis-ci.org/OCA/rma.svg?branch=8.0)](https://travis-ci.org/OCA/rma) [![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=8.0)](https://coveralls.io/r/OCA/rma?branch=8.0) [![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) RMA (Return Merchandise Authorization)
======================================= =======================================
@@ -40,23 +40,4 @@ Upgrade the standard crm_claim module to add :
[//]: # (addons) [//]: # (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) [//]: # (end addons)