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.

30 lines
1.2 KiB

  1. At the moment, when we create a new product and choose the unity of measure **kg**,
  2. we have to tick the checkbox 'To Weigh With Scale' in the Point of Sale part.
  3. We want to speed the process of creating a new product, avoiding filling manually this parameter.
  4. This module adds the field **'To weigh'** in UOM categories (set to **false** by default).
  5. .. image:: ../static/description/uom_categ_toweigh.png
  6. :alt: Categories of unities of measure
  7. :width: 900
  8. **→** This field affects every unities contained in this category.
  9. .. image:: ../static/description/uom_toweigh.png
  10. :alt: Unities of measure with field 'To weigh'
  11. :width: 900
  12. **→** **AND** it is linked with the parameter **to_weight** in product.template used for example in the Point of Sale app.
  13. .. image:: ../static/description/uom_pos_change_toweigh_checked.png
  14. :alt: Change the field 'to weigh' for every product
  15. :width: 300
  16. * You **CAN'T** change 'To weigh' for one UOM → You have to change in Category and affect all UOM of this category.
  17. .. image:: ../static/description/uom_change_toweigh.png
  18. :alt: Can't change the field 'to weigh' for one unity of measure
  19. :width: 900