TIP: You can type at any time to perform a new search.
Product Weight Through UoM
product_weight_through_uom · OCA/product-attribute
- Repository
- OCA/product-attribute · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Product
- Folder size
- 0.04 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/product-attribute
- Last tracking update
- 2026-08-07 07:24:56
- Authors
- Odoo Community Association (OCA), Tecnativa
- Maintainers
- Odoo Community Association (OCA), Tecnativa
- Committers
- Pedro M. Baeza, OCA Transbot, OCA-git-bot, oca-travis, tbaden
Code Analysis ⓘ
Views touched (1)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_template_property_form |
product.template | form | Inherits stock.view_template_property_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (1)
-
extra_weightFloatdigits=dp.get_precision('Stock Weight')help='Extra weight (in Kg.) given by packaging, etc.' args: 'Extra Weight'
-
create(self, vals)@api.model -
write(self, vals)@api.multi
New fields (2)
-
extra_weightFloatcompute='_compute_extra_weight'digits=dp.get_precision('Stock Weight')help='Extra weight (in Kg.) given by packaging, etc.'inverse='_inverse_extra_weight' args: 'Extra Weight' -
is_weight_uomBooleancompute='_compute_is_weight_uom'default=Falsereadonly=True
-
create(self, vals)@api.model -
write(self, vals)@api.multi