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.

64 lines
2.0 KiB

  1. .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
  2. :alt: License
  3. POS Default payment method
  4. ==========================
  5. Configure default payment method for each POS config.
  6. If you set a default one, when you get to the payment view, it will be automatically activated.
  7. If none is set the standard behavior is in place and you have to select the payment method manually.
  8. Use case
  9. --------
  10. The use case is pretty simple:
  11. * you have several payment methods
  12. * most of the time, depending on the POS station, you pay with the same method
  13. * without this module you have to click on the payment method to enable it
  14. So, you want to speed up payment process
  15. when you already know how you want to pay
  16. but still allow to change the method on demand.
  17. This is what you get with standard behavior when you land on the payment page:
  18. .. image:: ./images/standard.png
  19. and this is what happens when you set a default payment on your config:
  20. .. image:: ./images/module_installed.png
  21. The payment method is already activated and you have less work to do.
  22. Bug Tracker
  23. ===========
  24. Bugs are tracked on `GitHub Issues <https://github.com/OCA/pos/issues>`_.
  25. In case of trouble, please check there if your issue has already been reported.
  26. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback
  27. `here <https://github.com/OCA/pos/issues/new?body=module:%20pos_default_payment_method%0Aversion:%2010.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
  28. Credits
  29. =======
  30. Contributors
  31. ------------
  32. * Simone Orsi <simone.orsi@camptocamp.com>
  33. Maintainer
  34. ----------
  35. .. image:: http://odoo-community.org/logo.png
  36. :alt: Odoo Community Association
  37. :target: http://odoo-community.org
  38. This module is maintained by the OCA.
  39. OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.
  40. To contribute to this module, please visit http://odoo-community.org.