summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2025-01-17 08:43:09 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2025-01-17 08:43:09 +0700
commit1b2b27941fcdaa1b1b6ddf2a4851d358abb259eb (patch)
treee7ee761a18cd4d7084db0383f43becfe27aa9ca4
parente067f3c64efd7f655b400568a37a45a22a0eccb5 (diff)
add attrs optional hide
-rwxr-xr-xindoteknik_custom/views/purchase_order.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/views/purchase_order.xml b/indoteknik_custom/views/purchase_order.xml
index a70b2058..022937f4 100755
--- a/indoteknik_custom/views/purchase_order.xml
+++ b/indoteknik_custom/views/purchase_order.xml
@@ -197,7 +197,7 @@
<field name="status_printed" optional="hide"/>
</field>
<field name="partner_id" position="after">
- <field name="store_name"/>
+ <field name="store_name" optional="hide"/>
</field>
</field>
</record>