diff options
Diffstat (limited to 'indoteknik_custom/views/purchase_order.xml')
| -rwxr-xr-x | indoteknik_custom/views/purchase_order.xml | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/indoteknik_custom/views/purchase_order.xml b/indoteknik_custom/views/purchase_order.xml index e4e75bf2..5417e53c 100755 --- a/indoteknik_custom/views/purchase_order.xml +++ b/indoteknik_custom/views/purchase_order.xml @@ -33,12 +33,7 @@ icon="fa-truck" style="width: 200px;" attrs="{'invisible': [('state', 'in', ['draft', 'sent'])]}"> - <div class="o_stat_info"> - <span class="o_stat_value"> - <t t-esc="len(record.picking_ids)"/> - </span> - <span class="o_stat_text">BU Related</span> - </div> + <field name="bu_related_count" widget="statinfo" string="BU Related"/> </button> </xpath> <button id="draft_confirm" position="after"> |
