Skip to content
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

[15.0] web_advanced_search: values in code editor not propagated #2624

Open
coffeinisfun opened this issue Sep 27, 2023 · 4 comments
Open

[15.0] web_advanced_search: values in code editor not propagated #2624

coffeinisfun opened this issue Sep 27, 2023 · 4 comments
Labels

Comments

@coffeinisfun
Copy link

Module

web_advanced_search

Describe the bug

When using the advanced search feature in Debug Mode changes in the Code Editor are not propagated to the upper section with clickable expression lists
e.g. in the screenshot the value '7' should be propagated into the upper section and replace '1'

web_advanced_search_bug

To Reproduce

Affected versions:
v15

Steps to reproduce the behavior:

  1. Install web_advanced_search from https://github.com/OCA/project/tree/15.0.
  2. Activate Debug Mode
  3. Go To Apps
  4. Under the search field click on "Filters"
  5. in the drop down menu click on "Add Advanced Filter"
  6. in the wizard change a value in the code editor
  7. click anywhere outside of the code editor
  8. the values in the upper section stay the same

Expected behavior
The values in the code editor should be propagated to the upper section (clickable expression lists).

@pedrobaeza
Copy link
Member

This is not a problem of the module, but the Odoo core domain widget. @chienandalu do you have the reference for the issue?

@chienandalu
Copy link
Member

Yes, is a core issue although I couldn't find it in any issue/PR on Odoo

@coffeinisfun
Copy link
Author

I already have created a PR with a hotfix. It overwrites the relevant method from the domain widget with the v14 code section when using this module
#2625

@sergiocorato
Copy link

I already have created a PR with a hotfix. It overwrites the relevant method from the domain widget with the v14 code section when using this module #2625

This issue should be closed as PR #2625 has been merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants