edi
edi copied to clipboard
[18.0][FIX] sale_order_import_ubl: Update super call with proper parameters
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.