diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2024-02-24 11:22:46 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2024-02-24 11:22:46 +0700 |
| commit | 6887a85d0e5aa30b6274360480eeac544a97248b (patch) | |
| tree | 4aabdde8cb37034c0bd64ef2397a861eaa071a32 | |
| parent | f74a974a80817f4c6b902ebaefe0a93a5aed5ed0 (diff) | |
fix add a note on so
| -rwxr-xr-x | indoteknik_custom/views/sale_order.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indoteknik_custom/views/sale_order.xml b/indoteknik_custom/views/sale_order.xml index bff2fe33..2f800e34 100755 --- a/indoteknik_custom/views/sale_order.xml +++ b/indoteknik_custom/views/sale_order.xml @@ -115,9 +115,9 @@ <xpath expr="//form/sheet/notebook/page/field[@name='order_line']/tree/field[@name='product_id']" position="attributes"> <attribute name="options">{'no_create': True}</attribute> </xpath> - <xpath expr="//form/sheet/notebook/page/field[@name='order_line']/tree/field[@name='tax_id']" position="attributes"> + <!-- <xpath expr="//form/sheet/notebook/page/field[@name='order_line']/tree/field[@name='tax_id']" position="attributes"> <attribute name="required">1</attribute> - </xpath> + </xpath> --> <field name="amount_total" position="after"> <field name="grand_total"/> <label for="amount_voucher_disc" string="Voucher" /> |
