Friday, April 12, 2024
4 changes · master
Resolved issues and error corrections
Calendar weekday labels now use the shortest localized day names, so Chinese users see distinct labels such as 日, 一, 二, 三, 四, 五, 六 instead of every day showing as 周. This makes calendar views clearer and avoids confusion when planning or reviewing dates.
Original PR description
Description of the issue/feature this PR addresses: use weekdaysMin as weekday label, otherwise all show "周“ for chinese Current behavior before PR: show all "周“ for weekday label  Desired behavior after PR is merged: show correct label, such as 日 一 二 三 四 五 六 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Kitchen printer tickets now list items in the same order as the preparation display. This helps kitchen staff see a consistent item sequence across screens and printed tickets, reducing confusion during order preparation.
Original PR description
The sorting of items on kitchen printer should be the same as the preparation display task id: 38526602
This fix ensures Chilean electronic invoice receipt details are only added when the point of sale belongs to a Chilean company. It prevents receipts from showing an undefined barcode or related incorrect data in other company contexts.
Original PR description
Verify if we are in a chilean company when adding data to the receipt.
This change makes an automated payroll test wait until the page is ready before continuing. It helps prevent false test failures when all modules are loaded, improving confidence in payroll quality checks without changing user-facing behavior.
Original PR description
For some reason, when all the modules are loaded, the step - click on action - is not stepped on. This is probably because it is executed before the page is even loaded. That's why we add the check.