Web Domain Field Example

web_domain_field_example
REPOSITORY
REPOSITORYOCA/web
GIT
GIThttps://github.com/OCA/web.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/web/tree/12.0/web_domain_field_example
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Therp BV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Therp BV
COMMITTERS
COMMITTERSRonald Portier, OCA Transbot, oca-travis, Weblate, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/web
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:22
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/web:
    - web_domain_field
odoo/odoo:
    - web
    - base
    - product
    - decimal_precision
    - mail
    - base_setup
    - bus
    - web_tour
    - uom
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
product_selection_example_form product.selection.example.form product.selection.example form New
product_selection_example_tree product.selection.example.tree product.selection.example tree New
Models touched (2)

New fields (3)
  • categ_id Many2one → product.category
    comodel_name='product.category' required=True
  • default_code Char
    required=True
  • name Char
    required=True
Public methods (0)

No public methods.

New fields (3)
  • product_category_id Many2one → product.category
    comodel_name='product.category' required=True
  • product_id Many2one → product.demonstration
    comodel_name='product.demonstration'
  • product_id_domain Char
    compute='_compute_product_id_domain' readonly=True store=False
Public methods (0)

No public methods.