Daily updates from Odoo
Wednesday, August 25, 2021
4 changes
Enhancements to existing features
Appraisal teams can now create and manage feedback surveys directly from the Appraisal configuration area. Surveys made for appraisals stay within the Appraisal app, and survey result pages now show helpful appraisal context such as the employee, date, requestors, and requestees.
Original PR description
Surveys menuitem has been added in Appraisal Configuration. Now it is possible to create surveys from appraisal app. The surveys that are created from appraisal app (for appraisal purposes) will only appear in the appraisal app. Now, when we redirect to the survey results with the ‘Feedback Survey’ smart button, we see in the header - appraisal info - for whom was the feedback requested, the date, and the list of the requestors and requestees for the feedback. task - 2528209
Users can now right-click a pivot spreadsheet cell and choose to see the underlying records that make up that value. This makes it easier to investigate totals and move from summarized spreadsheet data to the related business records without rebuilding filters manually.
Original PR description
Allow the user to access the records aggregated in a pivot cell from the spreadsheet. Using the context menu by right-clicking on a cell, a user can click on "see records". This will open a new window in the same tab with the records having the same domain as the one in the cell. task-id: 2506116
Manufacturing order and work order screens receive usability and readability improvements, helping production teams review and manage their work more easily. The related scheduling test was updated to match the revised behavior for rounding scheduled work order dates to the next hour.
Original PR description
Make the test for the planning date work, because I have changing the behavior of the scheduled date for a workorder. The PR for odoo communities: [https://github.com/odoo/odoo/pull/74540](https://github.com/odoo/odoo/pull/74540) Task related: 2442895 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Salary information forms now keep car and bike selection options mutually consistent. When one option is selected, the other related checkbox is cleared and its input fields are hidden, reducing confusion and preventing inconsistent employee contract data.
Original PR description
clicking on a checkbox makes the other input fields invisible but not unchecked in the other checkboxes. so this commit improves the behavior on the selection of checkboxes so that clicking on a checkbox makes the other checkbox unchecked and the input field invisible TaskID-2612301