콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
3 답글
9313 화면

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

관련 게시물 답글 화면 활동
5
1월 19
5079
0
4월 24
1957
4
11월 23
6061
0
10월 23
1805
0
12월 22
2710