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
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
6 additions and
16 deletions
-
.travis.yml
-
pos_quick_logout/README.rst
-
pos_quick_logout/__openerp__.py
|
@ -9,32 +9,21 @@ python: |
|
|
- "2.7" |
|
|
- "2.7" |
|
|
|
|
|
|
|
|
addons: |
|
|
addons: |
|
|
|
|
|
postgresql: "9.6" |
|
|
apt: |
|
|
apt: |
|
|
sources: |
|
|
|
|
|
- pov-wkhtmltopdf |
|
|
|
|
|
packages: |
|
|
packages: |
|
|
- expect-dev # provides unbuffer utility |
|
|
- expect-dev # provides unbuffer utility |
|
|
- python-lxml # because pip installation is slow |
|
|
- python-lxml # because pip installation is slow |
|
|
- wkhtmltopdf |
|
|
|
|
|
|
|
|
|
|
|
before_install: |
|
|
|
|
|
- "export DISPLAY=:99.0" |
|
|
|
|
|
- "sh -e /etc/init.d/xvfb start" |
|
|
|
|
|
|
|
|
|
|
|
env: |
|
|
env: |
|
|
global: |
|
|
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: |
|
|
matrix: |
|
|
- LINT_CHECK="1" |
|
|
- LINT_CHECK="1" |
|
|
- TRANSIFEX="1" |
|
|
|
|
|
- TESTS="1" ODOO_REPO="odoo/odoo" |
|
|
|
|
|
- TESTS="1" ODOO_REPO="OCA/OCB" |
|
|
- TESTS="1" ODOO_REPO="OCA/OCB" |
|
|
|
|
|
- TESTS="1" ODOO_REPO="odoo/odoo" MAKEPOT="1" |
|
|
|
|
|
|
|
|
virtualenv: |
|
|
|
|
|
system_site_packages: true |
|
|
|
|
|
|
|
|
|
|
|
install: |
|
|
install: |
|
|
- git clone --depth=1 https://github.com/OCA/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools |
|
|
- git clone --depth=1 https://github.com/OCA/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools |
|
|
|
@ -19,13 +19,13 @@ actions like set discount, change unit price, ... |
|
|
Implemented Features |
|
|
Implemented Features |
|
|
-------------------- |
|
|
-------------------- |
|
|
|
|
|
|
|
|
* By default, the header is unchanged |
|
|
|
|
|
|
|
|
* By default, the header is unchanged. |
|
|
|
|
|
|
|
|
.. image:: /pos_quick_logout/static/description/cashier_user_identical.png |
|
|
.. 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 |
|
|
* 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 |
|
|
.. image:: /pos_quick_logout/static/description/cashier_user_different.png |
|
|
|
|
|
|
|
|
|
@ -11,6 +11,7 @@ |
|
|
'summary': 'Allow PoS user to logout quickly after user changed', |
|
|
'summary': 'Allow PoS user to logout quickly after user changed', |
|
|
'author': 'La Louve, Odoo Community Association (OCA)', |
|
|
'author': 'La Louve, Odoo Community Association (OCA)', |
|
|
'website': 'http://www.lalouve.net', |
|
|
'website': 'http://www.lalouve.net', |
|
|
|
|
|
'license': 'AGPL-3', |
|
|
'depends': [ |
|
|
'depends': [ |
|
|
'point_of_sale', |
|
|
'point_of_sale', |
|
|
], |
|
|
], |
|
|