Monday, February 16, 2026
2 changes · master
New functionality added to Odoo
Odoo now supports Toss Payments as a payment provider for businesses operating in South Korea. Customers can pay by card, bank transfer, or mobile phone payments, expanding local checkout options, while refunds and saved payment details are not included yet.
Original PR description
This change integrates a new payment provider: Toss Payments. The provider only supports payments in South Korea. Payment methods of the provider: - card: credit/debit card + "easy pay" (Kakao Pay, Toss Pay, Naver Pay, etc.) - bank_transfer - [NEW] mobile_phone: payment via mobile service provider The module also enables provider webhook feature. The webhook registration is done manually by submitting URL registration on Toss Payments' merchant management webpage. Note: - Tokenization is not implemented in this commit. The provider has tokenization feature, but is limited to subscription related payment only due to the provider's policy. - Refund is not implemented in this commit. task-3505313
This update ensures Odoo Enterprise complies with new Polish tax reporting requirements mandated by the KAS. Starting in 2025, businesses will need to generate specific electronic reports, and this change enables the creation of the required JPK KR PD file to avoid potential tax penalties and ensure continued legal use of the software.
Original PR description
Ensure compliance with the new electronic reporting obligations imposed by the Polish National Revenue Administration (KAS). This takes effect starting in 2025 for large enterprises, followed by SMEs with a one-year delay. Local software providers (such as Comarch or InsERT) will natively integrate this standard; failing to do so would expose users to severe tax penalties, rendering the software de facto unusable for legal accounting in Poland Enable the generation of the JPK_KR_PD file in the strict XML format mandated by the Polish Ministry of Finance. task-5163281 Forward-Port-Of: odoo/enterprise#100345