Skip to content

[18.0][FIX] endpoint_route_handler: precompute=True on route field - #165

Merged
OCA-git-bot merged 1 commit into
OCA:18.0from
qrtl:18.0-fix-endpoint_route_handler
Sep 16, 2026
Merged

OCA-git-bot merged 1 commit into
OCA:18.0from
qrtl:18.0-fix-endpoint_route_handler

Conversation

@AungKoKoLin1997

Copy link
Copy Markdown
Contributor

Backport of #136

Without precompute, the required computed field is evaluated after INSERT (during flush), so creating an endpoint whose route is derived from other fields by a downstream module fails with "Missing required value for the field 'Route'" — the INSERT runs before the compute can populate the column.

@qrtl QT6769

Without precompute, the required computed field is evaluated after
INSERT (during flush), so creating an endpoint whose route is derived
from other fields by a downstream module fails with "Missing required
value for the field 'Route'" — the INSERT runs before the compute can
populate the column.
@OCA-git-bot OCA-git-bot added series:18.0 mod:endpoint_route_handler Module endpoint_route_handler labels Sep 16, 2026
@OCA-git-bot

Copy link
Copy Markdown
Contributor

Hi @simahawk,
some modules you are maintaining are being modified, check this out!

@simahawk

Copy link
Copy Markdown
Contributor

/ocabot merge patch

@OCA-git-bot

Copy link
Copy Markdown
Contributor

What a great day to merge this nice PR. Let's do it!
Prepared branch 18.0-ocabot-merge-pr-165-by-simahawk-bump-patch, awaiting test results.

@OCA-git-bot
OCA-git-bot merged commit 3993a02 into OCA:18.0 Sep 16, 2026
7 checks passed
@OCA-git-bot

Copy link
Copy Markdown
Contributor

Congratulations, your PR was merged at 006b618. Thanks a lot for contributing to OCA. ❤️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants