Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
3 Odpowiedzi
512 Widoki

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.


Awatar
Odrzuć

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

Najlepsza odpowiedź

Which template?

Awatar
Odrzuć
Najlepsza odpowiedź

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

Awatar
Odrzuć
Autor Najlepsza odpowiedź

Odoo 17, and yes hours spent column


Awatar
Odrzuć