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] fix columns filter in `delete_record_translations()` for versions >= 16 #342

Closed huguesdk closed 1 year ago

huguesdk commented 1 year ago

fix filtering of columns in delete_record_translations() for versions >= 16. the loop was wrong as it was changing the size of the list while looping over it.

huguesdk commented 1 year ago

wow, that was quickly merged! thanks.