Daily updates from Odoo
Wednesday, July 8, 2026
5 changes
1 change
New functionality added to Odoo
This update adds missing translations for various user-facing messages within the Odoo Point of Sale (POS) modules. This ensures that the POS system is accessible and understandable for users in different languages, improving the overall customer experience. The changes cover dialogs, error messages, and other UI elements across multiple POS applications.
Original PR description
pos* = All POS module In this commit: -------------------------------- Add missing translations for user-visible strings across POS modules. - Translated dialogs, errors, alerts, and other UI-visible messages - Updated Python-side UserError, ValidationError, and warning messages Task-5406947 Related PR-https://github.com/odoo/enterprise/pull/102094 Forward-Port-Of: odoo/odoo#273421 Forward-Port-Of: odoo/odoo#239972
1 change
New functionality added to Odoo
This update enhances Odoo's payment processing capabilities by adding support for PayNow (Singapore), SGD and USD currencies, and additional card brands like JCB and AMEX. These changes broaden Odoo's payment options, particularly for businesses operating in Singapore and those accepting international payments.
Original PR description
This commit expands Xendit support to include the Singaporean market and additional card brands. The following changes were made: - Added support for the PayNow (SGQR) payment method. - Added SGD and USD to the list of supported currencies. - Added JCB and AMEX to the supported card brands (available for some markets). - Updated the base payment provider data for Xendit to include PayNow. Task-5964309 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#274769 Forward-Port-Of: odoo/odoo#253542
1 change
New functionality added to Odoo
This update enhances Odoo's payment processing capabilities by adding support for PayNow payments in Singapore, as well as additional currencies (SGD and USD) and card brands (JCB and AMEX). These changes broaden Odoo's payment options and cater to a wider range of customer preferences and regional markets.
Original PR description
This commit expands Xendit support to include the Singaporean market and additional card brands. The following changes were made: - Added support for the PayNow (SGQR) payment method. - Added SGD and USD to the list of supported currencies. - Added JCB and AMEX to the supported card brands (available for some markets). - Updated the base payment provider data for Xendit to include PayNow. Task-5964309 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#274769 Forward-Port-Of: odoo/odoo#253542
1 change
New functionality added to Odoo
This update enhances Odoo's payment processing capabilities by adding support for PayNow (Singapore), SGD and USD currencies, and additional card brands like JCB and AMEX. This expansion broadens Odoo's reach within the Singaporean market and provides greater payment flexibility for users.
Original PR description
This commit expands Xendit support to include the Singaporean market and additional card brands. The following changes were made: - Added support for the PayNow (SGQR) payment method. - Added SGD and USD to the list of supported currencies. - Added JCB and AMEX to the supported card brands (available for some markets). - Updated the base payment provider data for Xendit to include PayNow. Task-5964309 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#253542
1 change
New functionality added to Odoo
Singapore companies can now use SFRS-compliant balance sheet and profit and loss reports directly in Odoo. This helps local businesses prepare financial statements aligned with Singapore reporting requirements with less manual setup.
Original PR description
Add the SFRS-compliant balance sheet and profit and loss reports for the Singapore localization. task-6159102