Skip to content

[FIX] invoice_xunnel: fix XMLs download t#55131

RELATED

OVERVIEW

Change the domain when searching for the partner of a downloaded XML

LISTED FEATURES

  • Change the domain of searching the partner of a XML in method _compute_emitter_partner_id(), this was made to emulate the behavior of the same method on v.12 but the fields customer and supplier where replaced by customer_rank and supplier_rank, these fields were changed due the improvements of the model.

  • Change the way of using XMLSyntaxError to write only one import of lxml.

VIDEO DEMO

BEFORE

Before change

AFTER

After change

TESTING

Edited by Yoany Mora Vauxoo

Merge request reports