edi icon indicating copy to clipboard operation
edi copied to clipboard

[18.0][FIX] sale_order_import_ubl: Update super call with proper parameters

Open bizzappdev opened this issue 2 months ago • 0 comments

Updated the super() parameters because the payload had already been parsed via _parse_xml() (See https://github.com/OCA/edi/blob/18.0/sale_order_import/wizard/sale_order_import.py#L150). Passing the parsed XML to super() caused unexpected behaviour and an error.

bizzappdev avatar Oct 10 '25 09:10 bizzappdev