-
- Downloads
[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
Showing
Loading
Please register or sign in to comment