Hello everyone,
We are a development studio and we need to plan which projects our team members will be working on.
In Odoo (Planning + Projects), we use the Gantt view to allocate our collaborators across multiple projects.
At the moment, each timeslot on the Planning Gantt displays the time and role (e.g. Developer, Graphic Designer), but what we would like is to display the project name instead of the role.
We already added a custom field x_studio_project (Many2one to project.project) with Odoo Studio, and it works well for allocation. However, we haven’t found a way to make this project name visible directly on the Gantt timeslots.
- Is there any way to configure this in Studio (without code)?
- Or is a small custom module (Python, overriding name_get on planning.slot) the only clean solution?
- Has anyone seen a ready-made app in the Odoo Apps marketplace that does this?
Thanks in advance for your advice!