diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2024-09-04 17:12:51 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2024-09-04 17:12:51 +0700 |
| commit | cf52a49f77c744c47f2f2f3d807a1dafcd8733ee (patch) | |
| tree | a68f6dcc2566c17be8e7eefbd935d524b1a1c29e /indoteknik_custom/views/sale_order.xml | |
| parent | 1bb074bb8f63072fb990c57c18986c50981f1402 (diff) | |
| parent | ca5c12f1ee40ea3c34cafcc9fe73d3d79a6a5b98 (diff) | |
Merge branch 'production' of bitbucket.org:altafixco/indoteknik-addons into production
Diffstat (limited to 'indoteknik_custom/views/sale_order.xml')
| -rwxr-xr-x | indoteknik_custom/views/sale_order.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_custom/views/sale_order.xml b/indoteknik_custom/views/sale_order.xml index 44070f35..58b67348 100755 --- a/indoteknik_custom/views/sale_order.xml +++ b/indoteknik_custom/views/sale_order.xml @@ -123,6 +123,7 @@ "/> <field name="purchase_tax_id" attrs="{'readonly': [('parent.approval_status', '!=', False)]}" domain="[('type_tax_use','=','purchase')]"/> <field name="item_percent_margin"/> + <field name="item_margin" optional="hide"/> <field name="note" optional="hide"/> <field name="note_procurement" optional="hide"/> <field name="vendor_subtotal" optional="hide"/> |
