Conversation
|
Shouldn't this be merged in 16.2 like #136943 was? Also might be worth shuffling the opcodes a touch to move |
5dc290f to
1bfc00d
Compare
Complement of the previous complement e2752a0 (odoo#137099) Those opcodes were added in Python 3.11 and we missed them. Fixes odoo#140588
1bfc00d to
6baf670
Compare
|
I reordered a bit |
|
robodoo r+ |
|
@d-fence this pull request has forward-port PRs awaiting action (not merged or closed): |
2 similar comments
|
@d-fence this pull request has forward-port PRs awaiting action (not merged or closed): |
|
@d-fence this pull request has forward-port PRs awaiting action (not merged or closed): |
|
@d-fence this pull request has forward-port PRs awaiting action (not merged or closed): |
1 similar comment
|
@d-fence this pull request has forward-port PRs awaiting action (not merged or closed): |
|
@d-fence this pull request has forward-port PRs awaiting action (not merged or closed): |
|
@d-fence this pull request has forward-port PRs awaiting action (not merged or closed): |
* CPT-620 Upgrade to Python 3.11 * CPT-620 Update Poetry files * CPT-620 Upgrade to psycopg2 2.9.10 * CPT-620 Add missing Python 3.11 opcodes for QWeb As fixed in odoo#141015

Complement of the previous complement e2752a0 (#137099)
Those opcodes were added in Python 3.11 and we missed them.
Fixes #140588