Repository
OCA/product-variant · module folder · Try on Runboat
Module version
2.0.2
Category
Product
Folder size
0.4 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/product-variant
Last tracking update
2026-08-07 07:47:41
Authors
Akretion, Odoo Community Association (OCA)
Maintainers
Akretion, Odoo Community Association (OCA)
Committers
Pierrick Brun, Sébastien BEAU, Weblate, OCA Transbot, OCA-git-bot, oca-travis, Ilyas, oca-git-bot, miguels73, chafique.delli
Odoo dependencies
odoo/odoo:
- web
- bus
- uom
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
detail_field_custom_in_view product.product tree Inherits product.product_product_tree_view
product_search_form_view product.product form Inherits product.product_search_form_view
view_product_form_variants product.template form Inherits product.product_template_only_form_view
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (1)
  • combination_deleted Boolean
    help='If tick then this combination of variant has been deleted and can not be reactivated'
Public methods (3)
  • fields_view_get(self, view_id=None, view_type='tree', toolbar=False, submenu=False)
    @api.model
    Dynamic modification of fields
  • unlink(self)
  • write(self, vals)

New fields (2)
  • active Boolean
    compute='_compute_active' readonly=False store=True
  • product_variant_count_all Integer
    compute='_compute_product_variant_count_all' args: 'Inactive variants'
Public methods (1)
  • write(self, vals)

Loading…

Loading…

Loading…