Yann Papouin
Yann Papouin
For the record, I'm also interested to help building a forecast/planning framework. Adding a `web_frappe_gantt` module would also be very interesting.
I made these two new modules `web_fgantt` and `project_fgantt` greatly inspired from `web_timeline` and `project_timeline`: https://github.com/dec-industrie/odoo-addons-incubator Currently, you can drag and resize tasks/projects, clicking on them to open their form....
Hello, I decided to re-implement [dhtmlxgantt](https://github.com/DHTMLX/gantt) by forking an existing WIP. https://github.com/decgroupe/odoo_dhtmlxgantt Sample of the "classic" gantt view for project's tasks:  But after a long reflection on the subject,...
I forgot to add that it would also require a new notification widget based on `date_start` and `date_stop`, the open action will directly open the gantt view:  After asking...
@bosd the runboat is now up after fresh rebase.
That's necessary to have a **time** control. In fact the field `date` is not replaced, it is just hidden. The `date_time` field is used instead.
Indeed, and yes its reliable.
Thanks for implementing this long awaited feature, I just made a test on latest insider in pressing the `Collapse All` button twice raised an error: `TreeError [SearchView] Tree element not...
@elvise, you are right. The problem happens when the `mrp_sale_info` module is installed. It shows up that the current implementation was invalid (by removing fields from a static list). An...
@elvise, replacing the boolean option with a route should be possible but I would prefer having this module migrated first.