Availability |
Odoo Online
Odoo.sh
On Premise
|
Lines of code | 4171 |
Technical Name |
custom_gantt_view |
License | OPL-1 |
Website | https://www.cybrosys.com |
Versions | 11.0 12.0 13.0 14.0 15.0 16.0 17.0 18.0 |

Gantt View
Base Module for Implementing Gantt View.

Key Highlights
Drag and drop records.
Link between similar tasks.
Five Modes of view.

Link between similar tasks.
Documentation
How to add a gantt view for a model?
In this documentation we are adding the gantt view for project_task model.
- Step 1: Install the apps 'custom_gantt_view' and 'Project'.
-
Step 2: Navigate to the Settings module and activate the developer mode.
-
Step 3: Navigate to the Project module and open 'All Task' view.
-
Step 4: Click on the marked button as shown in the below image and then click 'Edit Action' menu.
-
Step 5: Then scroll down and click on the Add a line button
-
Step 6: A wizard will be opened and add 'Gantt' inside the field 'View type' then in the field 'View' define a name for your view. Here I have named the view as 'project_task_gantt_view', then click on the create and edit button as shown in the below image.
-
Step 7: A wizard will be opened and add 'Gantt' inside the field 'View type' then 'Task' in the field 'Model of the view'. Then in the Architecture section add the below code as show in below image. Then save and close, again save and close.
<gantt string="Project Tasks" date_start="date_assign" date_end="date_deadline" group_by="project_id">
<field name="id"/>
</gantt>Note that 'date_assign' and 'date_deadline' are the fields used for the gantt view's start and end date. These fields are mandatory filed. If you have start date and end date fields in another name you need to change the code like date_start="Start date field" date_end="End date field".
-
Step 8: Add gantt in the field 'View mode' as shown in the below image.
-
Step 9: Save the form and click on 'All Tasks' menu, and click on the Gantt icon as shown in the below image.
-
Step 10: Test the view.
-
Drag and drop records.
-
Five Modes of view.
-
Link between similar tasks.
Initial Commit for Gantt View.
Related Products
Our Services

Odoo Customization

Odoo Implementation

Odoo Support

Hire Odoo Developer

Odoo Integration

Odoo Migration

Odoo Consultancy

Odoo Implementation

Odoo Licensing Consultancy
Our Industries

Trading
Easily procure and sell your products

POS
Easy configuration and convivial experience

Education
A platform for educational management

Manufacturing
Plan, track and schedule your operations

E-commerce & Website
Mobile friendly, awe-inspiring product pages

Service Management
Keep track of services and invoice

Restaurant
Run your bar or restaurant methodically

Hotel Management
An all-inclusive hotel management application
Support
Got questions or need help? Get in touch.
Say hi to us on WhatsApp!
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
Report comment
Any abuse of this reporting system will be penalizedThere are no ratings yet!
Copartir la vista Gantt con el cliente
Saludos
Compartir la vista Gantt con el cliente
Se puede compartir la vista con el cliente, Ej. tengo un proyecto con un cliente y tengo el registro del flujo del proyecto, y deseo compartir con el cliente los avances del proyecto al compartir el proyecto y que este, sin ser usuario de Odoo, pueda ver la vista Gantt, Odoo permite que el cliente lo vea, pero en la vista tipo Lista, requerimos que lo vea en la vista tipo Gantt.
Re: Copartir la vista Gantt con el cliente
No its not possible