Friday, December 8, 2023
3 changes · master
Enhancements to existing features
Warehouse users can now change a package's location directly from the package form or by dragging it to another location. This improves inventory handling by grouping packages by location, showing clearer mobile package views, and recording package moves in the movement history.
Original PR description
This commit adds the ability to edit the location_id of a package by either changing the field in the form or by dragging the package to another location. The packages are now grouped by location by default and filtered by internal locations or empty locations. When a package is moved, a move is created for each of it quants to reflect in Moves History. Also, a kanban view is added to reflect package contents when on mobile as its better on the smaller screen. TaskId:3479578 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
When adding new course content without choosing a section, it will now be placed at the bottom of the most recent section. The latest section is shown by default so users can clearly see where their content will be added before uploading.
Original PR description
- When no specific section is selected, the content will now be inserted at the bottom of the latest section. - For further user understanding and control, display the latest section by default, providing clear insight into where the content is going to land. Task-3452346
Appraisal surveys now open with sensible default settings and hide options that are not relevant to employee appraisals. This makes the appraisal setup page clearer for HR users and reduces the chance of choosing unsuitable survey settings.
Original PR description
Make the following changes when appraisal is selected 1. Provided default values for the following fields -> "access_mode" - "is_attempts_limited" - "users_can_go_back" 2. Hide the live session section and button 3. Make the following fields invisible -> "is_time_limited" - "scoring_type" - "certification" We also adapt the form/kanban inherited views for hr_appraisal by making them non-primary. As the invisibility rules they add are not specific to this module usage, we want them always applied. This makes the subsequent overrides more consistent and also allows for simplifying the act. window records. Task-3390319