Browse Source

[IMP] pos_customer_required: Improve README

pull/80/head
Pedro M. Baeza 9 years ago
parent
commit
511d89dc98
  1. 21
      pos_customer_required/README.rst
  2. 17
      pos_customer_required/__openerp__.py

21
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 <https://github.com/OCA/{project_repo}/issues>`_.
Bugs are tracked on `GitHub Issues <https://github.com/OCA/pos/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 <https://github.com/OCA/{project_repo}/issues/new?body=module:%20{module_name}%0Aversion:%20{version}%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
`here <https://github.com/OCA/
pos/issues/new?body=module:%20
pos_customer_required%0Aversion:%20
8.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
Credits

17
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:
Loading…
Cancel
Save