Monday, July 15, 2024
7 changes · master
Enhancements to existing features
Pivot reporting views and related extensions now load only when needed. This should reduce initial loading work across affected apps and make everyday navigation feel faster, while keeping reporting functionality available when users open it.
Original PR description
We make the view pivot and its extensions to be lazy loaded. Task ID: `3546321`
Payment links generated from subscriptions now give customers clearer context about what they are paying for, instead of showing only a reference and amount. This reduces confusion during payment and can help customers complete subscription payments with more confidence.
Original PR description
If user generated payment link, it was very unclear, client had no idea what is he actually paying for, they only had reference and amount. See also: - https://github.com/odoo/odoo/pull/162177
The salary attachment report has been removed because the same information is now available directly in the salary attachment view. A new pivot view lets payroll users analyze salary attachment data in a more flexible way without relying on a separate report.
Original PR description
The salary attachment report was kind of pointless since we can get the same info in the salary attachment view. Added a pivot view for salary attachment to get a similar report to the one existing previously. Task: 3960990
Employee-related action menus have been simplified by moving or removing less-used options. This makes employee list and form screens easier to read and helps users find key actions in more appropriate places.
Original PR description
This Pr unclog the different hr action menu an move functionnalities in a more appropriate place to be more user firendly task-3927336 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The Sign template action previously called Duplicate has been moved to a more appropriate place and renamed Edit. This makes the action clearer for users when they need to modify or reuse signing templates.
Original PR description
In the Sign module, move the 'Duplicate' button to a new location and rename it to 'Edit'. task: 3977796
Payroll users can now delete a batch when it has no payslips or when all linked payslips are still draft or canceled. This reduces cleanup friction while keeping completed or active payroll records protected.
Original PR description
This PR improves the batch deletion process in the hr_payroll module. Users can now delete a batch if all payslips within it are in a canceled or draft state, or if no payslips are linked to the batch. task-3964984
This update improves wording, labels, placeholders, filters, and navigation across appointment scheduling, WhatsApp templates, social posting, and marketing automation. These refinements make common screens clearer and easier to use, while also updating demo social links so examples point to valid official content.
Original PR description
Batch of small improvements like labels, design, ... See commits for more details. task-3515819