Monday, July 15, 2024
9 changes · master
New functionality added to Odoo
Indian Payroll now includes a Salary Register that lets businesses export employee salary information in one place. The export includes salary rules such as BASIC, HRA, and PF, along with salary structure details, making payroll reporting easier and more complete.
Original PR description
This commit adds the Salary Register in Indian Localization. With this addition, we can export the data of every employee. and that data will include, Salary Rules(BASIC, HRA, PF etc), Salary Structure etc. task-3773199
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`
Code cleanup and technical improvements
The Web Studio report editor has been updated to work with Odoo’s newer HTML editing engine. This should make report editing more maintainable and responsive while fixing minor naming issues that could affect reliability.
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
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
This update improves the report editor in Odoo Studio by aligning it with the newer editing framework and correcting minor naming mistakes. It also makes report editing more efficient when handling document content, supporting smoother maintenance and future enhancements.