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.

83 lines
2.3 KiB

  1. .. image:: https://img.shields.io/badge/license-LGPL--3-blue.svg
  2. :target: https://www.gnu.org/licenses/lgpl
  3. :alt: License: LGPL-3
  4. POS Pricelist
  5. =============
  6. Bring the pricelist computation engine to the Point of Sale.
  7. Installation
  8. ============
  9. You need this dependency::
  10. pip install oca.decorators
  11. Configuration
  12. =============
  13. To configure a pricelist-enabled POS:
  14. #. Go to *Point of Sale > Configuration > Point of Sale* and pick/create one.
  15. #. Enable *Pricelists > Use pricelists*.
  16. #. Set the *Available Pricelists* and choose a *Default Pricelist* from
  17. among them.
  18. #. You can use the *Pricelists* button to manage them easily, in case you need
  19. more.
  20. #. Save.
  21. To see the effect, you should for instance apply the pricelist to a customer.
  22. Usage
  23. =====
  24. #. Go to *Point of Sale > Dashboard* and open the POS session you configured.
  25. #. Use the new pricelist button to change it on the fly.
  26. #. When a new order is created, it always has the default pricelist.
  27. #. When you change to a customer that has a different pricelist, the current
  28. order and the listed product prices are updated accordingly.
  29. Known issues / Roadmap
  30. ======================
  31. * This module is a backport from Odoo 11.0 core pricelist functionalities. As
  32. such, do not migrate it to that version or higher.
  33. * Conflicts with ``pos_backend_partner`` make that when both are installed,
  34. changing the partner does not change the pricelist.
  35. Bug Tracker
  36. ===========
  37. Bugs are tracked on `GitHub Issues
  38. <https://github.com/OCA/pos/issues>`_. In case of trouble, please
  39. check there if your issue has already been reported. If you spotted it first,
  40. help us smash it by providing detailed and welcomed feedback.
  41. Credits
  42. =======
  43. Contributors
  44. ------------
  45. * Adil Houmadi <ah@taktik.be>
  46. * Pablo Cayuela <pablo.cayuela@aserti.es>
  47. * Antonio Espinosa <antonioea@antiun.com>
  48. * Odoo S.A.
  49. * `Tecnativa <https://www.tecnativa.com>`_:
  50. * Jairo Llopis <jairo.llopis@tecnativa.com>
  51. Maintainer
  52. ----------
  53. .. image:: https://odoo-community.org/logo.png
  54. :alt: Odoo Community Association
  55. :target: https://odoo-community.org
  56. This module is maintained by the OCA.
  57. OCA, or the Odoo Community Association, is a nonprofit organization whose
  58. mission is to support the collaborative development of Odoo features and
  59. promote its widespread use.
  60. To contribute to this module, please visit https://odoo-community.org.