This question has been flagged
1 Reply
4053 Views

how to inherit the contacts form view in partner form . I want to two fields in contacts form view after the name field. the xpath expression I used is

<xpath expr="//page[@string='Contacts']/form/sheet/div/field[@name='name']" <br=""> position="after">

but the above expression doesn't work. It gives Attribute error:View definition error for inherited view. Can anyone help on this.

Avatar
Discard

Your field will appear when you click on child_ids see below answer,

Best Answer

 

Avatar
Discard
Author

Thank you very much. It works perfectly !! - Sureka