upgrade-util
upgrade-util copied to clipboard
[ADD] util.fields: handle ir.exports model/fields renames/removal
Properly handle ir.exports, especially on model/fields removal.
See commits for additional details.
Hey, such a nice PR.
I'm facing a similar issue with base_import.mapping (eg. upg-1586781)!
I've got some entries in base_import.mapping that have deleted fields in column_name column, what leads to a positive matching when importing a file table with columns with such deleted fields.
This positive matching is returned in the parse_preview RPC call and leads to an infinite loop in the JS code.
Hey, such a nice PR. I'm facing a similar issue with
base_import.mapping(eg. upg-1586781)!I've got some entries in
base_import.mappingthat have deleted fields incolumn_namecolumn, what leads to a positive matching when importing a file table with columns with such deleted fields. This positive matching is returned in theparse_previewRPC call and leads to an infinite loop in the JS code.
Forgot to ping you guys sorry @andreabak @aj-fuentes
Merge method set to rebase and fast-forward.
@andreabak @KangOl staging failed: ci/runbot on b88db5dce2ebcb778ffbb0d08ccb108c7a8ff940 (view more at https://runbot.odoo.com/runbot/build/64352686)
@robodoo retry