diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-08-26 09:53:25 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-08-26 09:53:25 +0700 |
| commit | 203feb6018c55c108c31f4c0e03d38a8f39af52e (patch) | |
| tree | 148deec2039807f9c12938969d2de67970b4e3db | |
| parent | 7196ceecfe73e11e9c7abfb07f36a30e222861b3 (diff) | |
Update voucher view
| -rwxr-xr-x | indoteknik_custom/views/voucher.xml | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/indoteknik_custom/views/voucher.xml b/indoteknik_custom/views/voucher.xml index 0bafcd55..7b181c62 100755 --- a/indoteknik_custom/views/voucher.xml +++ b/indoteknik_custom/views/voucher.xml @@ -68,14 +68,7 @@ <field name="description" placeholder="Insert short description..." /> </page> <page name="order_page" string="Orders"> - <field name="order_ids" readonly="1"> - <tree> - <field name="name" /> - <field name="partner_id" /> - <field name="amount_voucher_disc" /> - <field name="amount_total" /> - </tree> - </field> + <field name="order_ids" readonly="1" /> </page> </notebook> </sheet> |
