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.

71 lines
2.2 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. POS Restricted Customer List
  6. ============================
  7. In the point of sale, many installations work with cash registers with
  8. anonymous customers. In that case, loading thousands, or even tens of
  9. thousands of customers to each cash register is completely useless, and also
  10. a huge danger for leaking privacy sensible data.
  11. This module will limit the download of customer data to only those customers
  12. where this has been specifically requested.
  13. Technical information
  14. =====================
  15. The module will add a flag 'available_in_pos' to res.partner. It will override
  16. to domain of customers downloaded with pos to only download the partners
  17. where this flag has been set.
  18. Roadmap
  19. =======
  20. I see two obvious extensions to the functionality already developed:
  21. 1. Add back on demand customer lookup (only when online);
  22. 2. Make customers available to pos, dependent on the pos session or user.
  23. In pos.config or res.users (or both) there could be a selection field
  24. customer_loading with values:
  25. - 'no_one': disable customer loading.
  26. (usefull for self service pos, without customer feature)
  27. - 'selection': the feature now implemented.
  28. (load only checked customers). (default value).
  29. - 'all': for super cashier, (after sale PoS), etc.
  30. Bug Tracker
  31. ===========
  32. Bugs are tracked on `GitHub Issues <https://github.com/OCA/web/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
  35. welcomed feedback.
  36. Credits
  37. =======
  38. Contributors
  39. ------------
  40. * Ronald Portier <ronald@therp.nl>
  41. Maintainer
  42. ----------
  43. .. image:: https://odoo-community.org/logo.png
  44. :alt: Odoo Community Association
  45. :target: https://odoo-community.org
  46. This module is maintained by the OCA.
  47. OCA, or the Odoo Community Association, is a nonprofit organization whose
  48. mission is to support the collaborative development of Odoo features and
  49. promote its widespread use.
  50. To contribute to this module, please visit http://odoo-community.org.