本地测试优化完序号展示问题,准备线上测试

This commit is contained in:
mgw
2023-11-01 16:52:26 +08:00
parent fc35ef687b
commit 74523c710f
3 changed files with 21 additions and 5 deletions

View File

@@ -0,0 +1,7 @@
<templates>
<t t-name="purchase.PurchaseListView" t-inherit="web.ListRenderer" t-inherit-mode="primary" owl="1">
<xpath expr="//div[hasclass('o_list_renderer')]" position="before">
<PurchaseDashBoard />
</xpath>
</t>
</templates>