diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2024-09-04 15:53:40 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2024-09-04 15:53:40 +0700 |
| commit | ca5c12f1ee40ea3c34cafcc9fe73d3d79a6a5b98 (patch) | |
| tree | 4b41931ec3dda9ea7c64f19f38c7babd83b69ca1 /indoteknik_custom/views | |
| parent | 0222d907c08ef27dd8d3b303b55d70542cbeb788 (diff) | |
fix margin with fee third party
Diffstat (limited to 'indoteknik_custom/views')
| -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 1257ff85..a351607f 100755 --- a/indoteknik_custom/views/sale_order.xml +++ b/indoteknik_custom/views/sale_order.xml @@ -112,6 +112,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"/> |
