Browse Source

[MIG] Update metafiles

pull/78/head
Pedro M. Baeza 9 years ago
parent
commit
2517e8d7dd
  1. 8
      .travis.yml
  2. 17
      README.md

8
.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

17
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)
Loading…
Cancel
Save