Monday, June 24, 2024
4 changes · master
Enhancements to existing features
This update ensures data cleanup actions added by bridge modules are tied to the modules that create them. When those modules are uninstalled, the related actions are removed automatically, reducing leftover menu options and keeping the system tidy.
Original PR description
Bind contextual action to bridge module to delete action on module uninstallation. task-id: 3275043
Referral recruiters can now access the points menu without needing developer mode. This makes it easier for the right users to review referral points while keeping the change limited to the HR Referral area.
Original PR description
The points menu was visible only in developper mode but it should be visible for referral recruiter too. (I also made the two menuitem respect the 120c width) task-3863980
This update improves the precision of rounding utilities used across several business workflows. It helps financial, payroll, field service, and asset-related tests better reflect expected calculation results, reducing the risk of small rounding inconsistencies.
Original PR description
Updated tests for improved float rounding. Community branch: https://github.com/odoo/odoo/pull/152709
The salary attachment amount is now described as a payslip amount instead of a monthly amount. This better reflects employees who are paid on schedules other than monthly, reducing confusion in payroll records and screens.
Original PR description
In the salary attachment, the field 'monthly_amount' should be named 'payslip_amount' since the employee could be receiving payslips at another frequency than monthly. Task: 3947494