This question has been flagged
1 Reply
6900 Views

Hello,

how can i inherit view_partner_form and just delete the attribute attrs from the node //form/sheet/notebook/page[@string='Contacts']?

Thank you

Avatar
Discard
Best Answer

Hi Stefan,

use

   <xpath expr="//form/sheet/notebook/page[@string='Contacts']" position="attributes">                       <attribute name="attrs">{}</attribute>

Thanks

Avatar
Discard
Author

thank you!

how to inheirt the contacts form view in partner form . I want to know the xpath expression. If anybody knows, please help