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.

78 lines
2.4 KiB

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