Using Odoo 9 Community Version.
In the inherited view am trying to locate a page using its string attribute however I ended up facing the below error.
"view inheritance may not use attribute 'string' as a selector"
Upon close search I have realized, in Odoo 9, xpath expression doesn't seem to search based on string, then what is the alternative way to achieve the same.
Thanks