From 38a3d013664bbd179b0cf5b9168b8950aa4159dc Mon Sep 17 00:00:00 2001 From: David Date: Wed, 29 May 2019 11:00:20 +0200 Subject: [PATCH] [FIX] pos_quick_logout: fix README lint --- pos_quick_logout/README.rst | 4 ++-- pos_quick_logout/__openerp__.py | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) 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', ],