diff --git a/.travis.yml b/.travis.yml index 160eac3a..174337f4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,10 +13,10 @@ 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="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 diff --git a/README.md b/README.md index b24c6d92..e330657d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -[![Build Status](https://travis-ci.org/OCA/pos.svg?branch=8.0)](https://travis-ci.org/OCA/pos) -[![Coverage Status](https://coveralls.io/repos/OCA/pos/badge.png?branch=8.0)](https://coveralls.io/r/OCA/pos?branch=8.0) +[![Build Status](https://travis-ci.org/OCA/pos.svg?branch=9.0)](https://travis-ci.org/OCA/pos) +[![Coverage Status](https://coveralls.io/repos/OCA/pos/badge.png?branch=9.0)](https://coveralls.io/r/OCA/pos?branch=9.0) pos === @@ -7,17 +7,4 @@ pos Point of sale [//]: # (addons) -Available addons ----------------- -addon | version | summary ---- | --- | --- -[hw_customer_display](hw_customer_display/) | 8.0.0.1.0 | Adds support for Customer Display in the Point of Sale -[hw_telium_payment_terminal](hw_telium_payment_terminal/) | 8.0.0.1.0 | Adds support for Payment Terminals using Telium protocol -[pos_customer_display](pos_customer_display/) | 8.0.0.1.0 | Manage Customer Display device from POS front end -[pos_gift_ticket](pos_gift_ticket/) | 8.0.0.1.0 | Gift Ticket -[pos_payment_terminal](pos_payment_terminal/) | 8.0.0.1.0 | Manage Payment Terminal device from POS front end -[pos_pricelist](pos_pricelist/) | 8.0.1.2.0 | Pricelist for Point of sale -[pos_product_template](pos_product_template/) | 8.0.0.2.0 | Manage Product Template in Front End Point Of Sale -[pos_remove_pos_category](pos_remove_pos_category/) | 8.0.0.1.0 | POS Remove POS Category - [//]: # (end addons)