Browse Source

Merge pull request #357 from Tecnativa/9.0-travis-upd-convention

.travis.yml: Update to latest conventions
pull/388/head
Pedro M. Baeza 5 years ago
committed by GitHub
parent
commit
17eb56105b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 17
      .travis.yml
  2. 4
      pos_quick_logout/README.rst
  3. 1
      pos_quick_logout/__openerp__.py

17
.travis.yml

@ -9,32 +9,21 @@ python:
- "2.7"
addons:
postgresql: "9.6"
apt:
sources:
- pov-wkhtmltopdf
packages:
- expect-dev # provides unbuffer utility
- python-lxml # because pip installation is slow
- wkhtmltopdf
before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
env:
global:
- VERSION="9.0" TESTS="0" LINT_CHECK="0" TRANSIFEX="0"
- TRANSIFEX_USER='transbot@odoo-community.org'
- secure: jX9I8iBSTGMGYNzj5zJkh/bvmXmemjqlKpVezZ2QMqaoXHgPPUlktxBwTMlmNeuJ5L9DlDiCqOiXpF41LDmKmjX/e99G15cvNSfQc/jG+exIfo9KSbc6aQSu8cqP+yu1MGTsuuq67Wm8N45+fFJGGsySUbGWFPXnF4MVIiZpqx0=
- VERSION="9.0" TESTS="0" LINT_CHECK="0" MAKEPOT="0"
matrix:
- LINT_CHECK="1"
- TRANSIFEX="1"
- TESTS="1" ODOO_REPO="odoo/odoo"
- TESTS="1" ODOO_REPO="OCA/OCB"
- TESTS="1" ODOO_REPO="odoo/odoo" MAKEPOT="1"
virtualenv:
system_site_packages: true
install:
- git clone --depth=1 https://github.com/OCA/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools

4
pos_quick_logout/README.rst

@ -19,13 +19,13 @@ actions like set discount, change unit price, ...
Implemented Features
--------------------
* By default, the header is unchanged
* By default, the header is unchanged.
.. image:: /pos_quick_logout/static/description/cashier_user_identical.png
* If the cashier changed, and is not the user logged in Odoo, the extra button
appears
appears.
.. image:: /pos_quick_logout/static/description/cashier_user_different.png

1
pos_quick_logout/__openerp__.py

@ -11,6 +11,7 @@
'summary': 'Allow PoS user to logout quickly after user changed',
'author': 'La Louve, Odoo Community Association (OCA)',
'website': 'http://www.lalouve.net',
'license': 'AGPL-3',
'depends': [
'point_of_sale',
],

Loading…
Cancel
Save