Repository
OCA/server-tools · module folder · Try on Runboat
Module version
1.0.0
Category
Hidden/Dependency
Folder size
0.05 MB
License
LGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/server-tools
Last tracking update
2026-08-07 07:47:40
Authors
Camptocamp, Odoo Community Association (OCA)
Maintainers
Camptocamp, Odoo Community Association (OCA)
Committers
SilvioC2C, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
odoo/odoo:
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (8)
XML IDNameModelTypeStatus
demo_view_1 res.users form New
demo_view_2 res.users form Inherits base_view_full_arch.demo_view_1
demo_view_3 res.users form Inherits base_view_full_arch.demo_view_1
demo_view_4 res.users form Inherits base_view_full_arch.demo_view_2
demo_view_5 res.users form Inherits base_view_full_arch.demo_view_2
demo_view_6 res.users form 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 form Inherits base.view_view_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

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)