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.

90 lines
2.6 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. Point of Sale - Extra Access Right for Certain Actions
  6. ======================================================
  7. This module will add the following groups to Odoo:
  8. * PoS - Negative Quantity: The cashier can sell negative quantity in Point Of
  9. Sale (ie, can return products);
  10. * PoS - Discount: The cashier can set Discount in Point Of Sale;
  11. * PoS - Change Unit Price: The cashier can change the unit price of a product
  12. in Point Of Sale;
  13. .. image:: /pos_access_right/static/description/new_groups.png
  14. If a user doesn't belong to a group, he can not use the according feature.
  15. For example, here is the default numpad for the demo data user :
  16. .. image:: /pos_access_right/static/description/demo_numpad.png
  17. If the user try to use a forbidden feature, here is the warning displayed.
  18. .. image:: /pos_access_right/static/description/demo_error.png
  19. If the cashier changed, the new right are applied :
  20. .. image:: /pos_access_right/static/description/admin_numpad.png
  21. Installation
  22. ============
  23. Normal installation.
  24. Configuration
  25. =============
  26. Once installed, you have to give correct access right to your cashiers.
  27. Usage
  28. =====
  29. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  30. :alt: Try me on Runbot
  31. :target: https://runbot.odoo-community.org/runbot/184/9.0
  32. Bug Tracker
  33. ===========
  34. Bugs are tracked on `GitHub Issues
  35. <https://github.com/OCA/{project_repo}/issues>`_. In case of trouble, please
  36. check there if your issue has already been reported. If you spotted it first,
  37. help us smashing it by providing a detailed and welcomed `feedback
  38. <https://github.com/OCA/
  39. pos/issues/new?body=module:%20
  40. pos_access_right%0Aversion:%20
  41. 9.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
  42. Credits
  43. =======
  44. Images
  45. ------
  46. * Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_.
  47. Contributors
  48. ------------
  49. * Sylvain LE GAL <https://twitter.com/legalsylvain>
  50. Maintainer
  51. ----------
  52. .. image:: https://odoo-community.org/logo.png
  53. :alt: Odoo Community Association
  54. :target: https://odoo-community.org
  55. This module is maintained by the OCA.
  56. OCA, or the Odoo Community Association, is a nonprofit organization whose
  57. mission is to support the collaborative development of Odoo features and
  58. promote its widespread use.
  59. To contribute to this module, please visit https://odoo-community.org.