Skip to Content
Odoo Menu
  • Sign in
  • Try it free
  • Apps
    Finance
    • Accounting
    • Invoicing
    • Expenses
    • Spreadsheet (BI)
    • Documents
    • Sign
    Sales
    • CRM
    • Sales
    • POS Shop
    • POS Restaurant
    • Subscriptions
    • Rental
    Websites
    • Website Builder
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Supply Chain
    • Inventory
    • Manufacturing
    • PLM
    • Purchase
    • Maintenance
    • Quality
    Human Resources
    • Employees
    • Recruitment
    • Time Off
    • Appraisals
    • Referrals
    • Fleet
    Marketing
    • Social Marketing
    • Email Marketing
    • SMS Marketing
    • Events
    • Marketing Automation
    • Surveys
    Services
    • Project
    • Timesheets
    • Field Service
    • Helpdesk
    • Planning
    • Appointments
    Productivity
    • Discuss
    • Approvals
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    Third party apps Odoo Studio Odoo Cloud Platform
  • Industries
    Retail
    • Book Store
    • Clothing Store
    • Furniture Store
    • Grocery Store
    • Hardware Store
    • Toy Store
    Food & Hospitality
    • Bar and Pub
    • Restaurant
    • Fast Food
    • Guest House
    • Beverage Distributor
    • Hotel
    Real Estate
    • Real Estate Agency
    • Architecture Firm
    • Construction
    • Property Management
    • Gardening
    • Property Owner Association
    Consulting
    • Accounting Firm
    • Odoo Partner
    • Marketing Agency
    • Law firm
    • Talent Acquisition
    • Audit & Certification
    Manufacturing
    • Textile
    • Metal
    • Furnitures
    • Food
    • Brewery
    • Corporate Gifts
    Health & Fitness
    • Sports Club
    • Eyewear Store
    • Fitness Center
    • Wellness Practitioners
    • Pharmacy
    • Hair Salon
    Trades
    • Handyman
    • IT Hardware & Support
    • Solar Energy Systems
    • Shoe Maker
    • Cleaning Services
    • HVAC Services
    Others
    • Nonprofit Organization
    • Environmental Agency
    • Billboard Rental
    • Photography
    • Bike Leasing
    • Software Reseller
    Browse all Industries
  • Community
    Learn
    • Tutorials
    • Documentation
    • Certifications
    • Training
    • Blog
    • Podcast
    Empower Education
    • Education Program
    • Scale Up! Business Game
    • Visit Odoo
    Get the Software
    • Download
    • Compare Editions
    • Releases
    Collaborate
    • Github
    • Forum
    • Events
    • Translations
    • Become a Partner
    • Services for Partners
    • Register your Accounting Firm
    Get Services
    • Find a Partner
    • Find an Accountant
      • Get a Tailored Demo
    • Implementation Services
    • Customer References
    • Support
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +32 2 290 34 90
    • Get a Tailored Demo
  • Pricing
  • Help
  1. APPS
  2. Technical Settings
  3. Grev Gantt View — Base v 19.0
  4. Sales Conditions FAQ

Grev Gantt View — Base

by Grevlin Global Corp https://www.grevlin.com
Odoo

$ 151.77

v 19.0 Third Party
Apps purchases are linked to your Odoo account, please sign in or sign up first.
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Discuss (mail)
Lines of code 2669
Technical Name grev_od_gantt_view
LicenseOPL-1
Websitehttps://www.grevlin.com
You bought this module and need support? Click here!
  • Description
  • Documentation
  • License
Grev Gantt View icon

Grevlin Visualisation Suite

Grev Gantt View — Base

Add professional, interactive Gantt charts to any Odoo model in minutes. One base module. Unlimited Gantt-enabled models.

Odoo 19.0 OPL-1 Community & Enterprise
Grev Gantt View Banner

Grev Gantt View is the base engine of the Grevlin Visualisation Suite. It ships a custom grev_gantt view type and an abstract GrevGanttMixin that any Odoo model inherits to gain a full-featured Gantt chart — drag-drop, dependency links, critical path, baselines, auto-scheduling, S-curve, and more — with zero additional Python code.

Core Features

🌐

Model-Agnostic GrevGanttMixin

Any Odoo model gains a full Gantt chart by inheriting grev.gantt.mixin. Works with project.task, mrp.workorder, fleet.vehicle, or any custom model — no extra Python required.

▶▶

Typed Dependency Links

grev.gantt.link stores Finish-to-Start, Start-to-Start, Finish-to-Finish, and Start-to-Finish links between records of any model, with optional lag in days. Model-agnostic via Reference fields.

📊

Critical Path & Auto-Schedule

Highlights the critical path in real time. Drag a task to reschedule it — the auto-scheduler cascades the shift to all downstream successors automatically, with full undo support.

🕑

Baseline Snapshots

grev.gantt.baseline stores named planned-start / planned-end snapshots for any Gantt-enabled record. Overlaid on the chart as dashed bars so you can see planned vs actual at a glance.

📈

S-Curve Analytics & Histograms

Cumulative S-curve overlaid on the timeline shows planned vs actual progress. Resource histogram displays capacity load per assignee or work centre across the view period.

⚙

OWL Architecture — Odoo 19 Native

Built entirely with OWL components and Odoo 19's RPC layer. No monkey-patching, no deprecated APIs. Extends naturally via standard Odoo view inheritance and XML arch attributes.

What’s Included

Backend (Python / ORM)

  • grev.gantt.mixin — abstract mixin with get_grev_gantt_data() RPC
  • grev.gantt.link — typed FS/SS/FF/SF links with lag (Reference fields)
  • grev.gantt.baseline — named planned-date snapshots (Reference fields)
  • Server-side cascade reschedule with undo support
  • Overridable hooks: _grev_gantt_progress_bar(), _grev_gantt_unavailability()

Frontend (OWL Components)

  • Custom grev_gantt view type registered in the view registry
  • Renderer, controller, model, and arch parser OWL components
  • Extensions: critical path, auto-scheduler, S-curve, baselines
  • Resource histogram, export, undo/redo, row grouping
  • Frappe Gantt rendering with drag-drop and zoom levels

Preview

Grev Gantt View — Feature overview

Gantt chart with dependency links, critical path, and baseline overlay

Changelog

Version 19.0.1.1.0 — 2026-05-05

  • Initial public release of Grev Gantt View Base framework
  • Custom grev_gantt view type for Odoo 19.0 (Community & Enterprise)
  • Model-agnostic GrevGanttMixin with single get_grev_gantt_data() RPC
  • Typed dependency links (FS / SS / FF / SF) with lag via grev.gantt.link
  • Baseline snapshot model (grev.gantt.baseline)
  • Critical path highlighting, auto-scheduler, S-curve analytics
  • Resource histogram, undo/redo, export, row grouping
  • Server-side cascade reschedule with rollback support

Need Help?

30 days free support included. Reach us at odoo@grevlin.com

Follow us on X: @GrevlinGlobal

Grev Gantt View — Base

The Grev Gantt View base module provides the grev_gantt view type and the abstract GrevGanttMixin for Odoo 19.0. Any Odoo model — standard or custom — can gain a full-featured, interactive Gantt chart by inheriting the mixin. No Enterprise licence is required.

Note

This module is the engine. It does not add a Gantt chart to any specific model on its own. Install grev_od_project_gantt for project tasks, or grev_od_mrp_gantt for manufacturing work orders. You can also build your own Gantt-enabled module on top of this one.

Overview

Key Features

  1. Model-agnostic GrevGanttMixin — inherit it on any models.Model subclass to get the get_grev_gantt_data() RPC endpoint and all server-side scheduling helpers.
  2. Typed dependency links — grev.gantt.link stores Finish-to-Start, Start-to-Start, Finish-to-Finish, and Start-to-Finish links between records of any Gantt-enabled model.
  3. Baseline snapshots — grev.gantt.baseline stores named planned-start / planned-end snapshots for any record, overlaid as dashed bars on the chart.
  4. Critical path highlighting — computed in the OWL renderer from the dependency graph.
  5. Auto-scheduler — drag a bar; successors cascade automatically via web_grev_gantt_reschedule() and _cascade_reschedule().
  6. S-curve analytics — cumulative planned vs actual progress overlaid on the timeline.
  7. Resource histogram — capacity load per assignee or work centre.
  8. Undo / redo — full undo stack backed by action_rollback_grev_gantt_scheduling().
  9. Export — export the Gantt chart view to PNG or PDF.

Architecture

Layer Components
Python grev.gantt.mixin (abstract), grev.gantt.link, grev.gantt.baseline
View registration ir.ui.view with type = 'grev_gantt'; ir.actions.act_window.view
OWL controller GrevGanttController — toolbar, scale switcher, action dispatch
OWL renderer GrevGanttRenderer — Frappe Gantt canvas, bar painting, arrow overlay
OWL model GrevGanttModel — RPC fetch, local cache, link / baseline management
Extensions Critical path, auto-scheduler, S-curve, baselines, resources, undo, export, grouping

Installation

  1. Copy the grev_od_gantt_view directory into your Odoo addons path.
  2. Go to :menuselection:`Settings --> Technical --> Update Apps List`.
  3. Search for Grev Gantt View and click :guilabel:`Install`.

Important

Odoo 19.0 is required. The module works on both Community and Enterprise editions.

Configuration

Adding Gantt to a Custom Model

To add a Gantt chart to any existing model:

class MyModel(models.Model):
    _name = 'my.model'
    _inherit = ['my.model', 'grev.gantt.mixin']

    _grev_gantt_start_name = 'date_start'   # field containing bar start
    _grev_gantt_stop_name  = 'date_end'     # field containing bar end

Then add a grev_gantt arch to a view record:

<record id="view_my_model_grev_gantt" model="ir.ui.view">
  <field name="name">my.model.grev_gantt</field>
  <field name="model">my.model</field>
  <field name="arch" type="xml">
    <grev_gantt
        date_start="date_start"
        date_stop="date_end"
        progress="progress_field"
        default_scale="week"
        snap_at="1d"
        show_critical_path="1">
      <field name="project_id"/>
    </grev_gantt>
  </field>
</record>

Arch Attributes Reference

Attribute Description
date_start Field name for bar start (Datetime).
date_stop Field name for bar end (Datetime).
progress Float field (0–100) for bar fill percentage.
color Field whose value drives bar colour (Many2one or Char hex).
dependency_field Many2many field listing predecessor records.
dependency_inverted_field Many2many field listing successor records.
show_critical_path "1" to enable critical path highlight.
show_resources "1" to enable the resource histogram panel.
show_baselines "1" to enable baseline overlay.
default_scale Initial time scale: day, week, month, quarter.
snap_at Drag-drop snap interval: 1h, 1d, 7d.
pill_label "1" to show the record name inside each bar.

Overridable Hooks

Override these methods in your concrete model to integrate real capacity data:

def _grev_gantt_progress_bar(self, field, res_ids, start_date, stop_date):
    """Return {res_id: {'value': float, 'max_value': float}}."""
    ...

def _grev_gantt_unavailability(self, field, res_ids, start_date, stop_date, scale):
    """Return {res_id: [{'start': datetime_str, 'stop': datetime_str}]}."""
    ...

Usage

Creating Dependency Links

Dependency links can be created in two ways:

  1. Via the task form — if your model defines source_ids / target_ids Many2many fields, changes are automatically mirrored to grev.gantt.link by the mixin's write() override.
  2. Directly on grev.gantt.link — go to :menuselection:`Technical --> Gantt --> Dependency Links` and create a link manually using the Source Record and Target Record Reference fields.

Creating Baseline Snapshots

Go to :menuselection:`Technical --> Gantt --> Baseline Snapshots` and create a baseline for any Gantt-enabled record. Baselines appear as dashed overlay bars on the chart when :guilabel:`Show Baselines` is toggled on in the Gantt toolbar.

Rescheduling Tasks

Drag any bar left or right on the Gantt chart. The module calls web_grev_gantt_reschedule() on the server, which:

  1. Updates the dragged record's start and stop dates.
  2. Computes the shift delta.
  3. Cascades the same delta to all successor records (depth-first).
  4. Returns old values so the undo action can roll back the change.

To undo, click :guilabel:`Undo` in the Gantt toolbar.

Technical Reference

grev.gantt.mixin

Abstract model that all Gantt-enabled models inherit.

Method Description
get_grev_gantt_data(...) Primary RPC. Returns records, links, baselines, groups, progress bars, unavailabilities.
web_grev_gantt_reschedule(record_id, vals, ...) Reschedules a record and cascades to successors.
action_rollback_grev_gantt_scheduling(old_vals) Rolls back a reschedule operation.
_sync_gantt_links(fname, old_ids, new_ids) Syncs M2M predecessor/successor changes to grev.gantt.link.

grev.gantt.link

Model-agnostic typed dependency link between any two Gantt-enabled records.

Field Description
source_id Reference to the predecessor record (any GrevGanttMixin model).
target_id Reference to the successor record.
link_type 0 FS · 1 SS · 2 FF · 3 SF.
lag Integer days of lead (negative) or lag (positive).

grev.gantt.baseline

Planned-date snapshot for any Gantt-enabled record.

Field Description
record_id Reference to the task / work order (any GrevGanttMixin model).
name Snapshot label (e.g. "Initial Plan", "Rev 2").
baseline_start Planned start (Datetime).
baseline_end Planned end (Datetime).
planned_hours Planned effort in hours.
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

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author or have a question related to your purchase, please use the support page.
Community
  • Tutorials
  • Documentation
  • Forum
Open Source
  • Download
  • Github
  • Runbot
  • Translations
Services
  • Odoo.sh Hosting
  • Support
  • Upgrade
  • Custom Developments
  • Education
  • Find an Accountant
  • Find a Partner
  • Become a Partner
About us
  • Our company
  • Brand Assets
  • Contact us
  • Jobs
  • Events
  • Podcast
  • Blog
  • Customers
  • Legal • Privacy
  • Security

Odoo is a suite of open source business apps that cover all your company needs: CRM, eCommerce, accounting, inventory, point of sale, project management, etc.

Odoo's unique value proposition is to be at the same time very easy to use and fully integrated.

Website made with