Repository
OCA/product-variant · module folder · Try on Runboat
Module version
Category
Sales Management
Folder size
0.12 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/product-variant
Last tracking update
2026-08-20 17:29:49
Authors
Odoo Community Association (OCA), AvanzOSC, Tecnativa, OdooMRP team
Maintainers
Odoo Community Association (OCA), AvanzOSC, Tecnativa, OdooMRP team
Committers
OCA-git-bot, oca-ci, Andrii9090-tecnativa
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module allows you to create the product variant when a sale order 
is confirmed. It adds to the sale line a product configurator, 
so that selecting a product and its attributes can serve for creating/selecting the product variant.

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
view_order_form sale.order form Inherits sale.view_order_form
view_order_line_tree sale.order.line tree Inherits sale.view_order_line_tree
view_sales_order_line_filter sale.order.line Inherits sale.view_sales_order_line_filter
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (0)

No new fields.

Public methods (1)
  • action_confirm(self)
    Create possible product variants not yet created.

New fields (1)
  • product_tmpl_id Many2one
    readonly=False related=False store=True string='Product Template (no related)'
Public methods (1)
  • create(self, vals_list)
    @api.model_create_multi
    Create product if not exist when the sales order is already confirmed and a line is added.

Loading…

Loading…

Loading…

Loading…

Loading…

Status
Open migration PR — not merged yet for this version
CI status
checks failing
Open since
584 days ago
Last activity
32 days ago
Repository
OCA/product-variant
Pull request
[17.0][MIG] sale_variant_configurator: Migration to 17.0 (#381)