Contributors mailing list archives

contributors@odoo-community.org

Browse archives

Avatar

Re: Address format in SEPA XML files

by
Intero Technologies GmbH, Christian Zöllner
- 30/10/2025 11:05:19
Hi,

As far as I understand, this concerns the account payment modules of the OCA? For 16 (I haven't checked for 12), as far as I understand, the node TwnNm (City) is missing in the address block, which, according to the aforementioned EPC document, is mandatory in hybrid mode along with Ctry (Country). This means that version 16 still uses the unstructured format.

The code i looked at: https://github.com/OCA/bank-payment/blob/37ed97c155bdba85b79b5a8227b76b95c6294cdb/account_banking_pain_base/models/account_payment_order.py#L530

Regarding the street, i.e., the separation of name and number: in Odoo Enterprise, both (i.e., partner.street and partner.street2) are handled using AdrLine. The OCA module does this as well (except for street2) and will hopefully be processed in the same way.

Best regards,
Christian


Von: "Victor Champonnois" <notifications@odoo-community.org>
An: "Odoo Community Association, (OCA) Contributors" <contributors@odoo-community.org>
Gesendet: Donnerstag, 30. Oktober 2025 10:27:31
Betreff: Address format in SEPA XML files

Hello OCA Contributors,

There is an ongoing change in the european regulation regarding the format of address in Sepa direct debit and Sepa credit transfer XML files. See here for the presentation of the regulation and here for the full spec.

Banks in Belgium are already rejecting some XML files generated from the version 12 and 16 of account_banking_sepa_credit_transfer.

There are two possible formats : structured and hybrid. Using the structured format doesn't seem possible because it requires the street name and number to be separated. In Odoo both pieces of information are in the same field. The hybrid format should therefore be used, but from what I see, the XML files already seem to be consistent with this format.

Have you encountered the same problems ? Or do you have more information about this issue ?

Thank you and have a nice day,

-- 
Victor Champonnois - Coop IT Easy

_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe


Reference