tonygalmiche / owl_dhtmlx_gantt_task_view

InfoSaône - Vue Dhtmlx Gantt pour les tâches
GNU General Public License v3.0
0 stars 1 forks source link

Tested module #1

Open bealdav opened 1 year ago

bealdav commented 1 year ago

Thanks a lot for this contribution @tonygalmiche It seems a nice idea.

Maybe a future contribution for OCA ?

I have a bug pending installation on a fresh new db with only dependencies

  File "/odoo/src/odoo/fields.py", line 2426, in convert_to_cache
    raise ValueError("Wrong value for %s: %r" % (self, value))
ValueError: Wrong value for ir.ui.view.type: 'timeline'

The above exception was the direct cause of the following exception:

image

Do you know how to fix this one ?

Thanks

tonygalmiche commented 1 year ago

you have to install this addons : https://odoo-community.org/shop/project-timeline-2093

or delete the timeline view here : <field name="view_mode">dhtmlx_gantt_task,timeline,kanban,tree,form,calendar,pivot,graph,activity</field>

and delete this view : <record model="ir.ui.view" id="is_project_task_timeline_view" >