upgrade-util icon indicating copy to clipboard operation
upgrade-util copied to clipboard

[ADD] util.fields: handle ir.exports model/fields renames/removal

Open andreabak opened this issue 1 year ago • 1 comments

Properly handle ir.exports, especially on model/fields removal.

See commits for additional details.

andreabak avatar May 15 '24 11:05 andreabak

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.

pauloamed avatar May 28 '24 15:05 pauloamed

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.

Forgot to ping you guys sorry @andreabak @aj-fuentes

pauloamed avatar May 28 '24 15:05 pauloamed

Merge method set to rebase and fast-forward.

robodoo avatar Jun 20 '24 09:06 robodoo

@andreabak @KangOl staging failed: ci/runbot on b88db5dce2ebcb778ffbb0d08ccb108c7a8ff940 (view more at https://runbot.odoo.com/runbot/build/64352686)

robodoo avatar Jun 20 '24 22:06 robodoo

@robodoo retry

KangOl avatar Jun 21 '24 11:06 KangOl