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.

46 lines
1.3 KiB

  1. .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
  2. :alt: License
  3. POS Product Category
  4. ====================
  5. This module was written to replace POS categories by product categories.
  6. Important notes:
  7. - When the module is installed the link beetween products and POS categories
  8. is **overwritten** by a link beetween product categories
  9. (the link is the field pos_categ_id in the table product_template)
  10. - When the module is uninstalled the link beetween products and POS categories
  11. is restored in an **empty** state (NULL values)
  12. Installation
  13. ============
  14. This module depends on the `point_of_sale` Odoo official module.
  15. Configuration
  16. =============
  17. No configuration is needed just use product categories as standard
  18. pos categories.
  19. Credits
  20. =======
  21. Contributors
  22. ------------
  23. * Sylvain Calador <sylvain.calador@akretion.com>
  24. Maintainer
  25. ----------
  26. .. image:: http://odoo-community.org/logo.png
  27. :alt: Odoo Community Association
  28. :target: http://odoo-community.org
  29. This module is maintained by the OCA.
  30. 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.
  31. To contribute to this module, please visit http://odoo-community.org.