跳至内容
菜单
此问题已终结
1 回复
4687 查看

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
1663
2
3月 21
8410
3
3月 15
6856
1
3月 15
5368
1
5月 24
1794