odoo/upgrade-util#241
Created by Security, Toufik Benjaa (tbe)
Blocked
- Merge method
- Review
-
CI
- ci/runbot: Test upgrades between stable versions
- ci/upgrade_enterprise: Test upgrades for enterprise master
- Linked pull requests
- label
- odoo-dev:master-wrap-cnx-tbe
- head
- 7d124cc81ba410826806bc5a93a81b663cff9dd0
odoo/odoo | odoo/enterprise | odoo/upgrade | odoo/upgrade-util | |
---|---|---|---|---|
master | #204273 missing statuses missing r+ | #82655 missing statuses missing r+ | #7478 missing r+ | #241 missing r+ |
[IMP] util,base: use cursor's mangled names
- The psycopg2 technical objects are now mangled inside the Odoo cursors. This is made to avoid using them improperly. So we must adapt the code to use new names.
Related to: