OCA / openupgradelib

A library with support functions to be called from Odoo migration scripts.
GNU Affero General Public License v3.0
85 stars 171 forks source link

[FIX] migrate_translations_to_jsonb: convert columns to jsonb #375

Closed chienandalu closed 2 months ago

chienandalu commented 2 months ago

Follow-up to

and related with

Odoo's core method doesn't convert columns to jsonb. We need to make sure is done befor migrating the translations.

cc @Tecnativa TT49615