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] _convert_field_bootstrap_4to5_sql: Detect json and convert its values #357

Closed hbrunn closed 8 months ago

hbrunn commented 8 months ago

according to the docs, we can rely on those values to be dicts.

Fixes https://github.com/OCA/OpenUpgrade/issues/4263

hbrunn commented 8 months ago

thanks for the heads-up!