diff --git a/pos_session_summary/README.rst b/pos_session_summary/README.rst index 0d53b301..60047da0 100644 --- a/pos_session_summary/README.rst +++ b/pos_session_summary/README.rst @@ -1,6 +1,8 @@ .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg - :alt: License: AGPL-3 + :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html + :alt: License: AGPL-3 +========================================================= Point of Sale - Total of transactions and Orders Quantity ========================================================= @@ -13,6 +15,12 @@ Point of Sale - Total of transactions and Orders Quantity .. image:: /pos_session_summary/static/description/pos_session_list.png + +Installation +============ + +Normal installation. + Configuration ============= @@ -21,28 +29,39 @@ No configuration is needed. Usage ===== -For further information, please visit: +To use this module, you need to: + +* Go to ... -* https://www.odoo.com/forum/help-1 +.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas + :alt: Try me on Runbot + :target: https://runbot.odoo-community.org/runbot/184/9.0 Bug Tracker =========== -Bugs are tracked on `GitHub Issues `_. -In case of trouble, please check there if your issue has already been reported. -If you spotted it first, help us smashing it by providing a detailed and welcomed feedback -`here `_. - +Bugs are tracked on `GitHub Issues +`_. In case of trouble, please +check there if your issue has already been reported. If you spotted it first, +help us smashing it by providing a detailed and welcomed `feedback +`_. Credits ======= +Images +------ + +* Odoo Community Association: `Icon `_. + Contributors ------------ * Sylvain LE GAL - Maintainer ---------- @@ -56,4 +75,4 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use. -To contribute to this module, please visit http://odoo-community.org. +To contribute to this module, please visit https://odoo-community.org. diff --git a/pos_session_summary/__openerp__.py b/pos_session_summary/__openerp__.py index 4e5793ec..27d1c295 100644 --- a/pos_session_summary/__openerp__.py +++ b/pos_session_summary/__openerp__.py @@ -1,24 +1,7 @@ # -*- coding: utf-8 -*- -############################################################################## -# -# Copyright (C) 2016-Today La Louve () -# -# @author: Sylvain LE GAL (https://twitter.com/legalsylvain) -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## +# Copyright (C) 2016-Today: La Louve () +# @author: Sylvain LE GAL (https://twitter.com/legalsylvain) +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). { 'name': 'Point of Sale - Session Summary', @@ -34,4 +17,5 @@ 'views/pos_session_view.xml', ], 'installable': True, + 'license': 'AGPL-3', } diff --git a/pos_session_summary/models/pos_session.py b/pos_session_summary/models/pos_session.py index 5857937b..7064612b 100644 --- a/pos_session_summary/models/pos_session.py +++ b/pos_session_summary/models/pos_session.py @@ -1,13 +1,7 @@ # -*- coding: utf-8 -*- -############################################################################## -# -# Copyright (C) 2016-Today La Louve () -# -# @author: Sylvain LE GAL (https://twitter.com/legalsylvain) -# -# The licence is in the file __openerp__.py -# -############################################################################## +# Copyright (C) 2016-Today: La Louve () +# @author: Sylvain LE GAL (https://twitter.com/legalsylvain) +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). from openerp import fields, models, api diff --git a/pos_session_summary/views/pos_session_view.xml b/pos_session_summary/views/pos_session_view.xml index 52766b9a..6a41cfe2 100644 --- a/pos_session_summary/views/pos_session_view.xml +++ b/pos_session_summary/views/pos_session_view.xml @@ -1,10 +1,8 @@