TIP: You can type at any time to perform a new search.
Products - Net Weight
product_net_weight · OCA/product-attribute
- Repository
- OCA/product-attribute · module folder · Try on Runboat
- Module version
- 1.0.2
- Category
- Product
- Folder size
- 0.11 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/product-attribute
- Last tracking update
- 2026-08-07 09:06:25
- Authors
- Odoo Community Association (OCA), GRAP
- Maintainers
- Odoo Community Association (OCA), GRAP
- Committers
- Alexis de Lattre, Maksym Yankin, Weblate, OCA-git-bot, oca-ci, Vicent-S73
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- product_drained_weight
- Description
This module extends the functionality of stock module to support net weight. (container excluded)
Code Analysis ⓘ
Views touched (3)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
product_normal_form_view |
product.product | form | Inherits product.product_normal_form_view | |
view_product_product_form |
product.product | form | Inherits product.product_variant_easy_edit_view | |
view_product_template_form |
product.template | form | Inherits stock.product_template_form_view_procurement_button |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (2)
-
net_weightFloatdigits='Stock Weight'help='Weight of the product without container nor packaging.' -
weightFloathelp='Weight of the product with its container and packaging.'string='Gross Weight'
No public methods.
New fields (2)
-
net_weightFloatcompute='_compute_net_weight'digits='Stock Weight'help='Weight of the product without container nor packaging.'inverse='_inverse_net_weight'store=True -
weightFloathelp='Weight of the product with its container and packaging.'string='Gross Weight'
-
create(self, vals_list)@api.model_create_multi
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…