Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
1 Trả lời
4673 Lượt xem

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 

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

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>
Ảnh đại diện
Huỷ bỏ
Tác giả

thank for your answer.

Bài viết liên quan Trả lời Lượt xem Hoạt động
2
thg 3 24
1648
2
thg 3 21
8392
3
thg 3 15
6845
1
thg 3 15
5356
1
thg 5 24
1771