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.4 KiB

6 years ago
  1. .. image:: https://img.shields.io/badge/license-AGPL--3-blue.png
  2. :target: https://www.gnu.org/licenses/agpl
  3. :alt: License: AGPL-3
  4. ====================
  5. POS Product Template
  6. ====================
  7. * In Point Of Sale Front End - Products list:
  8. * Display only one product per template;
  9. * Display template name instead of product name;
  10. * Display products quantity instead of price;
  11. * Click on template displays an extra screen to select Variant;
  12. * In Point Of Sale Front End - Variants list:
  13. * Display all the products of the selected variant;
  14. * Click on a attribute value filters products;
  15. * Click on a product adds it to the current Order or display normal
  16. extra screen if it is a weightable product;
  17. Usage
  18. =====
  19. Open the Point of Sale, search an article with variants.
  20. You will see one article instead of all the variants.
  21. #. Go to ...
  22. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  23. :alt: Try me on Runbot
  24. :target: https://runbot.odoo-community.org/runbot/pos/10.0
  25. Known issues / Roadmap
  26. ======================
  27. * Templates with lot of variants are not shown. See https://github.com/OCA/pos/pull/135
  28. Bug Tracker
  29. ===========
  30. Bugs are tracked on `GitHub Issues
  31. <https://github.com/OCA/{project_repo}/issues>`_. In case of trouble, please
  32. check there if your issue has already been reported. If you spotted it first,
  33. help us smash it by providing detailed and welcomed feedback.
  34. Credits
  35. =======
  36. Images
  37. ------
  38. * Odoo Community Association: `Icon <https://odoo-community.org/logo.png>`_.
  39. Contributors
  40. ------------
  41. * Sylvain LE GAL (https://twitter.com/legalsylvain)
  42. * Navarromiguel (https://github.com/navarromiguel)
  43. * Damendieta (https://github.com/damendieta)
  44. * Raphaël Reverdy (https://akretion.com)
  45. Do not contact contributors directly about support or help with technical issues.
  46. Funders
  47. -------
  48. The development of this module has been financially supported by:
  49. * Akretion
  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.