Repository
OCA/product-variant · module folder · Try on Runboat
Module version
1.0.2
Category
Sale
Folder size
0.43 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/product-variant
Last tracking update
2026-08-07 07:31:57
Authors
Odoo Community Association (OCA), Tecnativa
Maintainers
Odoo Community Association (OCA), Tecnativa
Committers
Alexandre Díaz, sergio-teruel, Weblate, OCA Transbot, OCA-git-bot, oca-travis, Pablo Fuentes
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
sale_manage_variant_form sale.manage.variant form New
view_order_form sale.order form Inherits sale.view_order_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (2)
  • product_tmpl_id Many2one → product.template
    comodel_name='product.template' required=True string='Template'
  • variant_line_ids Many2many → sale.manage.variant.line
    comodel_name='sale.manage.variant.line' string='Variant Lines'
Public methods (1)
  • button_transfer_to_order(self)
    @api.multi

New fields (3)
  • product_uom_qty Float
    digits=dp.get_precision('Product UoS') 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 (2)
  • product_attribute_value_ids Many2many → product.attribute.value
    comodel_name='product.attribute.value' readonly=True related='product_id.attribute_value_ids'
  • product_tmpl_id_sale_order_variant_mgmt Many2one → product.template
    comodel_name='product.template' readonly=True related='product_id.product_tmpl_id'
Public methods (0)

No public methods.

Loading…

Loading…

Loading…