Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
3 Odgovori
9163 Prikazi

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
Opusti
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
Opusti
Best Answer

Hello,

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

Avatar
Opusti
Avtor

odoo8 not 9

Related Posts Odgovori Prikazi Aktivnost
5
jan. 19
4929
0
apr. 24
1818
4
nov. 23
5850
0
okt. 23
1656
0
dec. 22
2537