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.

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