-
Notifications
You must be signed in to change notification settings - Fork 9.5k
[FW][FIX] coding_guidelines: Add comment to indicate ASCII-based ordering #12982
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. 8000 We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FW][FIX] coding_guidelines: Add comment to indicate ASCII-based ordering #12982
Conversation
@hamo-odoo this PR targets master and is the last of the forward-port chain. To merge the full chain, use
More info at https://github.com/odoo/odoo/wiki/Mergebot#forward-port |
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.
@robodoo r+
@hamo-odoo staging failed: ci/runbot on 895ecab0537c0f8e0a7294feaf244f4bf2572550 (view more at https://runbot.odoo.com/runbot/build/78799052) |
robodoo retry |
@hamo-odoo staging failed: ci/runbot on d4ac7caf5980536d57e8e1a7e0b7ef7727b75e3f (view more at https://runbot.odoo.com/runbot/build/78802101) |
@robodoo retry |
Following the fix - 92c7099 Adding a comment to explicitly indicate that the import is ordered alphabetically based on ASCII values.
Forward-Port-Of: #12962
Forward-Port-Of: #12951