diff --git a/pos_customer_required/README.rst b/pos_customer_required/README.rst index ed97408f..55a2b69c 100644 --- a/pos_customer_required/README.rst +++ b/pos_customer_required/README.rst @@ -1,8 +1,10 @@ .. 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 -Module name -=========== +================================== +Require customer for Point of Sale +================================== This module was written to extend the functionality of odoo pos and allows you to require a customer for each pos order. In the @@ -34,17 +36,20 @@ Usage If a customer is not selected, the pos ui will display an error message. In the backend the customer field is required when needed. -For further information, please visit: - -* 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/8.0 Bug Tracker =========== -Bugs are tracked on `GitHub Issues `_. +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 `_. +`here `_. Credits diff --git a/pos_customer_required/__openerp__.py b/pos_customer_required/__openerp__.py index 5daae511..5b86de0c 100644 --- a/pos_customer_required/__openerp__.py +++ b/pos_customer_required/__openerp__.py @@ -20,22 +20,9 @@ { 'name': 'Point of Sale Require Customer', - 'version': '1.0.1', + 'version': '8.0.1.0.1', 'category': 'Point Of Sale', - 'sequence': 6, 'summary': 'Point of Sale Require Customer', - 'description': """ -Require customer for pos -======================== - -This module allows you to require a customer for each pos order. In the -pos session configuration, you can choose to require the customer for pos -orders. - -If a customer is not selected, the pos ui will display an error message. -In the backend the customer field is required when needed. - - """, 'author': 'Apertoso NV, Odoo Community Association (OCA)', 'images': [], 'depends': ['point_of_sale'], @@ -51,5 +38,3 @@ In the backend the customer field is required when needed. 'website': 'http://www.apertoso.be', 'auto_install': False, } - -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: