diff options
| -rw-r--r-- | indoteknik_custom/views/customer_commision.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/views/customer_commision.xml b/indoteknik_custom/views/customer_commision.xml index e299d37e..008c79f8 100644 --- a/indoteknik_custom/views/customer_commision.xml +++ b/indoteknik_custom/views/customer_commision.xml @@ -20,7 +20,7 @@ <field name="name">customer.commision.line.tree</field> <field name="model">customer.commision.line</field> <field name="arch" type="xml"> - <tree editable="top" create="false" delete="false"> + <tree editable="top" create="false"> <field name="partner_id" readonly="1"/> <field name="invoice_id" readonly="1"/> <field name="state" readonly="1"/> |
