Skip to content

[FIX] invoice_xunnel: Avoid "'bool' object has no attribute'Emisor'"

The method get_xml_object is called from _compute_emitter_partner_id, and to ensure that the xml is a objectify, check that if xml is None:, but when an error was detected, get_xml_object returns False.

Now is consistent and returns None

Screen_Shot_2020-07-08_at_13.18.10

Merge request reports