コンテンツへスキップ
メニュー
この質問にフラグが付けられました
3 返信
499 ビュー

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.


アバター
破棄

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

最善の回答

Which template?

アバター
破棄
最善の回答

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

アバター
破棄
著作者 最善の回答

Odoo 17, and yes hours spent column


アバター
破棄