odoo/upgrade-util#131

Created by Yajo

Blocked

label
moduon:16.0-fix-translations2jsonb
head
25dceadfadced6b4172b2f757077d73e293ca5cc
odoo/upgrade-util
master #131 missing statuses missing r+

[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