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.

130 lines
5.0 KiB

  1. ============================
  2. Pos to weight by product uom
  3. ============================
  4. .. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  5. !! This file is generated by oca-gen-addon-readme !!
  6. !! changes will be overwritten. !!
  7. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  8. .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
  9. :target: https://odoo-community.org/page/development-status
  10. :alt: Beta
  11. .. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
  12. :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
  13. :alt: License: AGPL-3
  14. .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fpos-lightgray.png?logo=github
  15. :target: https://github.com/OCA/pos/tree/12.0/pos_to_weight_by_product_uom
  16. :alt: OCA/pos
  17. .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
  18. :target: https://translation.odoo-community.org/projects/pos-12-0/pos-12-0-pos_to_weight_by_product_uom
  19. :alt: Translate me on Weblate
  20. .. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
  21. :target: https://runbot.odoo-community.org/runbot/184/12.0
  22. :alt: Try me on Runbot
  23. |badge1| |badge2| |badge3| |badge4| |badge5|
  24. At the moment, when we create a new product and choose the unity of measure **kg**,
  25. we have to tick the checkbox 'To Weigh With Scale' in the Point of Sale part.
  26. We want to speed the process of creating a new product, avoiding filling manually this parameter.
  27. This module adds the field **'To weigh'** in UOM categories (set to **false** by default).
  28. .. image:: https://raw.githubusercontent.com/OCA/pos/12.0/pos_to_weight_by_product_uom/static/description/uom_categ_toweigh.png
  29. :alt: Categories of unities of measure
  30. :width: 900
  31. **→** This field affects every unities contained in this category.
  32. .. image:: https://raw.githubusercontent.com/OCA/pos/12.0/pos_to_weight_by_product_uom/static/description/uom_toweigh.png
  33. :alt: Unities of measure with field 'To weigh'
  34. :width: 900
  35. **→** **AND** it is linked with the parameter **to_weight** in product.template used for example in the Point of Sale app.
  36. .. image:: https://raw.githubusercontent.com/OCA/pos/12.0/pos_to_weight_by_product_uom/static/description/uom_pos_change_toweigh_checked.png
  37. :alt: Change the field 'to weigh' for every product
  38. :width: 300
  39. * You **CAN'T** change 'To weigh' for one UOM → You have to change in Category and affect all UOM of this category.
  40. .. image:: https://raw.githubusercontent.com/OCA/pos/12.0/pos_to_weight_by_product_uom/static/description/uom_change_toweigh.png
  41. :alt: Can't change the field 'to weigh' for one unity of measure
  42. :width: 900
  43. **Table of contents**
  44. .. contents::
  45. :local:
  46. Configuration
  47. =============
  48. * active settings "Allow using different units of measure" in Settings > Configuration > Sales > Quotations and Sales Orders > Product Features
  49. * During the creation of a category, tick the box 'To weigh'.
  50. .. image:: https://raw.githubusercontent.com/OCA/pos/12.0/pos_to_weight_by_product_uom/static/description/uom_categ_change_toweigh.png
  51. :alt: Change the field 'To weigh' for every category
  52. :width: 400
  53. * You can set every product existing with the new 'To weigh' parameter
  54. .. image:: https://raw.githubusercontent.com/OCA/pos/12.0/pos_to_weight_by_product_uom/static/description/uom_categ_button_toweigh.png
  55. :alt: Set 'to weigh' in each product of this category
  56. :width: 900
  57. Usage
  58. =====
  59. You're able to change this field for a specific product (in tab Sales).
  60. .. image:: https://raw.githubusercontent.com/OCA/pos/12.0/pos_to_weight_by_product_uom/static/description/uom_pos_change_toweigh.png
  61. :alt: Change the field 'to weigh' for a specific
  62. :width: 300
  63. Bug Tracker
  64. ===========
  65. Bugs are tracked on `GitHub Issues <https://github.com/OCA/pos/issues>`_.
  66. In case of trouble, please check there if your issue has already been reported.
  67. If you spotted it first, help us smashing it by providing a detailed and welcomed
  68. `feedback <https://github.com/OCA/pos/issues/new?body=module:%20pos_to_weight_by_product_uom%0Aversion:%2012.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
  69. Do not contact contributors directly about support or help with technical issues.
  70. Credits
  71. =======
  72. Authors
  73. ~~~~~~~
  74. * GRAP
  75. Contributors
  76. ~~~~~~~~~~~~
  77. * Quentin Dupont, GRAP <quentin.dupont@grap.coop> (http://www.grap.coop/)
  78. * Sylvain LE GAL <https://twitter.com/legalsylvain>
  79. Maintainers
  80. ~~~~~~~~~~~
  81. This module is maintained by the OCA.
  82. .. image:: https://odoo-community.org/logo.png
  83. :alt: Odoo Community Association
  84. :target: https://odoo-community.org
  85. OCA, or the Odoo Community Association, is a nonprofit organization whose
  86. mission is to support the collaborative development of Odoo features and
  87. promote its widespread use.
  88. This module is part of the `OCA/pos <https://github.com/OCA/pos/tree/12.0/pos_to_weight_by_product_uom>`_ project on GitHub.
  89. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.