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.

103 lines
3.8 KiB

  1. =============================
  2. POS: restricted customer list
  3. =============================
  4. .. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  5. !! This file is generated by oca-gen-addon-readme !!
  6. !! changes will be overwritten. !!
  7. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  8. .. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png
  9. :target: https://odoo-community.org/page/development-status
  10. :alt: Production/Stable
  11. .. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
  12. :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
  13. :alt: License: AGPL-3
  14. .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fpos-lightgray.png?logo=github
  15. :target: https://github.com/OCA/pos/tree/9.0/pos_restricted_customer_list
  16. :alt: OCA/pos
  17. .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
  18. :target: https://translation.odoo-community.org/projects/pos-9-0/pos-9-0-pos_restricted_customer_list
  19. :alt: Translate me on Weblate
  20. .. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
  21. :target: https://runbot.odoo-community.org/runbot/184/9.0
  22. :alt: Try me on Runbot
  23. |badge1| |badge2| |badge3| |badge4| |badge5|
  24. In the point of sale, many installations work with cash registers with
  25. anonymous customers. In that case, loading thousands, or even tens of
  26. thousands of customers to each cash register is completely useless, and also
  27. a huge danger for leaking privacy sensible data.
  28. This module will limit the download of customer data to only those customers
  29. where this has been specifically requested.
  30. **Table of contents**
  31. .. contents::
  32. :local:
  33. Usage
  34. =====
  35. To allow a customer to be displayed in the PoS, just check the 'Available in POS' field.
  36. Development
  37. ===========
  38. The module will add a flag 'available_in_pos' to res.partner. It will override
  39. to domain of customers downloaded with pos to only download the partners
  40. where this flag has been set.
  41. Known issues / Roadmap
  42. ======================
  43. I see two obvious extensions to the functionality already developed:
  44. 1. Add back on demand customer lookup (only when online);
  45. 2. Make customers available to pos, dependent on the pos session or user.
  46. In pos.config or res.users (or both) there could be a selection field customer_loading with values:
  47. - 'no_one': disable customer loading (usefull for self service pos, without customer feature)
  48. - 'selection': the feature now implemented (load only checked customers) (default value)
  49. - 'all': for super cashier, (after sale PoS), etc.
  50. Bug Tracker
  51. ===========
  52. Bugs are tracked on `GitHub Issues <https://github.com/OCA/pos/issues>`_.
  53. In case of trouble, please check there if your issue has already been reported.
  54. If you spotted it first, help us smashing it by providing a detailed and welcomed
  55. `feedback <https://github.com/OCA/pos/issues/new?body=module:%20pos_restricted_customer_list%0Aversion:%209.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
  56. Do not contact contributors directly about support or help with technical issues.
  57. Credits
  58. =======
  59. Authors
  60. ~~~~~~~
  61. * Therp BV
  62. Contributors
  63. ~~~~~~~~~~~~
  64. * Ronald Portier <ronald@therp.nl>
  65. Maintainers
  66. ~~~~~~~~~~~
  67. This module is maintained by the OCA.
  68. .. image:: https://odoo-community.org/logo.png
  69. :alt: Odoo Community Association
  70. :target: https://odoo-community.org
  71. OCA, or the Odoo Community Association, is a nonprofit organization whose
  72. mission is to support the collaborative development of Odoo features and
  73. promote its widespread use.
  74. This module is part of the `OCA/pos <https://github.com/OCA/pos/tree/9.0/pos_restricted_customer_list>`_ project on GitHub.
  75. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.