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

Hello guys,

I would want to know if it is possible to use xpath in a qweb template WITHOUT to inherit an other template?

is xpath always used in an inherited template?


Thanks to help 

아바타
취소
베스트 답변

Hi Pascal

There is no need to use it. You use xpath to select existing nodes to apply a transformation but if you are not inherit anything then you could build the arch of the view as you need because you define all the nodes for the view.

Maybe you wanna change a tree view of a field x2many using xpath but that is not the way to go, the treeview for that fields are found dynamically, if that is the case you could define the needed view by pushing the treeview definition of the tree inside the field like:

<field name="x2many">
<tree>
<field name="name"/>
<field name="others"/>
</tree>
</field>
아바타
취소
작성자

thank for your answer.

관련 게시물 답글 화면 활동
2
3월 24
1749
2
3월 21
8533
3
3월 15
6920
1
3월 15
5431
1
5월 24
1899