Weighable Product - Default Weight
Set default weight on weighable product, the weight is guessed from the ratio of the unit of mesure
Weighable Product - Default Weight
This module extends the functionality of product module to set default value on weight field for weighable products.
Once installed, when a user create a new weighable product (uom_id.measure_type == "weight"), the weight field will be computed, depending on the UoM.
- if UoM is "kg", weight will be 1.0
- if UoM is "ton", weight will be 1000.0
This module is interesting if you use other modules based on the weight field. (Ex: sale_order_weight in OCA/sale-workflow repo)
Table of contents
Bug Tracker
Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed feedback.
Do not contact contributors directly about support or help with technical issues.
Credits
Authors
- GRAP
Contributors
- Sylvain LE GAL <https://twitter.com/legalsylvain>
Maintainers
This module is maintained by the OCA.
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.
Current maintainer:
This module is part of the OCA/stock-logistics-workflow project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
Once the user has seen at least one product this snippet will be visible.