Skip to content
Snippets Groups Projects
Commit c52f7c8f authored by Achraf (abz)'s avatar Achraf (abz)
Browse files

[FIX] account_edi_ubl: Make UBL template EFFF-compatible

Since https://github.com/odoo/odoo/pull/69124,the UBL template is wrong because of the order of the elements in `PaymentMeans` because it is a sequence
`PaymentDueDate` must be in second position (before `InstructionId`)

https://www.w3schools.com/xml/el_sequence.asp
https://docs.oasis-open.org/ubl/prd1-UBL-2.1/xsd/common/UBL-CommonAggregateComponents-2.1.xsd


see `<xsd: complexType name = "PaymentMeansType">`

OPW-2468492

closes odoo/odoo#77317

Signed-off-by: default avatarWilliam André (wan) <wan@odoo.com>
parent 947c3bd7
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