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.

68 lines
2.0 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 - Quick Logout
  6. ==================
  7. This module was written to extend the functionality of Odoo Point Of Sale about
  8. changing of cashier.
  9. This module add a simple button 'Log Out' available in Point Of Sale Front End
  10. UI. This button is available when the cashier is not the initial user logged in
  11. Odoo. It allows to log out quickly, wihout selecting again the user in the
  12. list. This module is useful for users that use regularly the change of cashier,
  13. especialy with 'pos_access_right', when users doesn't have the right to do some
  14. actions like set discount, change unit price, ...
  15. Implemented Features
  16. --------------------
  17. * By default, the header is unchanged.
  18. .. image:: /pos_quick_logout/static/description/cashier_user_identical.png
  19. * If the cashier changed, and is not the user logged in Odoo, the extra button
  20. appears.
  21. .. image:: /pos_quick_logout/static/description/cashier_user_different.png
  22. Usage
  23. =====
  24. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  25. :alt: Try me on Runbot
  26. :target: https://runbot.odoo-community.org/runbot/184/9.0
  27. Bug Tracker
  28. ===========
  29. Bugs are tracked on `GitHub Issues
  30. <https://github.com/OCA/pos/issues>`_. In case of trouble, please
  31. check there if your issue has already been reported. If you spotted it first,
  32. help us smashing it by providing a detailed and welcomed feedback.
  33. Credits
  34. =======
  35. Contributors
  36. ------------
  37. * Sylvain LE GAL <https://twitter.com/legalsylvain>
  38. Maintainer
  39. ----------
  40. .. image:: https://odoo-community.org/logo.png
  41. :alt: Odoo Community Association
  42. :target: https://odoo-community.org
  43. This module is maintained by the OCA.
  44. OCA, or the Odoo Community Association, is a nonprofit organization whose
  45. mission is to support the collaborative development of Odoo features and
  46. promote its widespread use.
  47. To contribute to this module, please visit https://odoo-community.org.