Repository
OCA/server-tools · module folder · Try on Runboat
Module version
1.0.0
Category
Hidden/Dependency
Folder size
0.07 MB
License
LGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/server-tools
Last tracking update
2026-08-07 09:06:27
Authors
Odoo Community Association (OCA), Therp BV
Maintainers
Odoo Community Association (OCA), Therp BV
Committers
Holger Brunn, Weblate, Ruchir Shukla, OCA-git-bot, oca-ci
Odoo dependencies
odoo/odoo:
Python dependencies
None
System dependencies
None
Required by
account_invoice_transmit_method, account_operating_unit, purchase_allowed_product, purchase_analytic, stock_picking_invoicing, web_m2x_options_manager
Description
This module was written to make it simple to add custom operators for
view inheritance.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_partner_simple_form res.partner form Inherits base.view_partner_simple_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (0)

No new fields.

Public methods (2)
  • apply_inheritance_specs(self, source, specs_tree, pre_locate=<expr>)
    @api.model
  • inheritance_handler_wraptext(self, source, specs)
    @api.model
    Implement wraptext inheritance spec .. code-block:: xml <wraptext expr="//some/node" position="text" element="span" /> Which transforms xml like .. code-block:: xml <some> <node> plain text <other_node /> </node> </some> to .. code-block:: xml <some> <node> <span>plain text</span> <other_node /> </node> </some>

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…