diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2023-02-21 13:51:27 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2023-02-21 13:51:27 +0700 |
| commit | 644093559480ed41b53de9f265f1ad508f8cae79 (patch) | |
| tree | 40de169596277449d73539e595a9663b886f6854 | |
| parent | d67936f7c5f2e471690d0dc682b8ed97f4097e22 (diff) | |
add midtrans info in sale order form
| -rwxr-xr-x | indoteknik_custom/views/sale_order.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/indoteknik_custom/views/sale_order.xml b/indoteknik_custom/views/sale_order.xml index ff684451..d6df24a0 100755 --- a/indoteknik_custom/views/sale_order.xml +++ b/indoteknik_custom/views/sale_order.xml @@ -69,13 +69,18 @@ </field> <page name="customer_signature" position="after"> - <page string="Customer PO" name="customer_purchase_order"> + <page string="Website" name="customer_purchase_order"> <group> <group> <field name="partner_purchase_order_name" readonly="True"/> <field name="partner_purchase_order_description" readonly="True"/> <field name="partner_purchase_order_file" readonly="True"/> </group> + <group> + <field name="gross_amount" readonly="True"/> + <field name="payment_type" readonly="True"/> + <field name="payment_status" readonly="True"/> + </group> </group> </page> </page> |
