| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Lines of code | 2479 |
| Technical Name |
yt_gantt_view |
| License | OPL-1 |
| Website | https://yugmatech.com |
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Lines of code | 2479 |
| Technical Name |
yt_gantt_view |
| License | OPL-1 |
| Website | https://yugmatech.com |
Gantt View Base is the core engine that powers all Gantt visualizations in Odoo. Use it as a standalone framework to add Gantt views to any custom model, or as the foundation for specialized modules like Gantt View for Project. Built on DHTMLX Gantt - the industry standard for timeline visualization.
- ✅ Universal Compatibility - Works with any Odoo model
- ✅ Drag & Drop Scheduling - Intuitive task manipulation
- ✅ Task Dependencies - 4 link types with visual arrows
- ✅ Critical Path Analysis - CPM algorithm built-in
- ✅ S-Curve Progress Overlay - Cumulative progress tracking
- ✅ Multiple Zoom Levels - Day, Week, Month, Quarter, Year
- ✅ 6 Export Formats - Excel, PDF, PNG, JSON, MS Project, iCal
- ✅ German Language - Fully translated German (Deutsch) interface included
Timeline
Interactive Visualization
Dependencies
Visual Link Arrows
Critical Path
CPM Algorithm
6 Exports
Excel, PDF, PNG...
Drag & Drop
Move tasks along timeline. Resize bars to adjust duration. Changes saved instantly.
Task Dependencies
FS, SS, FF, SF link types with visual arrows between tasks.
Multiple Zoom Levels
Day, Week, Month, Quarter, Year. Zoom to fit all tasks.
Critical Path Analysis
Custom CPM algorithm. Critical tasks highlighted automatically.
S-Curve Overlay
Toggle S-curve graph to visualize cumulative progress.
Resource Panel
Split view shows team workload. Identify over-allocation.
S-Curve
✅ ToggleCritical Path
✅ ToggleDeadlines
✅ ToggleDuration
✅ ToggleDays Off
✅ ToggleResources
✅ ToggleExcel
XLSXPNG
ImageJSON
DataMS Project
XMLiCal
Calendar📋 Define Your Gantt View in XML
<record id="view_my_model_gantt" model="ir.ui.view">
<field name="name">my.model.gantt</field>
<field name="model">my.model</field>
<field name="arch" type="xml">
<gantt string="My Gantt View"
date_start="start_date"
date_stop="end_date"
default_scale="week"
color="user_id"
progress="progress"
deadline_field="deadline"
link_model="yt.gantt.task.link"
thumbnails="{'user_id': 'avatar_128'}">
<field name="name"/>
<field name="user_id"/>
<field name="progress"/>
</gantt>
</field>
</record>
Key Attributes:
✅ date_start / date_stop - Start and end date fields
✅ default_scale - Initial zoom (day, week, month, quarter, year)
✅ color - Field for task bar coloring
✅ progress - Progress percentage field
✅ deadline_field - Deadline tracking field
✅ link_model - Model for task dependencies
✅ Universal Compatibility - Works with any Odoo model: projects, manufacturing, HR, maintenance, or custom.
✅ High Performance - Optimized for large datasets with smooth scrolling and rendering.
✅ RTL Support - Full right-to-left language support for Arabic, Hebrew, and more.
✅ Theme Customization - Customizable themes and colors to match your brand.
Gantt View for Project
Pre-configured Gantt view for Odoo Project module. Ready-to-use project timeline with tasks, milestones, and dependencies.
RecommendedYugma Tech is a leading Odoo development partner specializing in creating high-quality, business-focused Odoo modules and customizations.
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module