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

Hello guys i want to hide the misc group in res.partner view in sale & purchases page i did a lot of things but still wont be invisible i targeted the group i target the fields the field who wont desapear is ref if some one knows how respond please 😊

アバター
破棄
最善の回答

To hide the Misc group in the res.partner form view, use the following XPath:

<xpath expr="//group[@name='misc']" position="attributes">
    <attribute name="invisible">1</attribute>
</xpath>

This will make the Misc group invisible, effectively hiding the group and its fields in the form view.

アバター
破棄
著作者

Hello desk thanks for responding , i tested this methode like i said i've tested a lot of methodes but no result until i tested this
<group name="misc" position="attributes">
<attribute name="invisible">1</attribute>
</group>
this methode is the one that worked for me the xpath or any thing else nothing happend

関連投稿 返信 ビュー 活動
3
6月 25
1600
4
12月 23
39335
3
3月 25
2079
0
11月 24
1500
1
6月 21
13020