Browse Source

[MIG] Update metafiles

pull/129/merge
Pedro M. Baeza 8 years ago
parent
commit
4159566fc1
  1. 10
      .travis.yml
  2. 19
      README.md

10
.travis.yml

@ -16,16 +16,16 @@ addons:
- wkhtmltopdf
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="9.0" UNIT_TEST="1" 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"
- VERSION="10.0" UNIT_TEST="1" LINT_CHECK="0"
virtualenv:
system_site_packages: true
before_install:
- "export DISPLAY=:99.0"
- "export DISPLAY=:910.0"
- "sh -e /etc/init.d/xvfb start"
install:

19
README.md

@ -1,6 +1,6 @@
[![Runbot Status](https://runbot.odoo-community.org/runbot/badge/flat/184/9.0.svg)](https://runbot.odoo-community.org/runbot/repo/github-com-oca-pos-184)
[![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)
[![Runbot Status](https://runbot.odoo-community.org/runbot/badge/flat/184/10.0.svg)](https://runbot.odoo-community.org/runbot/repo/github-com-oca-pos-184)
[![Build Status](https://travis-ci.org/OCA/pos.svg?branch=10.0)](https://travis-ci.org/OCA/pos)
[![Coverage Status](https://coveralls.io/repos/OCA/pos/badge.png?branch=10.0)](https://coveralls.io/r/OCA/pos?branch=10.0)
pos
===
@ -8,17 +8,4 @@ pos
Point of sale
[//]: # (addons)
Unported addons
---------------
addon | version | summary
--- | --- | ---
[hw_customer_display](hw_customer_display/) | 8.0.0.1.0 (unported) | Adds support for Customer Display in the Point of Sale
[hw_telium_payment_terminal](hw_telium_payment_terminal/) | 8.0.0.1.0 (unported) | Adds support for Payment Terminals using Telium protocol
[pos_customer_display](pos_customer_display/) | 8.0.0.1.0 (unported) | Manage Customer Display device from POS front end
[pos_gift_ticket](pos_gift_ticket/) | 8.0.0.1.0 (unported) | Gift Ticket
[pos_payment_terminal](pos_payment_terminal/) | 8.0.0.1.0 (unported) | Manage Payment Terminal device from POS front end
[pos_pricelist](pos_pricelist/) | 8.0.1.2.0 (unported) | Pricelist for Point of sale
[pos_product_template](pos_product_template/) | 8.0.0.2.0 (unported) | Manage Product Template in Front End Point Of Sale
[pos_remove_pos_category](pos_remove_pos_category/) | 8.0.0.1.0 (unported) | POS Remove POS Category
[//]: # (end addons)
Loading…
Cancel
Save