almost 10 years ago
In X-Path first we have to go in View_XML file (XML file)
After that we have to decide where we want X-Path and then give Initial to last Path to that field.
See below View_Xml code in Xml file .
- <?xml version="1.0" encoding="utf-8"?>
- <openerp>
- <data>
- <xpath expr="/form/sheet/notebook/page[@string='Public Information']/group/group[@string='Contact Information']/field[@name='mobile_phone']" position="after">
- </xpath>
- </data>
- </openerp>
<?xml version="1.0" encoding="utf-8"?> <openerp> <data> <xpath expr="/form/sheet/notebook/page[@string='Public Information']/group/group[@string='Contact Information']/field[@name='mobile_phone']" position="after"> </xpath> </data> </openerp>
0 Comment(s)