TIP: You can type at any time to perform a new search.
Nutritional Info Stock Lot
nutritional_info_stock_lot · OCA/product-attribute
- 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 ID | Name | Model | Type | Status |
|---|---|---|---|---|
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_idMany2one → stock.lotcomodel_name='stock.lot'
No public methods.
New fields (1)
-
nutritional_value_idsOne2many → nutritional.value.lotcomodel_name='nutritional.value.lot'compute='_compute_nutritional_value_ids'inverse_name='lot_id'readonly=Falsestore=True
No public methods.
Loading…