去掉listRenderer含有hasSelectors时的row_no,因为td中没有序号

This commit is contained in:
hyyy
2025-02-25 16:15:11 +08:00
parent 5323f1076e
commit 3cd7a52900

View File

@@ -4,9 +4,9 @@
<!-- <templates xml:space="preserve"> -->
<t t-name="og.web.ListRenderer" t-inherit="web.ListRenderer" t-inherit-mode="extension">
<xpath expr="//table/thead/tr/th[@t-if='hasSelectors']" position="before">
<!-- <xpath expr="//table/thead/tr/th[@t-if='hasSelectors']" position="before">
<th class="row_no"><i class="fa fa-list-ol"/></th>
</xpath>
</xpath> -->
</t>