Repository
OCA/product-attribute · module folder · Try on Runboat
Module version
1.0.1
Category
Technical Settings
Folder size
0.06 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
sergio-teruel, Weblate, OCA-git-bot, David Bañón
Odoo dependencies
Python dependencies
openupgradelib
System dependencies
None
Required by
None
Description
This module allows to set ingredients information for a given product.

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
product_attribute_value_form_view product.attribute.value.form product.attribute.value form New
product_ingredient_form_view product.ingredient.form.view product.ingredient form New
product_normal_form_view product.product form Inherits product.product_normal_form_view
product_template_only_form_view product.template form Inherits product.product_template_only_form_view
view_production_lot_form stock.lot form Inherits stock.view_production_lot_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (8)

New fields (0)

No new fields.

Public methods (1)
  • get_allergen_id(self)
    @api.model@ormcache()
    Helper to get allergen attribute id

New fields (0)

No new fields.

Public methods (1)
  • default_get(self, fields_list)
    @api.model

New fields (4)
  • allergen_id Many2one → product.attribute.value
    comodel_name='product.attribute.value' context={'set_allergen_attribute': True, 'show_attribute': False} domain=<expr>
  • is_allergen Boolean
  • name Char
    translate=True
  • scientific_name Char
Public methods (0)

No public methods.

New fields (7)
  • allergen_id Many2one
    related='ingredient_id.allergen_id'
  • ingredient_id Many2one → product.ingredient
    comodel_name='product.ingredient'
  • is_allergen Boolean
    related='ingredient_id.is_allergen'
  • percentage Float
    digits='Product Unit of Measure'
  • product_id Many2one → product.product
    comodel_name='product.product'
  • scientific_name Char
    related='ingredient_id.scientific_name'
  • sequence Integer
Public methods (0)

No public methods.

New fields (4)
  • allergen_ids Many2many → product.attribute.value
    comodel_name='product.attribute.value' compute='_compute_allergen_id' string='Allergens'
  • ingredient_additional_info Text
    translate=True
  • ingredient_allergen_trace_ids Many2many → product.attribute.value
    comodel_name='product.attribute.value' context={'set_allergen_attribute': True, 'show_attribute': False} domain=<expr> string='Allergen traces'
  • ingredient_ids One2many → product.ingredient.value
    comodel_name='product.ingredient.value' inverse_name='product_id' string='Ingredients'
Public methods (0)

No public methods.

New fields (4)
  • allergen_ids Many2many
    related='product_variant_ids.allergen_ids'
  • ingredient_additional_info Text
    readonly=False related='product_variant_ids.ingredient_additional_info'
  • ingredient_allergen_trace_ids Many2many
    readonly=False related='product_variant_ids.ingredient_allergen_trace_ids'
  • ingredient_ids One2many
    readonly=False related='product_variant_ids.ingredient_ids'
Public methods (0)

No public methods.

New fields (3)
  • ingredient_additional_info Text
    compute='_compute_ingredient_values' readonly=False store=True translate=True
  • ingredient_allergen_trace_ids Many2many → product.attribute.value
    comodel_name='product.attribute.value' compute='_compute_ingredient_values' context={'set_allergen_attribute': True, 'show_attribute': False} domain=<expr> readonly=False store=True
  • ingredient_ids One2many → stock.lot.ingredient.value
    comodel_name='stock.lot.ingredient.value' compute='_compute_ingredient_values' inverse_name='lot_id' readonly=False store=True
Public methods (0)

No public methods.

New fields (7)
  • allergen_id Many2one
    related='ingredient_id.allergen_id'
  • ingredient_id Many2one → product.ingredient
    comodel_name='product.ingredient'
  • is_allergen Boolean
    related='ingredient_id.is_allergen'
  • lot_id Many2one → stock.lot
    comodel_name='stock.lot'
  • percentage Float
    digits='Product Unit of Measure'
  • scientific_name Char
    related='ingredient_id.scientific_name'
  • sequence Integer
Public methods (0)

No public methods.

Loading…

Status
Open migration PR — not merged yet for this version
CI status
green — ready to merge
Open since
113 days ago
Last activity
81 days ago
Repository
OCA/product-attribute
Pull request
[16.0][MIG] product_ingredient: Migration to 16.0 (#2277)
Status
Open migration PR — not merged yet for this version
CI status
checks failing
Open since
43 days ago
Last activity
8 days ago
Repository
OCA/product-attribute
Pull request
[19.0] [MIG] product_ingredient: Migration to 19.0 (#2343)