diff options
Diffstat (limited to 'indoteknik_custom/views')
| -rwxr-xr-x | indoteknik_custom/views/purchase_order.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/indoteknik_custom/views/purchase_order.xml b/indoteknik_custom/views/purchase_order.xml index 15cdc788..57cfdfca 100755 --- a/indoteknik_custom/views/purchase_order.xml +++ b/indoteknik_custom/views/purchase_order.xml @@ -36,6 +36,12 @@ <field name="bu_related_count" widget="statinfo" string="BU Related"/> </button> <field name="picking_count" invisible="1"/> + <button name="action_view_bills" + type="object" + icon="fa-pencil-square-o"> + <field string="Bills DP & Pelunasan" name="bills_related_count" widget="statinfo" + attrs="{'invisible': [('bills_dp_id', '=', False)]}"/> + </button> </xpath> <button id="draft_confirm" position="after"> <button name="po_approve" |
