Wednesday, December 27, 2023
2 changes · 17.0
Enhancements to existing features
The star icon on product screens now uses clearer wording to explain whether clicking it will add or remove a product from favorites. This makes the favorites action easier to understand across product-related areas such as inventory, eCommerce, and point of sale.
Original PR description
_*= stock, website_sale, point_of_sale Before these commit: -> There is a tooltip 'favorite' displayed for the star icon which is not more explicit about the star icon. After these commit: -> Changed the tooltip displayed for the star icon to: "add to favorites / remove from favorites" task-3476798
This update enhances how payslips calculate the basic amount by now including hourly wage information from employee contracts when available. This ensures more accurate and complete payslip calculations, providing better visibility into compensation components for both HR and payroll teams.
Original PR description
This commit improves the functionality of payslips by incorporating the hourly wage into the basic amount on the payslip. This enhancement ensures that if an hourly wage is available in the contract, it is appropriately factored into the basic amount calculation on the payslip. Backward-Port-Of: https://github.com/odoo/enterprise/pull/48510 X-original-commit: https://github.com/odoo/enterprise/pull/48510/commits/9b066542e4aa59dec724a83f56e5cb4f9dd8eb83 Task-3514674