Thursday, June 2, 2022
3 changes
New functionality added to Odoo
Adds Kenyan payroll localization so businesses operating in Kenya can manage payroll rules, contracts, payslips, and related accounting in Odoo. This helps employers calculate local payroll elements more consistently and provides country-specific reports and demo data for setup.
Enhancements to existing features
Sign requests can now be sent to recipients in a defined sequence, so later signers are only notified when earlier signers have completed their part. This supports HR and other approval flows where documents must be reviewed and signed in a specific order, while still allowing people at the same step to sign in parallel.
Original PR description
[IMP] sign: send and sign sign requests in order add a checkbox "sent order" that allow user to define an order in the recipient system take the lowest number, send him the file to sign. When it's signed, warn the new recipients in numerical order. If two recipients have the same number, they receive the sign request at the same moment. And when both of them have signed, the next level (if any) is warned. When the biggest number have signed, process is complete taskid: 2582202
Accounting users get a new journal audit report inside the accounting reports framework, replacing the old PDF-only version and removing outdated journal menu shortcuts. The change simplifies the accounting menu and moves access to journal details into report actions, while also removing the no longer useful consolidated journals report.
Original PR description
Improvement in two ways: - Implement a new, accounting report version of the existing journals audit pdf report. - As of now, the old journal audit pdf report is still printed when we try to print the accounting report. This may change soon as the accounting report gets completed and the exported pdf is better. - Remove the menu items in "accounting" that open the group by view of journal items with different filters. Now, these will be linked to actions on lines in the different reports available to the user. Task id #2838182