diff --git a/.travis.yml b/.travis.yml index 664b95f6..7d013200 100644 --- a/.travis.yml +++ b/.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 diff --git a/pos_quick_logout/README.rst b/pos_quick_logout/README.rst index 9432e1bf..963e6c45 100644 --- a/pos_quick_logout/README.rst +++ b/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 diff --git a/pos_quick_logout/__openerp__.py b/pos_quick_logout/__openerp__.py index 9cf0d4d1..9e2f3472 100644 --- a/pos_quick_logout/__openerp__.py +++ b/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', ],