Monday, July 25, 2022
8 changes · master
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
Miscellaneous changes
Before this PR, importing an .OFX file from BNP failed because the account number format is not the same. This is a problem on BNP's side but it is blocking for our clients and needs to be fixed. This commit fixes this by checking that the account number corresponds to a specific part of the IBAN (for France only). Task id 2860720 X-original-commit: 09b9581 Forward-Port-Of: odoo/enterprise#29737 Forward-Port-Of: odoo/enterprise#29687
Original PR description
Before this PR, importing an .OFX file from BNP failed because the account number format is not the same. This is a problem on BNP's side but it is blocking for our clients and needs to be fixed. This commit fixes this by checking that the account number corresponds to a specific part of the IBAN (for France only). Task id 2860720 X-original-commit: 09b9581 Forward-Port-Of: odoo/enterprise#29737 Forward-Port-Of: odoo/enterprise#29687
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.
The appointment styling was updated to use the newer Bootstrap color contrast method. This helps keep text readable after the Bootstrap 5 migration and prevents visual inconsistencies in appointment pages.
Original PR description
This commit properly convert `color-yiq` SCSS function calls by replacing them with `color-contrast`. Reference: https://getbootstrap.com/docs/5.1/migration/#sass
This update fixes a visual flicker when viewing or editing approval types. It makes the approvals interface feel smoother and reduces distraction for users managing approval workflows.
Original PR description
taskID 2880859
Forward-Port-Of: odoo/enterprise#29654 Forward-Port-Of: odoo/enterprise#29584
Original PR description
Forward-Port-Of: odoo/enterprise#29654 Forward-Port-Of: odoo/enterprise#29584