Daily updates from Odoo
Monday, February 2, 2026
6 changes
2 changes
New functionality added to Odoo
This update adds support for processing payments through Mollie payment terminals directly in the Point of Sale (POS) system. Users can link their Mollie account and the system will initiate payments via the Mollie API, with automatic notifications upon completion. Refunds are also supported without requiring customers to re-enter their card details.
Original PR description
This commit adds the `pos_mollie` module which implements payments via Mollie payment terminals in the POS. Since Mollie was already supported for online payments via the `payment_mollie` module, this module depends on it so they can share the same API credentials. The user links their Mollie account via an API key, and provides the ID of their payment terminal in the payment method. The Odoo DB can then initiate payments on the terminal via the Mollie API. When the payment completes, Mollie calls a webhook endpoint on the Odoo DB which then notifies the POS of the outcome. Refunds are also supported, they do not require the client to present their card again, the payment is simply reversed. task-5474076 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#242836
This update allows the POS system to automatically send SMS or WhatsApp messages to customers regarding their order status – from initial placement to completion. This enhances customer communication and provides real-time updates, improving the overall customer experience. The changes were made to support both WhatsApp and SMS notifications for self-service orders.
Original PR description
… to warn the client about order status This task aims to provide a solution for communicating the status of various customer orders. Now, the POS can send an SMS or a WhatsApp message when an order at the self-service is placed, either through WhatsApp, SMS, or both. When the order is completed, the customer can also be notified. task : 5246552 enterprise pr : https://github.com/odoo/enterprise/pull/99318 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#235389
2 changes
New functionality added to Odoo
This update adds the ability for customers to create wishlists and compare products directly within the website's sales pages. This improves the user experience by allowing customers to easily save and evaluate products they're interested in, streamlining the purchasing process.
Original PR description
Merge the website_sale_comparison and website_sale_wishlist modules, as well as the related submodules, into website_sale **Task:** 5089613
This update prepares Odoo for the UK Companies House's shift to digital iXBRL filings starting in 2027. It integrates with the Companies House API to automate the submission and monitoring of company accounts, ensuring compliance with new regulations. Users will now be able to manage these filings through the existing tax return menu.
Original PR description
The UK Companies House is moving to a software-only, digital filing system for company accounts starting 1 April 2027. All filings must be submitted in iXBRL format via approved commercial software. This addition integrates the companies house api, create the html submission file, submits and polls for the companies house response. The menu for the companies house is within the tax return.
2 changes
New functionality added to Odoo
This update introduces sample data for the Swiss HR Payroll Localization, making it easier to test and showcase the payroll functionality. The demo includes company and employee details, along with a year's worth of payslips, allowing for demonstration and verification of the Swiss payroll process.
Original PR description
This commit adds demo data for the Swiss HR Payroll Localization to facilitate testing and demonstration of Swiss payroll. The demo data includes the company setup, employee with relevant details, and 1 year of payslip history for that employee. Task: 5870506
This update enhances the Odoo POS system by allowing automated SMS and WhatsApp notifications to customers regarding order status updates – from initial placement to completion. This improves customer communication and provides real-time updates, leading to a better customer experience and potentially increased order accuracy.
Original PR description
… to warn the client about order status This task aims to provide a solution for communicating the status of various customer orders. Now, the POS can send an SMS or a WhatsApp message when an order at the self-service is placed, either through WhatsApp, SMS, or both. When the order is completed, the customer can also be notified. task : 5246552 community pr : https://github.com/odoo/odoo/pull/235389