Wednesday, July 9, 2025
3 changes · master
New functionality added to Odoo
Saudi payroll now includes a dedicated salary structure for managing employee salary advances and loans. This adds the related payroll rules, input types, reporting updates, and accounting test coverage so these deductions and payments can be handled more consistently.
Original PR description
- Add the new salary sturcutre for advamced salray and loan management. - add the needed new rules - add the new other input for the new struct - create new rule category for loans Task: 4480752
Payroll users can now access a dedicated report for other payslip inputs, similar to existing reports for payslip lines and worked days. This makes it easier to review and analyze additional payroll components in one place.
Original PR description
This commit adds a new payroll report for all other inputs, as it is already the case with payslip lines and worked day lines. task-4900762
Users can now attach documents directly from the Documents app when writing in Chatter, including from the full message composer. They can also paste shareable document links into Chatter, making it easier to reference and share business files in conversations.
Original PR description
- Introduced the ability to add documents as attachments directly within Chatter.  - Introduced the feature where the SHARABLE LINKS for the documents can be directly pasted on the chatter.  - Same menus can be accessed from the full composer as well. Same functionality from there as well.  Task-4237088