diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-03-24 15:51:53 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-03-24 15:51:53 +0700 |
| commit | d7838ad087daf51826d3be27888df04eac09a293 (patch) | |
| tree | 629154312c99d14f08d61f541165a2396f175561 /indoteknik_custom/views/purchase_order.xml | |
| parent | 056a719bbb24a931b119515f0483b96ad2f4d415 (diff) | |
| parent | 3aa64db9c10d0fcb8009e9e6f942672a12669099 (diff) | |
fix conflict
Diffstat (limited to 'indoteknik_custom/views/purchase_order.xml')
| -rwxr-xr-x | indoteknik_custom/views/purchase_order.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indoteknik_custom/views/purchase_order.xml b/indoteknik_custom/views/purchase_order.xml index 3220c1da..fb85f4c1 100755 --- a/indoteknik_custom/views/purchase_order.xml +++ b/indoteknik_custom/views/purchase_order.xml @@ -25,6 +25,8 @@ string="Ask Approval" type="object" /> + <button name="indoteknik_custom.action_view_uangmuka_pembelian" string="UangMuka" + type="action" attrs="{'invisible': [('approval_status', '!=', 'approved')]}"/> </button> <field name="date_order" position="before"> <field name="sale_order_id" attrs="{'readonly': [('state', 'not in', ['draft'])]}"/> |
