Files
jikimo_sf/sf_manufacturing/static/src/xml/kanban_change.xml

21 lines
818 B
XML

<?xml version="1.0" encoding="UTF-8" ?>
<templates>
<t t-name="sf_manufacturing.CustomKanbanView1" 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">
<!-- <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">
<div>
产线<t t-esc="i"></t>
</div>
</t>
</div>
</xpath>
</t>
</templates>