summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2025-04-10 14:37:06 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2025-04-10 14:37:06 +0700
commit10e3915bccc758ffc2f6e0e1d2e19f590605339e (patch)
tree2af4064c672acfc1f43ac5b749631406a7c2ee0d
parentb3ae9b237bb4ec2861ab6e1e6fc2fad85358fe77 (diff)
add optional hide on commision tree
-rw-r--r--indoteknik_custom/views/customer_commision.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/indoteknik_custom/views/customer_commision.xml b/indoteknik_custom/views/customer_commision.xml
index a78f8a9f..9f0e1e8a 100644
--- a/indoteknik_custom/views/customer_commision.xml
+++ b/indoteknik_custom/views/customer_commision.xml
@@ -17,8 +17,8 @@
decoration-danger="payment_status == 'pending'"
widget="badge"/>
<field name="brand_ids" widget="many2many_tags"/>
- <field name="grouped_so_number" readonly="1"/>
- <field name="grouped_invoice_number" readonly="1"/>
+ <field name="grouped_so_number" readonly="1" optional="hide"/>
+ <field name="grouped_invoice_number" readonly="1" optional="hide"/>
</tree>
</field>
</record>