2017-09-01 73 views
1

我想在base.xml中繼承和修改模板t-name =「ListView.row」。文件如何繼承odoo中的base.xml文件9

我想添加另一個'td'列和'th'列。在基線的第463行的 。 xml。

使用我的自定義模塊。 謝謝, Anand。

回答

0
<tr t-extend="ListView.row"> 
     <t t-jquery="t td t" t-operation="after"> 
     <!-- Add your code here and you can update the xpath as you needed on t-jquery attribute --> 
    </tr>