Wednesday, May 13, 2026
2 changes · saas-19.1
New functionality added to Odoo
This update introduces ECPay, a new payment provider specifically designed for transactions in Taiwan. ECPay supports various payment methods including credit cards, bank transfers, and increasingly popular options like convenience stores, mobile wallets, and QR codes, expanding Odoo's payment capabilities within the Taiwanese market.
Original PR description
This change integrates a new payment provider: ECPay for payments in Taiwan. Supported Payment methods of the provider: - card: credit/debit card - bank transfer - wechat pay - [NEW] Convenience Stores (eg. 7/11, OK Mart etc.) - [NEW] Mobile Wallet (eg. iPASS Money, Jkopay etc.) - [NEW] TWQR Note: - Tokenization and Refund is not implemented in this commit. Task-5168802 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#235069
This update allows users to easily include their personalized signature within the Odoo HTML editor. The change introduces a new signature command, leveraging user profile settings, to enhance communication and professionalism. The existing signature functionality remains limited to Email Marketing & Knowledge use cases.
Original PR description
Purpose of this PR: - Add a new Signature command to insert the user's profile signature defined in user preferences. This is handled by UserSignaturePlugin and and is part of the main editor plugins. - Keep the existing Signature plugin restricted to Email Marketing & Knowledge. task-6127297 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr