Skip to content
Snippets Groups Projects
Unverified Commit 7295ed47 authored by Suraj Shukla's avatar Suraj Shukla Committed by Joren Van Onder
Browse files

[FIX] mrp: allocate more room for oee field on kanban card

To avoid it overflowing past the edge of the card.
parent 93454635
No related branches found
No related tags found
No related merge requests found
......@@ -202,12 +202,12 @@
</div>
</div>
<div class="row" t-if="record.oee.raw_value &gt; 0">
<div class="col-xs-8">
<div class="col-xs-6">
<a name="%(mrp_workcenter_productivity_report_oee)d" type="action">
OEE
</a>
</div>
<div class="col-xs-4 text-right">
<div class="col-xs-6 text-right">
<span t-att-class="record.oee_target.value and (record.oee.value &lt; record.oee_target.value) and 'label label-danger' or None">
<field name="oee"/>%
</span>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment