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] openupgrade_merge_records: Adjust m2o value with ORM #376

Closed pedrobaeza closed 2 months ago

pedrobaeza commented 2 months ago

The passed value is a recordset, so we should assign the ID of it.

Solves OCA/OpenUpgrade#4419

@Tecnativa