Monday, July 25, 2022
4 changes
New functionality added to Odoo
A new recruitment report helps managers compare performance across recruiters and better understand hiring activity. This gives business teams clearer visibility into recruiting workload, results, and team effectiveness.
Original PR description
This commit adds a new report to analyze recruitment given the different recruiters TaskID 2848241
Enhancements to existing features
This update improves how key Odoo Enterprise screens behave on mobile devices, including control panels and menus, making them easier to use on smaller screens. It also updates spreadsheet pivot and action-link features to work with the newer interface framework, helping maintain reliability across reporting and document workflows.
Resolved issues and error corrections
Users splitting documents can now archive leftover pages instead of losing them after using Discard. This preserves document pages and gives users a clear way to return to the Documents app.
Original PR description
Currently, When we click on 'Discard' after a first action on the split tool, the remaining pages disappears, there is no remaining document. So, in this commit added archive button at top right to archive remaining pages after first action on split tool. when click on archive button selected page from remaining pages are stored in archive. and to come back to documents app add back banner. TaskId: 2277765
This pull request updates several Odoo Enterprise apps to work with the newer web interface, especially list and form views. It also improves reliability in areas like VoIP calling, Studio approvals, accounting workflows, spreadsheets, helpdesk, payroll, and field service by adapting tests and user flows after the rebase.