Skip to content

[6769][ADD] base_json2_endpoint#6

Open
yostashiro wants to merge 3 commits into
19.0from
add-base_json2_endpoint
Open

[6769][ADD] base_json2_endpoint#6
yostashiro wants to merge 3 commits into
19.0from
add-base_json2_endpoint

Conversation

@yostashiro
Copy link
Copy Markdown
Member

@yostashiro yostashiro commented May 16, 2026

Configuration-driven endpoint layer for Odoo's JSON/2 API. Administrators define endpoints through the UI by selecting a target model, method, allowed fields, and parameter definitions. The module dispatches incoming requests to the configured model methods, enforcing input validation, type checking, and field-level filtering.

Includes a documentation endpoint (/json2/endpoint/doc) that serves a JSON listing of all accessible endpoints with their parameters.

QT6769

Configuration-driven endpoint layer for Odoo's JSON/2 API.
Administrators define endpoints through the UI by selecting a target
model, method, allowed fields, and parameter definitions. The module
dispatches incoming requests to the configured model methods, enforcing
input validation, type checking, and field-level filtering.

Includes a documentation endpoint (/json2/endpoint/doc) that serves a
JSON listing of all accessible endpoints with their parameters.
@yostashiro yostashiro changed the title [ADD] base_json2_endpoint [6769][ADD] base_json2_endpoint May 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant