Skip to Content
मेन्यू
This question has been flagged
3 Replies
9324 Views

why can't I put this under the timesheet period??

<xpath expr="//sheet/group/group/[@string='Timesheet Period']" position="after">

<label for="project_field" string="Project"/>

</xpath>

It's not working

Avatar
Discard
Best Answer

<xpath expr="//sheet/group/group/label[@string='Timesheet Period']" position="after">

or

<xpath expr="//sheet/group/group/label[contains(@string,'Timesheet Period')]" position="after">


kind regards,

Avatar
Discard
Best Answer

Hello,

I think you are working on Odoo 9. and in Odoo 9 xpath is not working with string.

Avatar
Discard
Author

odoo8 not 9

Related Posts Replies Views Activity
5
जन॰ 19
5094
0
अप्रैल 24
1963
4
नव॰ 23
6073
0
अक्तू॰ 23
1815
0
दिस॰ 22
2719