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 09:06:25
Authors
Odoo Community Association (OCA), Tecnativa
Maintainers
Odoo Community Association (OCA), Tecnativa
Committers
Weblate, OCA-git-bot, oca-ci, Vicent-S73
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module extends the functionality of stock module to support Drained
Weight. (fluid excluded)

You could be interested by another modules like as:

- product_net_weight

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
product_template_form_view product.template form Inherits product.product_template_form_view
product_variant_easy_edit_view product.product Inherits product.product_variant_easy_edit_view
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (1)
  • drained_weight Float
    digits='Stock Weight' help='Drained Weight of the product, fluid excluded.'
Public methods (0)

No public methods.

New fields (1)
  • drained_weight Float
    compute='_compute_drained_weight' digits='Stock Weight' help='Drained Weight of the product, fluid excluded.' inverse='_inverse_drained_weight' store=True
Public methods (1)
  • create(self, vals_list)
    @api.model_create_multi

Loading…

Loading…