Files
test/sf_warehouse/static/src/xml/custom_kanban_controller.xml
WEB许何哲\xuhez b48a835808 修改看板樣式
2023-07-13 17:31:54 +08:00

27 lines
861 B
XML

<?xml version="1.0" encoding="UTF-8" ?>
<templates>
<t t-name="sf_warehouse.CustomKanbanView" t-inherit="web.KanbanView" owl="1">
<!-- <xpath expr="//Layout" position="before"> -->
<!-- <div> -->
<!-- Hello world ! -->
<!-- </div> -->
<!-- </xpath> -->
<xpath expr="//t[@t-component='props.Renderer']" position="before">
<div class="alerts">
<div >
<div class="green"></div>
<p>空闲</p>
</div>
<div>
<div class="red"></div>
<p>占用</p>
</div>
<div>
<div class="grey"></div>
<p>禁用</p>
</div>
</div>
</xpath>
</t>
</templates>