Monday, May 26, 2025
4 changes
3 changes
Enhancements to existing features
This update adds checks to ensure stipend salary calculations work correctly for India payroll. It helps reduce the risk of payroll calculation issues and also clarifies the naming of existing regular pay structure tests.
Original PR description
This PR includes: - Added test cases to validate stipend salary rule computation for stipend salary structure in l10n_in_hr_payroll. - Also renamed India:Regular pay structure test cases. Reference PR - https://github.com/odoo/enterprise/pull/83123 Task - 4746152
The Documents area on the portal now uses a new pictogram that matches the rest of the portal icon style. This creates a more consistent and polished experience for users navigating the portal homepage.
Original PR description
This PR introduces a new pictogram to the existing ones, in order to replace the Documents app icon currently in use within Portal. Prior to this PR, Documents was using its module icon on the Portal homepage, which was inconsistent with the other icons displayed on the page, which were all using pictograms from our library. task-4793934 | Master | This PR | |--------|--------| | <img width="833" alt="image" src="https://github.com/user-attachments/assets/2bbbc945-ab18-4f26-8b82-3083c1c5b96c" /> | <img width="902" alt="image" src="https://github.com/user-attachments/assets/e41c58a0-4b81-4a90-beb6-fcaecc84bbb5" /> |
The Twitter social module now uses the standard autocomplete setup instead of custom extensions. This reduces maintenance complexity while keeping the same user-facing suggestion behavior.
Original PR description
This commit removes several AutoComplete extensions. The features added by these extensions can be done by giving correct props to AutoComplete.
1 change
Enhancements to existing features
The Time Off app now shows leave type names consistently between the management form and the dashboard. This reduces confusion for users and improves the overall experience when reviewing or managing leave requests.
Original PR description
- in the management form view, the leave type display name is diffrent than dash borad one which is not the best for UX. So, remove the restriction on the display name as multiple request is handeled on its own wizard now. Task: 4774751 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr