summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views
diff options
context:
space:
mode:
authorstephanchrst <stephanchrst@gmail.com>2023-06-02 14:16:33 +0700
committerstephanchrst <stephanchrst@gmail.com>2023-06-02 14:16:33 +0700
commitaff9fdd49543648bfed395fff0c86af5b0269686 (patch)
tree490a493d51660d9a7cf91ece5de0055cbce2a715 /indoteknik_custom/views
parent673e5500269f96492a447eb7ea38ed16b1827468 (diff)
add feature generate payment link midtrans
Diffstat (limited to 'indoteknik_custom/views')
-rwxr-xr-xindoteknik_custom/views/sale_order.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/indoteknik_custom/views/sale_order.xml b/indoteknik_custom/views/sale_order.xml
index c66201a9..2fcef922 100755
--- a/indoteknik_custom/views/sale_order.xml
+++ b/indoteknik_custom/views/sale_order.xml
@@ -82,6 +82,11 @@
<field name="partner_purchase_order_file" readonly="True"/>
</group>
<group>
+ <button name="generate_payment_link_midtrans_sales_order"
+ string="Create Payment Link"
+ type="object"
+ />
+ <field name="payment_link_midtrans" readonly="True" widget="url"/>
<field name="gross_amount" readonly="True"/>
<field name="payment_type" readonly="True"/>
<field name="payment_status" readonly="True"/>