Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
802 Visualizzazioni

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 😊

Avatar
Abbandona
Risposta migliore

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.

Avatar
Abbandona
Autore

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

Post correlati Risposte Visualizzazioni Attività
3
giu 25
1020
4
dic 23
38775
3
mar 25
1023
0
nov 24
1015
1
giu 21
12558