-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[MIG] web_edit_user_filter: Migration to 16.0 #2926
Draft
amh-mw
wants to merge
24
commits into
OCA:16.0
Choose a base branch
from
amh-mw:16.0-mig-web_edit_user_filter
base: 16.0
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Commits on Sep 3, 2024
-
[FIX] Readme [FIX] Lint [ADD] Tests [IMP] UI/UX [IMP] Hide popover when other is opened [IMP] Add item to roadmap
Configuration menu - View commit details
-
Copy full SHA for 0f78631 - Browse repository at this point
Copy the full SHA 0f78631View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97af282 - Browse repository at this point
Copy the full SHA 97af282View commit details -
Configuration menu - View commit details
-
Copy full SHA for a97e3a5 - Browse repository at this point
Copy the full SHA a97e3a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 069c607 - Browse repository at this point
Copy the full SHA 069c607View commit details -
Configuration menu - View commit details
-
Copy full SHA for 277bbd8 - Browse repository at this point
Copy the full SHA 277bbd8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a1709c - Browse repository at this point
Copy the full SHA 2a1709cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c14ee5 - Browse repository at this point
Copy the full SHA 0c14ee5View commit details -
Added translation using Weblate (Chinese (Simplified)) Translated using Weblate (Chinese (Simplified)) Currently translated at 100.0% (3 of 3 strings) Translation: web-12.0/web-12.0-web_edit_user_filter Translate-URL: https://translation.odoo-community.org/projects/web-12-0/web-12-0-web_edit_user_filter/zh_CN/ Added translation using Weblate (Croatian) Translated using Weblate (Croatian) Currently translated at 66.7% (2 of 3 strings) Translation: web-12.0/web-12.0-web_edit_user_filter Translate-URL: https://translation.odoo-community.org/projects/web-12-0/web-12-0-web_edit_user_filter/hr/ Added translation using Weblate (Portuguese) Translated using Weblate (Portuguese) Currently translated at 100.0% (3 of 3 strings) Translation: web-12.0/web-12.0-web_edit_user_filter Translate-URL: https://translation.odoo-community.org/projects/web-12-0/web-12-0-web_edit_user_filter/pt/
Configuration menu - View commit details
-
Copy full SHA for 77eed98 - Browse repository at this point
Copy the full SHA 77eed98View commit details -
has to explicit check for type of value !== null
has to explicit check for type of value !== null as the typeof null is object https://i.stack.imgur.com/FzI1R.png
Configuration menu - View commit details
-
Copy full SHA for 4bd555d - Browse repository at this point
Copy the full SHA 4bd555dView commit details -
Configuration menu - View commit details
-
Copy full SHA for eeee392 - Browse repository at this point
Copy the full SHA eeee392View commit details -
Added translation using Weblate (Danish) Translated using Weblate (Danish) Currently translated at 100.0% (3 of 3 strings) Translation: web-12.0/web-12.0-web_edit_user_filter Translate-URL: https://translation.odoo-community.org/projects/web-12-0/web-12-0-web_edit_user_filter/da/
Configuration menu - View commit details
-
Copy full SHA for f806aca - Browse repository at this point
Copy the full SHA f806acaView commit details -
Configuration menu - View commit details
-
Copy full SHA for fcfc968 - Browse repository at this point
Copy the full SHA fcfc968View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26c9c64 - Browse repository at this point
Copy the full SHA 26c9c64View commit details -
Added translation using Weblate (Spanish) Translated using Weblate (Spanish) Currently translated at 100.0% (3 of 3 strings) Translation: web-12.0/web-12.0-web_edit_user_filter Translate-URL: https://translation.odoo-community.org/projects/web-12-0/web-12-0-web_edit_user_filter/es/ Added translation using Weblate (French) Translated using Weblate (French) Currently translated at 100.0% (3 of 3 strings) Translation: web-12.0/web-12.0-web_edit_user_filter Translate-URL: https://translation.odoo-community.org/projects/web-12-0/web-12-0-web_edit_user_filter/fr/ Added translation using Weblate (Catalan) Translated using Weblate (Catalan) Currently translated at 100.0% (3 of 3 strings) Translation: web-12.0/web-12.0-web_edit_user_filter Translate-URL: https://translation.odoo-community.org/projects/web-12-0/web-12-0-web_edit_user_filter/ca/
Configuration menu - View commit details
-
Copy full SHA for 15de8d2 - Browse repository at this point
Copy the full SHA 15de8d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6491186 - Browse repository at this point
Copy the full SHA 6491186View commit details -
Added translation using Weblate (Portuguese (Brazil)) Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (3 of 3 strings) Translation: web-12.0/web-12.0-web_edit_user_filter Translate-URL: https://translation.odoo-community.org/projects/web-12-0/web-12-0-web_edit_user_filter/pt_BR/
Configuration menu - View commit details
-
Copy full SHA for 5ee7797 - Browse repository at this point
Copy the full SHA 5ee7797View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fbb6a3 - Browse repository at this point
Copy the full SHA 1fbb6a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for c913a9a - Browse repository at this point
Copy the full SHA c913a9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 528b7af - Browse repository at this point
Copy the full SHA 528b7afView commit details -
Configuration menu - View commit details
-
Copy full SHA for bf17b67 - Browse repository at this point
Copy the full SHA bf17b67View commit details -
web_edit_user_filter: Fix selection of facet
When clicking to edit a filter in search view, the _process_filters function will receive the faceID argument as a string, which will be compared to facet.groupId that is an Integer. Therefore we should use == operator when comparing this value to allow type coercion from JS.
Configuration menu - View commit details
-
Copy full SHA for 02f6368 - Browse repository at this point
Copy the full SHA 02f6368View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd28c45 - Browse repository at this point
Copy the full SHA cd28c45View commit details -
Configuration menu - View commit details
-
Copy full SHA for f01e365 - Browse repository at this point
Copy the full SHA f01e365View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5ba8d9 - Browse repository at this point
Copy the full SHA a5ba8d9View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.