TIP: You can type at any time to perform a new search.
Endpoint route handler
endpoint_route_handler · OCA/web-api
- Repository
- OCA/web-api · module folder · Try on Runboat
- Module version
- 1.2.0
- Category
- Uncategorized
- Folder size
- 0.11 MB
- License
- LGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/web-api
- Last tracking update
- 2026-08-07 09:06:33
- Authors
- Camptocamp, Odoo Community Association (OCA)
- Maintainers
- Camptocamp, Odoo Community Association (OCA)
- Committers
- Aungkokolin1997, Iván Todorovich, Weblate, OCA-git-bot, Raf Ven, oca-ci
Code Analysis ⓘ
Views touched (0)
No views found for this module.
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (4)
New fields (11)
-
auth_typeSelectiondefault='user_endpoint'selection='_selection_auth_type' -
corsChardefault='*'help='Comma-separated list of allowed origins' -
csrfBooleandefault=False -
endpoint_hashCharcompute='_compute_endpoint_hash'help='Identify the route with its main params' -
nameCharrequired=True -
readonlyBooleandefault=False -
request_content_typeSelectionselection='_selection_request_content_type' -
request_methodSelectionrequired=Trueselection='_selection_request_method' -
routeCharcompute='_compute_route'copy=Falseindex=Trueinverse='_inverse_route'readonly=Falserequired=Truestore=True -
route_groupCharhelp='Use this to classify routes together' -
route_typeSelectiondefault='http'selection='_selection_route_type'
No public methods.
New fields (0)
No new fields.
Public methods (1)-
new(self, values=None, origin=None, ref=None)@api.model
New fields (2)
-
activeBooleandefault=True -
registry_syncBooleancopy=Falsedefault=Falsehelp='ON: the record has been modified and registry was not notified.\nNo change will be active until this flag is set to false via proper action.\n\nOFF: record in line with the registry, nothing to do.'
-
unlink(self) -
write(self, vals)
New fields (0)
No new fields.
Public methods (1)-
routing_map(self, key=None)@tools.ormcache('key', 'self._endpoint_route_last_version()', cache='routing')
Loading…
Loading…
Loading…
Loading…