Skip to content
Snippets Groups Projects
Commit e5a20e61 authored by Julien Van Roy's avatar Julien Van Roy
Browse files

[FIX] account_edi_ubl_cii: fix invoice import


Sometimes the invoice import fails, because `payment_terms_node.text`
can be None and we're trying to concatenate it with a string. This
commit makes sure that `payment_terms_node.text` is there first.

task-3132980

closes odoo/odoo#114329

Signed-off-by: default avatarLaurent Smet <las@odoo.com>
parent b9be636b
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment