Skip to content

[18.0][FIX] fieldservice#1536

Closed
edescalona wants to merge 1 commit into
OCA:18.0from
BinhexTeam:18.0-fix-fieldservice
Closed

[18.0][FIX] fieldservice#1536
edescalona wants to merge 1 commit into
OCA:18.0from
BinhexTeam:18.0-fix-fieldservice

Conversation

@edescalona
Copy link
Copy Markdown

@BinhexTeam

T22531

This change fixes an OWL client error raised when searching Field Service Orders by name.

In Odoo 18, filter_domain expressions are evaluated by the web client, where Python helpers such as str() are not available. The previous search domain used str(self), which caused:

EvaluationError: Name 'str' is not defined

The search domain now uses client-compatible syntax.

image

@OCA-git-bot
Copy link
Copy Markdown
Contributor

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

@edescalona
Copy link
Copy Markdown
Author

ping @BernatObrador @rrebollo

@rrebollo
Copy link
Copy Markdown
Contributor

Friend I think this is a duplicate of #1518

@rrebollo
Copy link
Copy Markdown
Contributor

Maybe you can contribute there

@edescalona
Copy link
Copy Markdown
Author

Thanks @rrebollo , I hadn't seen that PR

@edescalona
Copy link
Copy Markdown
Author

PR duplicate #1518

@edescalona edescalona closed this May 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants