Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
3 Odgovori
505 Prikazi

How can i remove the colum worked ours from the my task list in the USER PORTAL

Certain people does not to know the worked ours total.


Avatar
Opusti

Which Odoo version sir and do you mean the 'Hours Spent' column ?

Best Answer

Which template?

Avatar
Opusti
Best Answer

Hi,
You have to do it from code side, find the original template that brings this field, then inherit the template and using xpath locate the node and replace it.

* Find the template
* Inherit the template in your module
* Locate the node using the xpath and remove from view

Thanks

Avatar
Opusti
Avtor Best Answer

Odoo 17, and yes hours spent column


Avatar
Opusti