Skip to content

[19.0][FIX] endpoint_route_handler: precompute=True on route field#136

Open
AungKoKoLin1997 wants to merge 1 commit into
OCA:19.0from
qrtl:19.0-fix-endpoint_route_handler
Open

[19.0][FIX] endpoint_route_handler: precompute=True on route field#136
AungKoKoLin1997 wants to merge 1 commit into
OCA:19.0from
qrtl:19.0-fix-endpoint_route_handler

Conversation

@AungKoKoLin1997
Copy link
Copy Markdown

Related: #135

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

@OCA-git-bot
Copy link
Copy Markdown
Contributor

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

@OCA-git-bot OCA-git-bot added series:19.0 mod:endpoint_route_handler Module endpoint_route_handler labels May 26, 2026
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.
@AungKoKoLin1997 AungKoKoLin1997 force-pushed the 19.0-fix-endpoint_route_handler branch from b81ed4d to 1d55f71 Compare May 26, 2026 04:53
Copy link
Copy Markdown
Member

@yostashiro yostashiro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code review. LGTM.

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

Labels

mod:endpoint_route_handler Module endpoint_route_handler series:19.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants