Wednesday, April 7, 2021
2 changes · master
Enhancements to existing features
The Project app now uses clearer wording by renaming the confusing Kanban State column to Status. New Project users with Timesheets enabled will see more relevant sample data instead of an internal project, and project views are better aligned around analytic account visibility.
Original PR description
Currently, In the project module -> tasks, there is a column named "Kanban state" which is confusing where anywhere else we speak about task status; In the project dashboard, when starting the project app from scratch with timesheet app configured, the only data shown is the internal project that is not very meaningful regarding project management. So in this commit, I have renamed the "Kanban state" column to "Status"; Project app do not show internal project when the timesheet app is configured. Instead, it shows sample data as there is no project. Task ID: 2451722 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
Resolved issues and error corrections
The web editor was updated so its drag-and-edit tools work correctly when content is edited inside an embedded frame. This prevents users from getting stuck in drag mode and keeps editing controls aligned with the selected content.
Original PR description
Odoo task : https://www.odoo.com/web#id=2497783&action=333&active_id=1695&model=project.task&view_type=form&cids=1&menu_id=4720 bug report from LNA: > here I am completely stuck, mouse in drag mode and blocked https://youtu.be/s6cB0f_Qhvo And why is the tool not on the picture and following me around ? https://youtu.be/pZIZwlCBc04 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr