Closed
Conversation
We update owl to 2.2.9. Our version was 2.2.7. Release notes: https://github.com/odoo/owl/releases/tag/v2.2.8 https://github.com/odoo/owl/releases/tag/v2.2.9 These releases contain small improvements 2.2.8: - [IMP] template set config: getTemplate function - [IMP] parser: .trim modifier implies .lazy modifier - [REF] parser, template_set: factor out parseXML function 2.2.9: - [IMP] reactivity: replace sets with small arrays for performance X-original-commit: 91a1f49
With the last realease of owl, .trim now implies .lazy. This means that if t-model.trim is used, the value will be updated in the state only when the change event is triggered. Here we adapt the helper editFavoriteName which was supposed to update the state value. X-original-commit: 7a16b75
Contributor
Contributor
Author
|
This PR targets 17.0 and is part of the forward-port chain. Further PRs will be created up to master. More info at https://github.com/odoo/odoo/wiki/Mergebot#forward-port |
robodoo
pushed a commit
that referenced
this pull request
Jan 16, 2024
We update owl to 2.2.9. Our version was 2.2.7. Release notes: https://github.com/odoo/owl/releases/tag/v2.2.8 https://github.com/odoo/owl/releases/tag/v2.2.9 These releases contain small improvements 2.2.8: - [IMP] template set config: getTemplate function - [IMP] parser: .trim modifier implies .lazy modifier - [REF] parser, template_set: factor out parseXML function 2.2.9: - [IMP] reactivity: replace sets with small arrays for performance X-original-commit: 91a1f49 Part-of: #149507
robodoo
pushed a commit
that referenced
this pull request
Jan 16, 2024
With the last realease of owl, .trim now implies .lazy. This means that if t-model.trim is used, the value will be updated in the state only when the change event is triggered. Here we adapt the helper editFavoriteName which was supposed to update the state value. X-original-commit: 7a16b75 Part-of: #149507
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.

Update the OWL lib and adapt some tests/helpers.
Release notes:
https://github.com/odoo/owl/releases/tag/v2.2.8
https://github.com/odoo/owl/releases/tag/v2.2.9
These releases contain small improvements
2.2.8:
2.2.9:
Forward-Port-Of: #149379
Forward-Port-Of: #149170