Repository
OCA/product-attribute · module folder · Try on Runboat
Module version
1.0.0
Category
Technical Settings
Folder size
0.05 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/product-attribute
Last tracking update
2026-08-07 08:42:54
Authors
Odoo Community Association (OCA), Tecnativa
Maintainers
Odoo Community Association (OCA), Tecnativa
Committers
Carlos Roca, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module allows to set the nutritional information for a given lot.
The report will take the data of the product by default and it will
overwrite the values defined in the lot.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
product_normal_form_view stock.lot form Inherits stock.view_production_lot_form
stock_lot_nutritional_info_report stock_lot_nutritional_info_report ir.ui.view qweb New
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (1)
  • lot_id Many2one → stock.lot
    comodel_name='stock.lot'
Public methods (0)

No public methods.

New fields (1)
  • nutritional_value_ids One2many → nutritional.value.lot
    comodel_name='nutritional.value.lot' compute='_compute_nutritional_value_ids' inverse_name='lot_id' readonly=False store=True
Public methods (0)

No public methods.

Loading…