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.

76 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. Point of Sale - timeout
  6. =======================
  7. This module extends the functionality of Point of Sale module.
  8. By default, in Odoo a timeout is set to 7.5 seconds for the creation of
  9. a PoS order. This threshold is usually sufficient, but in some cases it is not,
  10. mainly if the connection is bad, or if some custom modules add extra
  11. long treatments.
  12. This module allows to change this default value.
  13. Configuration
  14. =============
  15. To configure this module, you need to:
  16. * Go to 'Point Of Sale' / 'Configuration' / 'Point of Sale' and edit your
  17. PoS Config, setting a timeout
  18. .. figure:: /pos_timeout/static/description/pos_config.png
  19. :alt: PoS Configuration
  20. :width: 800 px
  21. If not set, the default Odoo timeout will be used. (7.5 seconds in V10.0)
  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/121/10.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 smash it by providing detailed and welcomed feedback.
  33. Credits
  34. =======
  35. Contributors
  36. ------------
  37. * Sylvain LE GAL (https://twitter.com/legalsylvain)
  38. Funders
  39. -------
  40. The development of this module has been financially supported by:
  41. * GRAP, Groupement Régional Alimentaire de Proximité (http://www.grap.coop)
  42. Maintainer
  43. ----------
  44. .. image:: https://odoo-community.org/logo.png
  45. :alt: Odoo Community Association
  46. :target: https://odoo-community.org
  47. This module is maintained by the OCA.
  48. OCA, or the Odoo Community Association, is a nonprofit organization whose
  49. mission is to support the collaborative development of Odoo features and
  50. promote its widespread use.
  51. To contribute to this module, please visit https://odoo-community.org.