Thursday, November 23, 2023
3 changes · master
Resolved issues and error corrections
The employee form layout has been corrected so the main content fills the available screen width instead of leaving an empty area on the right. This makes employee information easier to view and improves the usability of the HR screens.
Original PR description
Before this fix, at the right of the window nothing are displayed. Now the main window takes all the width. task : 3503980 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
When users create a subtask from a task form, they can no longer manually choose its stage from the parent view. This prevents inconsistent task setup and ensures subtasks follow the parent task's workflow as intended.
Original PR description
When creating a sub-task from a task form view, it should not be possible to choose the stage of the subtask from the parent's view as It should heritate from it. taskid:3551354 Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The leave-course confirmation dialog now keeps its warning message neatly aligned beside the icon. This prevents confusing text overlap and provides a cleaner experience for customers managing paid course enrollments.
Original PR description
Change a float-left to a flex view so that the text doesn't flow under the warning icon. [task-id-3559210](https://www.odoo.com/web#menu_id=4720&cids=1&id=3559210&action=333&active_id=10888&model=project.task&view_type=form) Before:  After:  First time using bootstrap, please be gentle :see_no_evil: