odoo/upgrade-util#131
Created by Yajo
Merged
at fd578e31973596bf7f283ea5c6ebbdfd3314f8bc
Statuses:
- ci/runbot: Test upgrades between stable versions
- ci/upgrade_enterprise: Test upgrades for enterprise master
- label
- moduon:16.0-fix-translations2jsonb
- head
- f207e52282e290af7685b002f3f2e3f9c3e161bf
- merged
- 2 months ago by Upgrade, Alvaro Fuentes Suarez (afu)
| odoo/upgrade-util | |
|---|---|
| master | #131 |
[FIX] Preserve all translated fields on v16 migration
Currently, the upgrade process preserves translations only for Odoo CE+EE fields. However, databases usually have more modules (or even custom fields) and those translations get lost when upgrading to Odoo 16.
With this script, all translated fields will inherit their translations in all languages. Since it is executed in the pre phase of base, it should be able to still find the ir_translation table.
@moduon MT-7120