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
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
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
<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,
Hello,
I think you are working on Odoo 9. and in Odoo 9 xpath is not working with string.
odoo8 not 9
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
5
जन॰ 19
|
4966 | ||
|
0
अप्रैल 24
|
1840 | ||
|
4
नव॰ 23
|
5889 | ||
|
0
अक्तू॰ 23
|
1692 | ||
|
0
दिस॰ 22
|
2586 |