Gantt View Base
by Yugma TechGantt 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.