Thursday, January 8, 2026
2 changes · saas-19.1
New functionality added to Odoo
This update introduces a new payment option within Odoo Point of Sale, allowing customers to pay using DPO (Digital Payments Operator) terminals. This expands payment flexibility for businesses and improves the overall customer experience by supporting a wider range of payment methods.
Original PR description
In this commit: - Added the module `pos_dpopay` to add a new payment method of dpo to point_of_sale task-4859554 Forward-Port-Of: odoo/odoo#230717
This update adds the functionality to generate e-invoices in Croatia, specifically for the MojEracun system. It utilizes a new proxy client to handle communication with the eRacun network and incorporates Croatian-specific XML formatting for e-invoices, ensuring compliance with local regulations. XSD validation is included to guarantee data integrity.
Original PR description
Adding e-invoice generation base functionality for Croatia. Implemented as an extension of account_edi_ubl_cii, similar to other localisations using such documents. Adding proxy client for MojEracun sevice provider to send invoiced on the eRacun network. Proxy user is entirely separate from the standard Odoo IAP EDI proxy implementation. Adding UBL 2.1 compliant node `cac:SellerContact` to existing node `cac:AccountingSupplierParty` to be used in Croatian e-invoice XLM generation with the new method chain. XSD validation included in the tests on the client side as there is no corresponding Odoo IAP proxy. task-4925745 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#241849 Forward-Port-Of: odoo/odoo#230757