修改标签页筛选完后看板视图的样式

This commit is contained in:
WEB许何哲\xuhez
2023-08-07 16:49:36 +08:00
parent f85a0e4c85
commit 46f40ec480
3 changed files with 104 additions and 79 deletions

View File

@@ -4,7 +4,7 @@
<xpath expr="//t[@t-component='props.Renderer']" position="before">
<div class="choosekanban">
<!-- <t t-foreach="env['mrp.workcenter'].get_dynamic_data()" t-as="i" t-key="i"> -->
<t t-foreach="workOrders" t-as="i" t-key="i">
<t t-foreach="workOrders" t-as="i" t-key="i.id">
<button t-on-click="buttonClick" t-att-data-id="i.name">
<t t-esc="i.name"></t>
</button>