| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/web-api |
| GIT | |
| GIT | https://github.com/OCA/web-api.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/web-api/tree/19.0/endpoint_route_handler |
| VERSION | |
| VERSION | 1.1.0 |
| CATEGORY | |
| CATEGORY | Uncategorized |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Camptocamp |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Camptocamp |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, Iván Todorovich, Raf Ven, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/web-api |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:40:47 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - base |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | Technical module that provides a base handler for adding and removing controller routes on the fly. Can be used as a mixin or as a tool. |
No views found for this module.
No HTTP endpoints found for this module.
auth_type
Selection
default='user_endpoint'
selection='_selection_auth_type'
cors
Char
default='*'
help='Comma-separated list of allowed origins'
csrf
Boolean
default=False
endpoint_hash
Char
compute='_compute_endpoint_hash'
help='Identify the route with its main params'
name
Char
required=True
readonly
Boolean
default=False
request_content_type
Selection
selection='_selection_request_content_type'
request_method
Selection
required=True
selection='_selection_request_method'
route
Char
compute='_compute_route'
copy=False
index=True
inverse='_inverse_route'
readonly=False
required=True
store=True
route_group
Char
help='Use this to classify routes together'
route_type
Selection
default='http'
selection='_selection_route_type'
No public methods.
No new fields.
Public methods (1)new(self, values=None, origin=None, ref=None)
active
Boolean
default=True
registry_sync
Boolean
copy=False
default=False
help='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)
No new fields.
Public methods (1)routing_map(self, key=None)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/web-api |
| GIT | |
| GIT | https://github.com/OCA/web-api.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/web-api/tree/18.0/endpoint_route_handler |
| VERSION | |
| VERSION | 1.1.0 |
| CATEGORY | |
| CATEGORY | Uncategorized |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Camptocamp |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Camptocamp |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, Simone Orsi, oca-ci, Christopher Ormaza |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/web-api |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:30:10 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES | |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | Technical module that provides a base handler for adding and removing controller routes on the fly. Can be used as a mixin or as a tool. |
No views found for this module.
No HTTP endpoints found for this module.
auth_type
Selection
default='user_endpoint'
selection='_selection_auth_type'
csrf
Boolean
default=False
endpoint_hash
Char
compute='_compute_endpoint_hash'
help='Identify the route with its main params'
name
Char
required=True
readonly
Boolean
default=False
request_content_type
Selection
selection='_selection_request_content_type'
request_method
Selection
required=True
selection='_selection_request_method'
route
Char
compute='_compute_route'
copy=False
index=True
inverse='_inverse_route'
readonly=False
required=True
store=True
route_group
Char
help='Use this to classify routes together'
route_type
Selection
default='http'
selection='_selection_route_type'
No public methods.
No new fields.
Public methods (1)new(self, values=None, origin=None, ref=None)
active
Boolean
default=True
registry_sync
Boolean
copy=False
default=False
help='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)
No new fields.
Public methods (1)routing_map(cls, key=None)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/web-api |
| GIT | |
| GIT | https://github.com/OCA/web-api.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/web-api/tree/17.0/endpoint_route_handler |
| VERSION | |
| VERSION | 1.0.2 |
| CATEGORY | |
| CATEGORY | Uncategorized |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Camptocamp |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Camptocamp |
| COMMITTERS | |
| COMMITTERS | Pedro M. Baeza, Weblate, OCA-git-bot, Quentin Groulard, oca-ci, chien |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/web-api |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:20:04 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES | |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | Technical module that provides a base handler for adding and removing controller routes on the fly. Can be used as a mixin or as a tool. |
No views found for this module.
No HTTP endpoints found for this module.
auth_type
Selection
default='user_endpoint'
selection='_selection_auth_type'
csrf
Boolean
default=False
endpoint_hash
Char
compute='_compute_endpoint_hash'
help='Identify the route with its main params'
name
Char
required=True
request_content_type
Selection
selection='_selection_request_content_type'
request_method
Selection
required=True
selection='_selection_request_method'
route
Char
compute='_compute_route'
copy=False
index=True
inverse='_inverse_route'
readonly=False
required=True
store=True
route_group
Char
help='Use this to classify routes together'
route_type
Selection
default='http'
selection='_selection_route_type'
No public methods.
No new fields.
Public methods (1)new(self, values=None, origin=None, ref=None)
active
Boolean
default=True
registry_sync
Boolean
copy=False
default=False
help='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)
No new fields.
Public methods (1)routing_map(cls, key=None)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/web-api |
| GIT | |
| GIT | https://github.com/OCA/web-api.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/web-api/tree/16.0/endpoint_route_handler |
| VERSION | |
| VERSION | 1.1.2 |
| CATEGORY | |
| CATEGORY | Uncategorized |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Camptocamp |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Camptocamp |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, Simone Orsi, oca-ci, OriolMForgeFlow, Florian Mounier |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/web-api |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:53:43 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES | |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
No views found for this module.
No HTTP endpoints found for this module.
auth_type
Selection
default='user_endpoint'
selection='_selection_auth_type'
csrf
Boolean
default=False
endpoint_hash
Char
compute='_compute_endpoint_hash'
help='Identify the route with its main params'
name
Char
required=True
request_content_type
Selection
selection='_selection_request_content_type'
request_method
Selection
required=True
selection='_selection_request_method'
route
Char
compute='_compute_route'
copy=False
index=True
inverse='_inverse_route'
readonly=False
required=True
store=True
route_group
Char
help='Use this to classify routes together'
route_type
Selection
default='http'
selection='_selection_route_type'
No public methods.
No new fields.
Public methods (1)new(self, values=None, origin=None, ref=None)
active
Boolean
default=True
registry_sync
Boolean
copy=False
default=False
help='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)
No new fields.
Public methods (1)routing_map(cls, key=None)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/web-api |
| GIT | |
| GIT | https://github.com/OCA/web-api.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/web-api/tree/14.0/endpoint_route_handler |
| VERSION | |
| VERSION | 2.1.1 |
| CATEGORY | |
| CATEGORY | Uncategorized |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Camptocamp |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Camptocamp |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, Simone Orsi, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/web-api |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:40:55 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES | |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
No views found for this module.
No HTTP endpoints found for this module.
auth_type
Selection
default='user_endpoint'
selection='_selection_auth_type'
csrf
Boolean
default=False
endpoint_hash
Char
compute='_compute_endpoint_hash'
help='Identify the route with its main params'
name
Char
required=True
request_content_type
Selection
selection='_selection_request_content_type'
request_method
Selection
required=True
selection='_selection_request_method'
route
Char
compute='_compute_route'
copy=False
index=True
inverse='_inverse_route'
readonly=False
required=True
store=True
route_group
Char
help='Use this to classify routes together'
route_type
Selection
default='http'
selection='_selection_route_type'
No public methods.
No new fields.
Public methods (1)new(self, values=None, origin=None, ref=None)
active
Boolean
default=True
registry_sync
Boolean
copy=False
default=False
help='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)
No new fields.
Public methods (1)routing_map(cls, key=None)