diff options
| author | Indoteknik . <it@fixcomart.co.id> | 2025-08-20 10:53:20 +0700 |
|---|---|---|
| committer | Indoteknik . <it@fixcomart.co.id> | 2025-08-20 10:53:20 +0700 |
| commit | ee81bf8bd22dc3c2431554b7302071b725fe3e90 (patch) | |
| tree | 4bfbb078a0377fad87661e097762d70c7fbe9eb2 /indoteknik_custom/views/purchase_order.xml | |
| parent | 1d44c04f3ec25d3adc19eb8e34589c6461ef8a66 (diff) | |
(andri) add button bills DP & Pelunasan
Diffstat (limited to 'indoteknik_custom/views/purchase_order.xml')
| -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" |
