Daily updates from Odoo
Monday, August 11, 2025
1 change
New functionality added to Odoo
Shared project users can now view and schedule tasks in a Gantt timeline, making it easier for stakeholders to coordinate work assigned by project managers. The update supports drag-and-drop scheduling in shared projects and opens the appropriate sharing form when tasks are edited.
Original PR description
### Purpose: The main objective of this task is to allow stakeholders to efficiently manage shared projects assigned by the project manager. ### Changes Implemented: - Added Gantt view in project…
### Purpose:
The main objective of this task is to allow stakeholders to efficiently manage shared projects assigned by the project manager.
### Changes Implemented:
- Added Gantt view in project sharing.
- Stakeholders can schedule multiple tasks.
- Drag-and-drop is enabled when grouped by stage or tag.
- Dependency lines are visible only in read-only mode.
- Editing a task opens the project sharing form view.
### Technical Details:
- Mail-related dependencies are not loaded in project sharing and require a common renderer.
Updated Renderer Structure:
GanttRenderer
|
TaskGanttRendererCommon
|
-------------------------------------------
| |
TaskGanttRenderer TaskSharingGanttRenderer
-----------------------------------------------------------------------------
Updated Model Structure:
GanttModel
|
TaskGanttModelCommon
|
-----------------------------------
| |
TaskGanttModel TaskSharingGanttModel
------------------------------------------------------------------
Updated GanttArchParser Structure:
GanttArchParser
|
TaskGanttArchParserCommon
|
---------------------------------------------------
| |
TaskGanttArchParser TaskSharingGanttArchParser
task-4489162