diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2025-01-17 08:43:09 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2025-01-17 08:43:09 +0700 |
| commit | 1b2b27941fcdaa1b1b6ddf2a4851d358abb259eb (patch) | |
| tree | e7ee761a18cd4d7084db0383f43becfe27aa9ca4 | |
| parent | e067f3c64efd7f655b400568a37a45a22a0eccb5 (diff) | |
add attrs optional hide
| -rwxr-xr-x | indoteknik_custom/views/purchase_order.xml | 2 |
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> |
