Repository
OCA/product-attribute · module folder · Try on Runboat
Module version
1.0.0
Category
Product
Folder size
0.06 MB
License
AGPL-3
Application
No
Auto-installable
Yes
Website
https://github.com/OCA/product-attribute
Last tracking update
2026-08-07 08:09:19
Authors
Odoo Community Association (OCA), Factor Libre
Maintainers
Odoo Community Association (OCA), Factor Libre
Committers
Weblate, OCA-git-bot, Adrián Cifuentes, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
product_normal_form_view product.product form Inherits product_net_weight.product_normal_form_view
view_product_product_form product.product form Inherits product_net_weight.view_product_product_form
view_product_template_form product.template form Inherits product_net_weight.view_product_template_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (2)
  • net_weight Float
    digits=False
  • product_net_weight Float
    compute='_compute_product_net_weight' digits='Stock Weight' help="The net weight in the product's weight UOM, container excluded." inverse='_inverse_product_net_weight' args: 'Net Weight'
Public methods (0)

No public methods.

New fields (1)
  • product_net_weight Float
    compute='_compute_product_net_weight' digits='Stock Weight' help="The net weight in the product's weight UOM, container excluded." inverse='_inverse_product_net_weight' store=True args: 'Net Weight in product UOM'
Public methods (0)

No public methods.