Repository
OCA/server-tools · module folder · Try on Runboat
Module version
1.0.0
Category
Uncategorized
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 09:06:27
Authors
Camptocamp, Odoo Community Association (OCA)
Maintainers
Camptocamp, Odoo Community Association (OCA)
Committers
Maksym Yankin, OCA-git-bot, oca-ci
Odoo dependencies
odoo/odoo:
Python dependencies
None
System dependencies
None
Required by
endpoint
Description
Provide helpers to authorize RPC calls.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_model_form rpc_helper view_model_form ir.model form Inherits base.view_model_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (1)
  • rpc_config_edit Text
    help="Configure RPC config via JSON. Value must be a list of methods to disable wrapped by a dict with key `disable`. Eg: {'disable': ['search', 'do_this']}To disable all methods, use `{'disable: ['all']}`" inverse='_inverse_rpc_config_edit'
Public methods (1)
  • write(self, vals)

Loading…

Loading…

Loading…

Loading…

Loading…