-
-
Notifications
You must be signed in to change notification settings - Fork 641
[18.0][FIX] base_search_custom_field_filter: Error when define filters with related fields #1232
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[18.0][FIX] base_search_custom_field_filter: Error when define filters with related fields #1232
Conversation
|
Hi @pedrobaeza, |
b41ef8b to
a5d1864
Compare
mariancuadranetkia
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've tested in runboat and now it's working.
|
@carlosdauden can you check this? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Functional review 👍🏻
I added this commit in my migration to v19: #1238
|
@pedrobaeza |
… related fields Steps to reproduce the behavior: 1. Define a custom filter with . notation like partner_id.lang 2. Access to the model defined, to check if we can use this filter. An error was thrown With this changes the field is defined in the correct point and the error is not thrown.
a5d1864 to
4f6e018
Compare
|
Let's see if doing a rebase the problem is solved |
|
/ocabot merge patch |
|
On my way to merge this fine PR! |
|
This PR has the |
|
Congratulations, your PR was merged at 958f321. Thanks a lot for contributing to OCA. ❤️ |
Steps to reproduce the behavior:
An error was thrown
With this changes the field is defined in the correct point and the error is not thrown.
ping @pedrobaeza @carlos-lopez-tecnativa @mariancuadranetkia
cc @Tecnativa
This PR solves the Issue: #1231