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.

117 lines
3.8 KiB

  1. .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
  2. :target: https://www.gnu.org/licenses/agpl
  3. :alt: License: AGPL-3
  4. ==============
  5. Pos to weight by product
  6. ==============
  7. Motivation
  8. ============
  9. At the moment, when we create a new product and choose the unity of measure **kg**,
  10. we have to tick the checkbox 'To Weigh With Scale' in the Point of Sale part.
  11. We want to speed the process of creating a new product, avoiding filling manually this parameter.
  12. Brief presentation
  13. ============
  14. This module adds the field **'To weigh'** in UOM categories (set to **false** by default).
  15. .. image:: /pos_to_weight_by_product_uom/static/description/uom_categ_toweigh.png
  16. :alt: Categories of unities of measure
  17. :width: 900
  18. **→** This field affects every unities contained in this category.
  19. .. image:: /pos_to_weight_by_product_uom/static/description/uom_toweigh.png
  20. :alt: Unities of measure with field 'To weigh'
  21. :width: 900
  22. **→** **AND** it is linked with the parameter **to_weight** in product.template used for example in the Point of Sale app.
  23. .. image:: /pos_to_weight_by_product_uom/static/description/uom_pos_change_toweigh_checked.png
  24. :alt: Change the field 'to weigh' for every product
  25. :width: 300
  26. Installation
  27. ============
  28. To install this module, you need to :
  29. * install the official apps : Sales Management and Point of Sale
  30. * install this module with the installation button
  31. * active settings "Allow using different units of measure" in Settings > Configuration > Sales > Quotations and Sales Orders > Product Features
  32. How to use this module
  33. =============
  34. * [Category UOM] During the creation of a category, tick the box 'To weigh'.
  35. .. image:: /pos_to_weight_by_product_uom/static/description/uom_categ_change_toweigh.png
  36. :alt: Change the field 'To weigh' for every category
  37. :width: 400
  38. * [Category UOM] You can set every product existing with the new 'To weigh' parameter
  39. .. image:: /pos_to_weight_by_product_uom/static/description/uom_categ_button_toweigh.png
  40. :alt: Set 'to weigh' in each product of this category
  41. :width: 900
  42. * [UOM] You **CAN'T** change 'To weigh' for one UOM → You have to change in Category and affect all UOM of this category.
  43. .. image:: /pos_to_weight_by_product_uom/static/description/uom_change_toweigh.png
  44. :alt: Can't change the field 'to weigh' for one unity of measure
  45. :width: 900
  46. * [Product] **However**, you're able to change this field for a specific product (in tab Sales).
  47. .. image:: /pos_to_weight_by_product_uom/static/description/uom_pos_change_toweigh.png
  48. :alt: Change the field 'to weigh' for every product
  49. :width: 300
  50. Usage
  51. =====
  52. * To use this module, you need to go to (link not avalaible yet):
  53. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  54. :alt: Try me on Runbot
  55. :target: https://runbot.odoo-community.org/runbot/{repo_id}/{branch}
  56. Bug Tracker
  57. ===========
  58. Bugs are tracked on `GitHub Issues
  59. <https://github.com/OCA/{project_repo}/issues>`_. In case of trouble, please
  60. check there if your issue has already been reported. If you spotted it first,
  61. help us smash it by providing detailed and welcomed feedback.
  62. Credits
  63. =======
  64. Contributors
  65. ------------
  66. * Quentin Dupont, GRAP <quentin.dupont@grap.coop> (http://www.grap.coop/)
  67. * Sylvain Legal, GRAP <sylvain.legal@grap.coop> (http://www.grap.coop/)
  68. Do not contact contributors directly about support or help with technical issues.
  69. Maintainer
  70. ----------
  71. .. image:: https://odoo-community.org/logo.png
  72. :alt: Odoo Community Association
  73. :target: https://odoo-community.org
  74. This module is maintained by the OCA.
  75. OCA, or the Odoo Community Association, is a nonprofit organization whose
  76. mission is to support the collaborative development of Odoo features and
  77. promote its widespread use.
  78. To contribute to this module, please visit https://odoo-community.org.