Skip to content
Snippets Groups Projects
Commit 54e4a5e6 authored by Aliya Tastemirova's avatar Aliya Tastemirova Committed by 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

Part-of: odoo/odoo#112412
parent 5fc448e7
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