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][IMP] _convert_field_bootstrap_4to5_orm: translatable fields #371

Closed chienandalu closed 2 months ago

chienandalu commented 2 months ago

The improvement made in 40741d960477bfcfea5c1e6a518863a7e6f92065 couldn't deal with json columns of translatable fields.

In any case a more simpler approach can be took if we simply discard all the records which don't even have a class attribute in their html code, meaning that we don't need to make the Bootstrap migration at all.

cc @Tecnativa TT46020

MiquelRForgeFlow commented 2 months ago

We should go fast with this.