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