Friday, December 12, 2025
3 changes · saas-18.3
Enhancements to existing features
This update enhances the Point of Sale system by automatically saving log messages to the user's browser. Clients can now easily download these logs and share them with our support team for faster troubleshooting. This provides valuable data for diagnosing and resolving POS issues.
Original PR description
Enterprise PR: https://github.com/odoo/enterprise/pull/100183 This commit extends the `logPosMessage` function in the POS to also save each log message to a `Logger` instance (which persists the logs for 24 hours in the browser storage). A download button is added to download these logs, which the client could then send on to the support team. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update adds logging to communication with the blackbox, a tool used to troubleshoot issues for our POS clients. Combined with a related change to save and download these logs, this will significantly simplify debugging and reduce downtime for clients experiencing problems. It's a proactive step to improve client support.
Original PR description
Community PR: https://github.com/odoo/odoo/pull/236927 This commit adds several log messages for the communication with the blackbox. In combination with the associated Community PR to save and download these logs, this should enable easier debugging when clients experience problems.
This update enhances the formatting of tax amounts for the Co-dian localization module within Odoo Enterprise. It standardizes the float format used in account edi XML files, ensuring accurate tax calculations and reporting for Co-dian businesses. This change improves the reliability of financial data related to this specific localization.
Original PR description
Forward-Port-Of: odoo/enterprise#101886 Forward-Port-Of: odoo/enterprise#101288