Daily updates from Odoo
Tuesday, February 24, 2026
2 changes
1 change
New functionality added to Odoo
This update adds the municipalities of Guatemala to Odoo, improving address accuracy and consistency. Previously, only departments were available, now users can select Guatemalan municipalities within the Contacts module, enabling proper address management for Guatemalan businesses. This enhancement aligns with localization efforts and supports compliance requirements.
Original PR description
Impacted versions: - 19.0 Steps to reproduce: 1. Install module l10n_gt 2. Go to Contacts > City field 3. Select country Guatemala Current behavior: - Only departments are available, municipalities are missing. Expected behavior: - Municipalities of Guatemala are available in res.city, linked to their respective departments (res.country.state). - Each municipality includes its zipcode and translation in es_GT. Explanation: This PR extends the localization for Guatemala by adding official municipalities and their zip codes to res.city. It improves consistency with other localizations (e.g. Brazil) and allows proper address management for Guatemalan companies. Forward-Port-Of: odoo/odoo#247719
1 change
New functionality added to Odoo
This update adds support for Toss Payments, a new payment provider, specifically for South Korea. It allows customers to pay via card, bank transfer, or a new mobile phone option, and enables webhook integration for seamless transactions. Tokenization and refunds are not yet implemented.
Original PR description
**Backport of #228564 to saas-19.1** 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