diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2023-11-08 10:54:51 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2023-11-08 10:54:51 +0700 |
| commit | f64c15810e963555e88511becee56f4ee8efb21b (patch) | |
| tree | b97add5f83d2e630cba192527c932b0ed1fe54ea /indoteknik_custom/views | |
| parent | e7b7ec12a2cde3720c0a56ba93588a9834d16458 (diff) | |
update commision for rebate
Diffstat (limited to 'indoteknik_custom/views')
| -rw-r--r-- | indoteknik_custom/views/customer_commision.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/indoteknik_custom/views/customer_commision.xml b/indoteknik_custom/views/customer_commision.xml index f067093b..e299d37e 100644 --- a/indoteknik_custom/views/customer_commision.xml +++ b/indoteknik_custom/views/customer_commision.xml @@ -24,9 +24,10 @@ <field name="partner_id" readonly="1"/> <field name="invoice_id" readonly="1"/> <field name="state" readonly="1"/> + <field name="product_id" readonly="1" optional="hide"/> <field name="dpp" readonly="1"/> - <field name="tax" readonly="1"/> - <field name="total" readonly="1"/> + <field name="tax" readonly="1" optional="hide"/> + <field name="total" readonly="1" optional="hide"/> </tree> </field> </record> @@ -61,6 +62,7 @@ /> </div> <field name="date_to"/> + <field name="commision_type"/> <field name="notification" readonly="1"/> <field name="status" readonly="1"/> <field name="total_dpp"/> |
