Monday, March 20, 2023
6 changes · master
Enhancements to existing features
The point of sale reward selection popup now shows which loyalty program each reward belongs to. This helps cashiers choose the right reward more confidently when multiple programs are available.
Original PR description
Before this PR, the name of the program from which an award comes was not displayed in the selection popup. TaskId: 3069449 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Employee badge PDF downloads now use a shorter, clearer file name: "badge - employee name" instead of "print badge - employee name". This makes downloaded badge files easier to identify and organize for HR users.
Original PR description
before this commit, on printing employee badge the download pdf file is named print badge - employee name after this commit, the downloaded file name will be changed to badge - employee name --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The mail app now calculates recent conversation activity when needed instead of storing it separately. This keeps the underlying data simpler and helps reduce the chance of outdated activity information being used.
This update simplifies how mail conversation display preferences are handled internally. It helps make the mail experience easier to maintain and less prone to inconsistent behavior, with minimal direct impact for users.
Product quantities on the e-commerce checkout page now appear without unnecessary decimal places. This makes the order review clearer for shoppers and reduces visual clutter during checkout.
Original PR description
Decimals were displayed in the quantity of products bought in the checkout page, which is not necessary. task-3135936
Employee screens now hide payroll and planning shortcut buttons when there are no related records to show. This reduces confusion by preventing users from opening empty views and keeps the interface focused on relevant actions.
Original PR description
Don't show smartbuttons that lead to the view without records task - 3134772