Friday, June 12, 2026
5 changes · saas-19.1
Enhancements to existing features
This update introduces a new 'PINT' layer to enhance the processing of UBL (Universal Business Language) invoices, aligning with European standards. This layer facilitates compliance with regulations like CEN-EN16931 and PEPPOL, ensuring accurate and reliable exchange of invoice data. It improves the handling of invoice data formats for international trade.
Original PR description
Add the layer PINT between UBL and BIS3. task: 5890887 Forward-Port-Of: odoo/odoo#260058
This update introduces a new rule for calculating superannuation guarantee, aligning with Australian Tax Office (ATO) requirements. Specifically, it now separates 'Qualifying Earnings' (QE) from regular time earnings, streamlining superannuation contributions from July 1st, 2026. This ensures accurate and compliant payroll processing for Australian businesses.
Original PR description
Added new salary rule for Qualifying earnings. Super Streams now per payrun. task-6012509 Forward-Port-Of: odoo/enterprise#117367
This update automatically refreshes KYC (Know Your Customer) status information for French PDP (Payment Distribution Platform) users. Previously, users had to manually update this status. Now, the system receives a notification from IAP and updates the status automatically, streamlining the process.
Original PR description
Before this commit, user needed to manually refresh de kyc status, with this commit, the status will be changed when receiving the notification from IAP task-6271596 Forward-Port-Of: odoo/odoo#268528
This update enhances the payment confirmation screen in the Point of Sale system. Now, customers see a "Processing..." message during payment finalization and a visual checkmark with the amount paid upon successful completion. The screen also removes distracting warning notifications and utilizes a reusable animation, creating a smoother and more informative experience.
Original PR description
In this commit : - Show "Processing..." text while payment finalization is running - Show animated success checkmark and "Amount Paid" once processing completes - Remove warning notification when clicking during processing - Extract shared checkmark animation into reusable template - Update tour tests to verify the success state Task:6246377 Forward-Port-Of: odoo/odoo#267635
This update changes the 'To Review' status badge on employee records from grey to orange. This improves readability, particularly in dark mode, ensuring that HR staff can quickly identify and address outstanding tasks. The change was made to enhance user experience and operational efficiency.
Original PR description
The 'To Review' status on employees uses a grey badge ('secondary'), which has poor contrast and is nearly invisible in dark mode.
Update the 'review_state' field options to change '2_to_review' to 'warning' (orange). This ensures the badge is readable in both light and dark modes.
Task: 6289919