You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

73 lines
2.1 KiB

  1. .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
  2. :alt: License: AGPL-3
  3. Module name
  4. ===========
  5. This module was written to extend the functionality of odoo pos
  6. and allows you to require a customer for each pos order. In the
  7. pos session configuration, you can choose to require the customer for pos
  8. orders.
  9. If a customer is not selected, the pos ui will display an error message.
  10. In the backend the customer field is required when needed.
  11. Installation
  12. ============
  13. This module depends on the `point_of_sale` Odoo official module.
  14. Configuration
  15. =============
  16. To configure this module, you need to:
  17. * go to point of sale -> configuration -> point of sales
  18. * select the point of sales you want configure
  19. * If you want to require the partner for orders in this pos, select the
  20. checkbox
  21. Usage
  22. =====
  23. If a customer is not selected, the pos ui will display an error message.
  24. In the backend the customer field is required when needed.
  25. For further information, please visit:
  26. * https://www.odoo.com/forum/help-1
  27. Bug Tracker
  28. ===========
  29. Bugs are tracked on `GitHub Issues <https://github.com/OCA/{project_repo}/issues>`_.
  30. In case of trouble, please check there if your issue has already been reported.
  31. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback
  32. `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**>`_.
  33. Credits
  34. =======
  35. Contributors
  36. ------------
  37. * Jos De Graeve <Jos.DeGraeve@apertoso.be>
  38. * Pedro M. Baeza <pedro.baeza@gmail.com> ( reviews & feedback )
  39. * Sylvain LE GAL - https://github.com/legalsylvain ( reviews & feedback )
  40. Maintainer
  41. ----------
  42. .. image:: https://odoo-community.org/logo.png
  43. :alt: Odoo Community Association
  44. :target: https://odoo-community.org
  45. This module is maintained by the OCA.
  46. OCA, or the Odoo Community Association, is a nonprofit organization whose
  47. mission is to support the collaborative development of Odoo features and
  48. promote its widespread use.
  49. To contribute to this module, please visit http://odoo-community.org.