Gantt view for Projects / Project Gantt View

by
Odoo 6

69.11

v 13.0 Third Party 128
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Project (project)
Discuss (mail)
Lines of code 1476
Technical Name web_project_gantt_view
LicenseSee License tab
Websitehttps://www.cfis.store
Versions 17.0 14.0 12.0 13.0 15.0 16.0
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Project (project)
Discuss (mail)
Lines of code 1476
Technical Name web_project_gantt_view
LicenseSee License tab
Websitehttps://www.cfis.store
Versions 17.0 14.0 12.0 13.0 15.0 16.0

Gantt view for Projects / Project Gantt View

The Planning view gives you a clear overview of what is already planned and what remains to be planned using Start Date and End Date.

Installation

- Copy web_project_gantt module to addons folder

- Install the module normally like other modules

Features


  • TreeView for Gantt Items
  • Deadline Indicator
  • Task Priority Indicator
  • Task Progress Indicator
  • Multiple Scales
  • Navigate to Todat, Previous and Next Day
  • Grouping Task/Project
  • Filter
  • Progress bar on Task
  • Popup Task Informations
  • Overdue Indicator
  • Milestone Task in Different Shape
  • Predecessor Links
  • Todyas Marker
  • Sorting

1. Task Configuration

Projects -> Tasks -> Task



2. Task Predecessor Links Configuration

Projects -> Tasks -> Task -> Task Links




Help and Support

Email Contact Us Request Customization

Gantt view for Projects

  • The Planning view gives you a clear overview of what is already planned and what remains to be planned using Start Date and End Date.

Features

  • TreeView for Gantt Items
  • Deadline Indicator
  • Task Priority Indicator
  • Task Progress Indicator
  • Multiple Scales
  • Navigate to Todat, Previous and Next Day
  • Grouping Task/Project
  • Filter
  • Progress bar on Task
  • Popup Task Informations
  • Overdue Indicator
  • Milestone Task in Different Shape
  • Predecessor Links
  • Todyas Marker
  • Sorting

Installation

  • Copy web_prohect_gantt module to addons folder
  • Install the module normally like other modules.
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.
There are no ratings yet!
by
Joseph Robinson
on 4/12/22, 11:35 AM Confirmed Purchase

Tried uninstalling module and got this error:

Odoo Server Error
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/odoo/http.py", line 625, in _handle_exception
    return super(JsonRequest, self)._handle_exception(exception)
  File "/usr/lib/python3/dist-packages/odoo/http.py", line 311, in _handle_exception
    raise pycompat.reraise(type(exception), exception, sys.exc_info()[2])
  File "/usr/lib/python3/dist-packages/odoo/tools/pycompat.py", line 14, in reraise
    raise value
  File "/usr/lib/python3/dist-packages/odoo/http.py", line 670, in dispatch
    result = self._call_function(**self.params)
  File "/usr/lib/python3/dist-packages/odoo/http.py", line 351, in _call_function
    return checked_call(self.db, *args, **kwargs)
  File "/usr/lib/python3/dist-packages/odoo/service/model.py", line 94, in wrapper
    return f(dbname, *args, **kwargs)
  File "/usr/lib/python3/dist-packages/odoo/http.py", line 340, in checked_call
    result = self.endpoint(*a, **kw)
  File "/usr/lib/python3/dist-packages/odoo/http.py", line 916, in __call__
    return self.method(*args, **kw)
  File "/usr/lib/python3/dist-packages/odoo/http.py", line 516, in response_wrap
    response = f(*args, **kw)
  File "/usr/lib/python3/dist-packages/odoo/addons/web/controllers/main.py", line 1346, in call_button
    action = self._call_kw(model, method, args, kwargs)
  File "/usr/lib/python3/dist-packages/odoo/addons/web/controllers/main.py", line 1334, in _call_kw
    return call_kw(request.env[model], method, args, kwargs)
  File "/usr/lib/python3/dist-packages/odoo/api.py", line 390, in call_kw
    result = _call_kw_multi(method, model, args, kwargs)
  File "/usr/lib/python3/dist-packages/odoo/api.py", line 377, in _call_kw_multi
    result = method(recs, *args, **kwargs)
  File "/usr/lib/python3/dist-packages/odoo/addons/base/wizard/base_module_uninstall.py", line 59, in action_uninstall
    return modules.button_immediate_uninstall()
  File "<decorator-gen-64>", line 2, in button_immediate_uninstall
  File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_module.py", line 73, in check_and_log
    return method(self, *args, **kwargs)
  File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_module.py", line 598, in button_immediate_uninstall
    return self._button_immediate_function(type(self).button_uninstall)
  File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_module.py", line 574, in _button_immediate_function
    modules.registry.Registry.new(self._cr.dbname, update_module=True)
  File "/usr/lib/python3/dist-packages/odoo/modules/registry.py", line 87, in new
    odoo.modules.load_modules(registry._db, force_demo, status, update_module)
  File "/usr/lib/python3/dist-packages/odoo/modules/loading.py", line 499, in load_modules
    Module.browse(modules_to_remove.values()).module_uninstall()
  File "<decorator-gen-63>", line 2, in module_uninstall
  File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_module.py", line 73, in check_and_log
    return method(self, *args, **kwargs)
  File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_module.py", line 478, in module_uninstall
    self.env['ir.model.data']._module_data_uninstall(modules_to_remove)
  File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_model.py", line 1970, in _module_data_uninstall
    constraints._module_data_uninstall()
  File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_model.py", line 1292, in _module_data_uninstall
    self._cr.execute('ALTER TABLE "%s" DROP CONSTRAINT "%s"' % (table, name),)
  File "/usr/lib/python3/dist-packages/odoo/sql_db.py", line 173, in wrapper
    return f(self, *args, **kwargs)
  File "/usr/lib/python3/dist-packages/odoo/sql_db.py", line 250, in execute
    res = self._obj.execute(query, params)
psycopg2.errors.LockNotAvailable: canceling statement due to lock timeout

Re:
by
odoo apps master
on 4/12/22, 12:09 PM Author

Please send a mail to cfinfosolutions@gmail.com