Display full architecture for views

base_view_full_arch
REPOSITORY
REPOSITORYOCA/server-tools
GIT
GIThttps://github.com/OCA/server-tools.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/server-tools/tree/14.0/base_view_full_arch
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYHidden/Dependency
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, SilvioC2C, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/server-tools
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:41:05
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - base
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (8)
XML IDNameModelTypeStatus
demo_view_1 res.users form New
demo_view_2 res.users field Inherits base_view_full_arch.demo_view_1
demo_view_3 res.users xpath Inherits base_view_full_arch.demo_view_1
demo_view_4 res.users field Inherits base_view_full_arch.demo_view_2
demo_view_5 res.users field Inherits base_view_full_arch.demo_view_2
demo_view_6 res.users field Inherits base_view_full_arch.demo_view_3
test_format_doc test_format_doc ir.ui.view qweb New
view_view_form_inherit ir.ui.view xpath Inherits base.view_view_form
Models touched (1)

New fields (1)
  • full_arch Text
    compute='_compute_full_arch' compute_sudo=True help="Technical field to check the fully combined architecture of the view:\n* for primary views, displays the full arch of the view, combined with the inheriting views' modifications\n* for extension views, inherits the full arch from the inherited view\n" recursive=True store=False
Public methods (3)
  • create(self, vals_list)
    @api.model_create_multi
  • unlink(self)
  • write(self, vals)