dhtmlGantt for Odoo

Greetings,

This is Jethro, I working a Odoo project management system, I configure it to work for

  1. Project
    2.Sub-Project
    3.Task
  2. Milestone to show indicators

So, I want it to show me the above in my dhtmlGantt, So how do I integrate this with Odoo in Project Management

Hi,
we haven’t researched the integration with the Odoo system.
Can you clarify what is your question?
Do you want to know how to configure gantt the way you describe, or the question is about how it integrate gantt into Odoo application (i.e. add to the page and bind to the data source)?

Hi Aliaksandr,

Thanks for the quick response, well what I met is with the dhtmlGantt, how can it be configure to work with a Project Mgt module in Odoo.

So,What r the steps to bind to the data source, for it to work in Odoo in my Project Mgt app, that includes, Project, Sub-project & task & Milestone…

Aliaksandr,

Greetings, I want to know how to configure dhtmlxgantt the way as describe into Odoo application (i.e. add to the page and bind to the data source)? for the following

  1. Project
    2.Sub-Project
    3.Task
  2. Milestone to show indicators, into Project Management Application

pls I await ur reply

Hi,
we don’t have any tutorials for integrating with the Odoo.
You can check these articles:

docs.dhtmlx.com/gantt/desktop__how_to_start.html
docs.dhtmlx.com/gantt/desktop__loading.html
docs.dhtmlx.com/gantt/desktop__server_side.html

It should be any difficult if you can use dhtmlxConnector on the backend.

Otherwise it can be implemented manually. As you see, data loading can be done pretty simple, it’s transfered in json format.
Saving changes may be more complicated. If you use dhtmlxDataprocessor (it’s used in most of ours tutorials and demos), than you’ll need to define a server-side handlers which would process the requests it sends from a client side and return a valid responses.
You can check the format of data processors request here docs.dhtmlx.com/dataprocessor__b … msexamples
The format is the same as in ‘scheduler’ sample for several records in a single request

GitHub - obayit/odoo_dhtmlxgantt: Integration of DHX's Gantt chart in to Odoo You guys should watch this project. it’s a basic integration i am working on a better version for odoo 15

Hello,
For now, there are no plans for creating a demo application with Gantt for Odoo.
I will add a task to our internal wishlist to investigate if there is an easy way to make it.