diff options
| -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> |
