diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2023-03-20 11:30:36 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2023-03-20 11:30:36 +0700 |
| commit | 4c5ded71ae3562a1efe2584bad3b4e03ad06af16 (patch) | |
| tree | d5d38f1bb810623534515fac9de8586e4aae2b96 /indoteknik_custom/views/sale_order.xml | |
| parent | 8ebc34a141841ed5d2c794c3b13b5db08ab673cf (diff) | |
process semi automatic create uang muka penjualan
Diffstat (limited to 'indoteknik_custom/views/sale_order.xml')
| -rwxr-xr-x | indoteknik_custom/views/sale_order.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indoteknik_custom/views/sale_order.xml b/indoteknik_custom/views/sale_order.xml index d6df24a0..3bdb705b 100755 --- a/indoteknik_custom/views/sale_order.xml +++ b/indoteknik_custom/views/sale_order.xml @@ -15,6 +15,8 @@ string="Ask Approval" type="object" /> + <button name="indoteknik_custom.action_view_uangmuka_penjualan" string="UangMuka" + type="action" attrs="{'invisible': [('approval_status', '!=', 'approved')]}"/> </button> <field name="payment_term_id" position="after"> <field name="shipping_cost_covered"/> |
