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: Less verbose #378

Closed pedrobaeza closed 1 month ago

pedrobaeza commented 1 month ago

We can't log each translation query, as they are a lot (one per record of each of the translatable columns for all the models), and there are columns like ir_ui_view~arch_db that are very long.

@Tecnativa