summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstephanchrst <stephanchrst@gmail.com>2023-11-10 11:44:12 +0700
committerstephanchrst <stephanchrst@gmail.com>2023-11-10 11:44:12 +0700
commit321eb7701fa2172ae3d1f633774702e4a8f8a380 (patch)
treeb6706a6ef86f399f7a106867e93c69ffc313e14b
parenta1d0f8c14308655b5c1f532927e093569c654216 (diff)
can delete commision line
-rw-r--r--indoteknik_custom/views/customer_commision.xml2
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"/>