[ENH]kanban view

This commit is contained in:
ahenriquez
2019-10-07 18:50:06 +02:00
committed by AaronHForgeFlow
parent f801093f07
commit 0dfa015073

View File

@@ -16,11 +16,21 @@
<t t-if="record.create_date.raw_value and record.create_date.raw_value &lt; (new Date())" t-set="red">oe_kanban_text_red</t>
<span t-attf-class="#{red || ''}">
Date - <field name="create_date"/>
</span>
<span name="product">
<br></br>
Product - <field name="product_id"/>
<br></br>
<field name="product_qty"/> <field name="uom_id"/>
<t t-if="origin">
<br></br>
origin - <field name="origin"/>
</t>
</span><br/>
Operation - <field name="operation_id"/><br/>
</span>
<br/>
<span style='background-color:#EBEC6D' name="operation">
Operation - <field name="operation_id"/><br/>
</span>
</div>
</xpath>
</field>