$ 552.44
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Inventory (stock)
• Invoicing (account) • Project (project) • Discuss (mail) |
| Community Apps Dependencies | Show |
| Lines of code | 19854 |
| Technical Name |
pragtech_ppc_ganttchart |
| License | OPL-1 |
| Website | http://www.pragtech.co.in |
| Versions | 11.0 12.0 13.0 14.0 15.0 16.0 |
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Inventory (stock)
• Invoicing (account) • Project (project) • Discuss (mail) |
| Community Apps Dependencies | Show |
| Lines of code | 19854 |
| Technical Name |
pragtech_ppc_ganttchart |
| License | OPL-1 |
| Website | http://www.pragtech.co.in |
| Versions | 11.0 12.0 13.0 14.0 15.0 16.0 |
Project Planning and Gantt Chart in Odoo
Our Pricing includes User Manual, 90 Days Support (Monday-Friday 10am to 7pm IST) and One time Setup
support@pragtech.co.in pragtech
We support for English / French / Spanish at an additional cost
| Supported Odoo versions & platforms | |
| Odoo.sh | |
| Self Hosted | |
| Enterprise | |
| Community | |
| Odoo Online | |
Works & tested on standard installations of Odoo with no third party apps
Free support only for odoo installations with no third party apps
Paid support availaible for Odoo installations with third party apps.
Our Service Offerings
Odoo Dedicated Resources
Odoo Success Packs
Odoo Turnkey Projects
To connect with us: support@pragtech.co.in
fundamental components in our Project planning and controlling.
Project
Sub Project
WBS(Work Breakdown Structure)
Task Groups
Tasks
Project View:
After placing the google map api key, you will be able to see the google map in Odoo.
- Setting: Company name, Project Address, Project category, etc
- Sub Project:Sub projects defined for current Project
- Site Info:Saleable Area, Built Up Area, Plot Area, Site Contact No, etc.
- Documents: Project document of any type can be uploaded.
Sub Project View:
We can define sub project for the particular project.
Related Products
Project WBS:
Project WBS is Work Breakdown Structure.Here we can define required resources ie. Material and labour for particular
Project.Also we define actual and planned start and finish dates here.
After selection of tasks from library, it will create resources details in Estimated Material and Estimated Labour Section.
Group:
N number of groups and tasks can be added under group.
Task:
Resources are manpower and material which can be added in task.
Gantt Chart:
Features Of Gantt:
- Every element is editable from gantt chart
- Zooming is possible
- Manage task status
- Manage dependencies
- Full undo-redo support
- Supports N-levels
Project Selection Wizard:
In The following wizard user has to select project and Gantt Chart will open for selected project on button 'View Gantt Chart'.
All details of any element can be edited from Task Editor.
Related Products
Help Support Covid Relief
Pragmatic has always been contributing itswarsa social causes by exercising its Corporate Social Responsibility. We are pledged to COVID relief and have been donating a major share of our profits to COVID Pandemic Relief. By purchasing our apps and services you are becoming a part of helping the needy in these critical times. If you want to help further please connect with us and we will help you find NGOs whom you can donate directly.
Pragmatic is a global open source enterprise software development, consulting and products company. Our philosophy is to use Open Source tools and technologies to provide cost effective and green solutions for our customers.
We are a dynamic and fast growing company committed towards creating value for our customers. Located in Pune, India the educational and IT hub of western India, we take pride in delivering rapid, customized open source enterprise applications following agile and lean software methods. Whether you are developing an application from scratch, working on an existing application or porting your application to a new platform or framework, we can meet your business needs.
If you need any help or want more additional features, you may contact us through:

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 penalizedcannot log into user setting
i Cannot log to user setting to control access ValueError: Wrong value for res.users.category_ids: hr.employee.category()
Re: cannot log into user setting
Hello Maher, We will surely look into the issue and get it resolved.Please provide us with your email so we can schedule a meeting. Thanks
my email
maherkhalil@outlook.com
does not work properly
Traceback (most recent call last): File "/mnt/projects/odoopro/projects13/odoo/odoo/api.py", line 745, in get value = self._data[field][record._ids[0]] KeyError: 2 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/mnt/projects/odoopro/projects13/odoo/odoo/fields.py", line 1004, in __get__ value = env.cache.get(record, self) File "/mnt/projects/odoopro/projects13/odoo/odoo/api.py", line 751, in get raise CacheMiss(record, field) odoo.exceptions.CacheMiss: ('res.users(2,).category_ids', None) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/mnt/projects/odoopro/projects13/odoo/odoo/http.py", line 624, in _handle_exception return super(JsonRequest, self)._handle_exception(exception) File "/mnt/projects/odoopro/projects13/odoo/odoo/http.py", line 310, in _handle_exception raise pycompat.reraise(type(exception), exception, sys.exc_info()[2]) File "/mnt/projects/odoopro/projects13/odoo/odoo/tools/pycompat.py", line 14, in reraise raise value File "/mnt/projects/odoopro/projects13/odoo/odoo/http.py", line 669, in dispatch result = self._call_function(**self.params) File "/mnt/projects/odoopro/projects13/odoo/odoo/http.py", line 350, in _call_function return checked_call(self.db, *args, **kwargs) File "/mnt/projects/odoopro/projects13/odoo/odoo/service/model.py", line 94, in wrapper return f(dbname, *args, **kwargs) File "/mnt/projects/odoopro/projects13/odoo/odoo/http.py", line 339, in checked_call result = self.endpoint(*a, **kw) File "/mnt/projects/odoopro/projects13/odoo/odoo/http.py", line 915, in __call__ return self.method(*args, **kw) File "/mnt/projects/odoopro/projects13/odoo/odoo/http.py", line 515, in response_wrap response = f(*args, **kw) File "/mnt/projects/odoopro/projects13/odoo/addons/web/controllers/main.py", line 1327, in call_kw return self._call_kw(model, method, args, kwargs) File "/mnt/projects/odoopro/projects13/odoo/addons/web/controllers/main.py", line 1319, in _call_kw return call_kw(request.env[model], method, args, kwargs) File "/mnt/projects/odoopro/projects13/odoo/odoo/api.py", line 387, in call_kw result = _call_kw_multi(method, model, args, kwargs) File "/mnt/projects/odoopro/projects13/odoo/odoo/api.py", line 374, in _call_kw_multi result = method(recs, *args, **kwargs) File "/mnt/projects/odoopro/projects13/odoo/odoo/addons/base/models/res_users.py", line 1298, in read res = super(UsersView, self).read(other_fields, load=load) File "/mnt/projects/odoopro/projects13/odoo/odoo/addons/base/models/res_users.py", line 454, in read return super(Users, self).read(fields=fields, load=load) File "/mnt/projects/odoopro/projects13/odoo/odoo/models.py", line 2960, in read vals[name] = convert(record[name], record, use_name_get) File "/mnt/projects/odoopro/projects13/odoo/odoo/models.py", line 5726, in __getitem__ return self._fields[key].__get__(self, type(self)) File "/mnt/projects/odoopro/projects13/odoo/odoo/fields.py", line 2333, in __get__ return super().__get__(records, owner) File "/mnt/projects/odoopro/projects13/odoo/odoo/fields.py", line 1028, in __get__ self.compute_value(recs) File "/mnt/projects/odoopro/projects13/odoo/odoo/fields.py", line 1113, in compute_value records._compute_field_value(self) File "/mnt/projects/odoopro/projects13/odoo/odoo/models.py", line 4000, in _compute_field_value field.compute(self) File "/mnt/projects/odoopro/projects13/odoo/odoo/fields.py", line 579, in _compute_related record[self.name] = self._process_related(value[self.related_field.name]) File "/mnt/projects/odoopro/projects13/odoo/odoo/models.py", line 5735, in __setitem__ return self._fields[key].__set__(self, value) File "/mnt/projects/odoopro/projects13/odoo/odoo/fields.py", line 1074, in __set__ self.write(protected_records, value) File "/mnt/projects/odoopro/projects13/odoo/odoo/fields.py", line 2866, in write return self.write_batch([(records, value)]) File "/mnt/projects/odoopro/projects13/odoo/odoo/fields.py", line 2882, in write_batch raise ValueError("Wrong value for %s: %s" % (self, value)) ValueError: Wrong value for res.users.category_ids: hr.employee.category(2, 3)Can you please provide us with your email-id?We can get in touch with you.
problem after install
I installed it on odoo v 13 but unfortunately, it does not work properly, it creates separate root menu different than odoo project while project and wbs comes inside odoo project Fast support is required since now it becomes in production message: Traceback: _generateActionViews/
Re: problem after install
Hello Maher, Can we have a meeting scheduled in order to check the issue at your end.We will surely assist you in it. Thanks.