Skip to content

Commit

Permalink
[MIG] Update metafiles
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrobaeza committed Oct 14, 2015
1 parent 1adf35b commit b87d274
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ 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="8.0" UNIT_TEST="1" 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"
- VERSION="9.0" UNIT_TEST="1" LINT_CHECK="0"

virtualenv:
system_site_packages: true
Expand Down
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
[![Build Status](https://travis-ci.org/OCA/edition-mgmt.svg?branch=8.0)](https://travis-ci.org/OCA/edition-mgmt)
[![Coverage Status](https://coveralls.io/repos/OCA/edition-mgmt/badge.png?branch=8.0)](https://coveralls.io/r/OCA/edition-mgmt?branch=8.0)
[![Build Status](https://travis-ci.org/OCA/edition-mgmt.svg?branch=9.0)](https://travis-ci.org/OCA/edition-mgmt)
[![Coverage Status](https://coveralls.io/repos/OCA/edition-mgmt/badge.png?branch=9.0)](https://coveralls.io/r/OCA/edition-mgmt?branch=9.0)

# Edition Management

[//]: # (addons)
Available addons
----------------
addon | version | summary
--- | --- | ---
[product_template_book_weight_calculation](product_template_book_weight_calculation/) | 8.0.1.0.0 | This module permits to calculate the weight of a book.

[//]: # (end addons)

0 comments on commit b87d274

Please sign in to comment.