Handle easily multiple variants on Stock Pickings

stock_picking_variant_mgmt
REPOSITORY
REPOSITORYOCA/product-variant
GIT
GIThttps://github.com/OCA/product-variant.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/product-variant/tree/10.0/stock_picking_variant_mgmt
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYInventory, Logistics, Warehousing
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSPedro M. Baeza, OCA Transbot, oca-travis, Weblate
WEBSITE
WEBSITEhttps://www.tecnativa.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:19:57
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/web:
    - web_widget_x2many_2d_matrix
odoo/odoo:
    - stock
    - product
    - base
    - decimal_precision
    - mail
    - base_setup
    - web_kanban
    - web
    - bus
    - web_tour
    - report
    - procurement
    - barcodes
    - web_planner
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
stock_manage_variant_form stock.manage.variant form New
stock_transfer_manage_variant_form stock.transfer.manage.variant form New
view_move_picking_tree stock.move field Inherits stock.view_move_picking_tree
view_picking_form stock.picking xpath Inherits stock.view_picking_form
Models touched (5)

New fields (2)
  • product_tmpl_id Many2one → product.template
    comodel_name='product.template' required=True string='Template'
  • variant_line_ids Many2many → stock.manage.variant.line
    comodel_name='stock.manage.variant.line' string='Variant Lines'
Public methods (2)
  • button_transfer_to_picking(self)
    @api.multi
  • onchange(self, values, field_name, field_onchange)
    @api.multi

New fields (5)
  • disabled Boolean
  • product_id Many2one → product.product
    comodel_name='product.product' readonly=True string='Variant'
  • product_uom_qty Float
    digits=dp.get_precision('Product Unit of Measure') string='Quantity'
  • value_x Many2one → product.attribute.value
    comodel_name='product.attribute.value'
  • value_y Many2one → product.attribute.value
    comodel_name='product.attribute.value'
Public methods (0)

No public methods.

New fields (1)
  • product_attribute_value_ids Many2many → product.attribute.value
    comodel_name='product.attribute.value' readonly=True related='product_id.attribute_value_ids'
Public methods (0)

No public methods.

New fields (1)
  • variant_line_ids Many2many → stock.transfer.manage.variant.line
    comodel_name='stock.transfer.manage.variant.line' default=_default_variant_line_ids relation='stock_transfer_manage_variant_line_rel' string='Lines'
Public methods (1)
  • button_transfer_to_picking(self)
    @api.multi

New fields (7)
  • disabled Boolean
  • product_id Many2one → product.product
    comodel_name='product.product' readonly=True string='Variant'
  • qty_done Float
    digits=dp.get_precision('Product Unit of Measure') string='Quantity'
  • value_x Many2one → product.attribute.value
    comodel_name='product.attribute.value'
  • value_x_label Char
  • value_y Many2one → product.template
    comodel_name='product.template'
  • value_y_label Char
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/product-variant
GIT
GIThttps://github.com/OCA/product-variant.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/product-variant/tree/9.0/stock_picking_variant_mgmt
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYInventory, Logistics, Warehousing
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSGitHub, OCA Transbot, oca-travis, Weblate
WEBSITE
WEBSITEhttps://www.tecnativa.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:15:21
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/web:
    - web_widget_x2many_2d_matrix
odoo/odoo:
    - stock
    - product
    - base
    - decimal_precision
    - mail
    - base_setup
    - web_kanban
    - web
    - bus
    - report
    - procurement
    - barcodes
    - web_planner
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
stock_manage_variant_form stock.manage.variant form New
stock_transfer_manage_variant_form stock.transfer.manage.variant form New
view_move_picking_tree stock.move field Inherits stock.view_move_picking_tree
view_picking_form stock.picking xpath Inherits stock.view_picking_form
Models touched (5)

New fields (2)
  • product_tmpl_id Many2one → product.template
    comodel_name='product.template' required=True string='Template'
  • variant_line_ids Many2many → stock.manage.variant.line
    comodel_name='stock.manage.variant.line' string='Variant Lines'
Public methods (2)
  • button_transfer_to_picking(self)
    @api.multi
  • onchange(self, values, field_name, field_onchange)
    @api.multi

New fields (5)
  • disabled Boolean
  • product_id Many2one → product.product
    comodel_name='product.product' readonly=True string='Variant'
  • product_uom_qty Float
    digits_compute=dp.get_precision('Product Unit of Measure') string='Quantity'
  • value_x Many2one → product.attribute.value
    comodel_name='product.attribute.value'
  • value_y Many2one → product.attribute.value
    comodel_name='product.attribute.value'
Public methods (0)

No public methods.

New fields (1)
  • product_attribute_value_ids Many2many → product.attribute.value
    comodel_name='product.attribute.value' readonly=True related='product_id.attribute_value_ids'
Public methods (0)

No public methods.

New fields (1)
  • variant_line_ids Many2many → stock.transfer.manage.variant.line
    comodel_name='stock.transfer.manage.variant.line' default=_default_variant_line_ids relation='stock_transfer_manage_variant_line_rel' string='Lines'
Public methods (1)
  • button_transfer_to_picking(self)
    @api.multi

New fields (7)
  • disabled Boolean
  • product_id Many2one → product.product
    comodel_name='product.product' readonly=True string='Variant'
  • qty_done Float
    digits_compute=dp.get_precision('Product Unit of Measure') string='Quantity'
  • value_x Many2one → product.attribute.value
    comodel_name='product.attribute.value'
  • value_x_label Char
  • value_y Many2one → product.template
    comodel_name='product.template'
  • value_y_label Char
Public methods (0)

No public methods.