diff options
| author | Indoteknik . <it@fixcomart.co.id> | 2025-06-19 15:27:51 +0700 |
|---|---|---|
| committer | Indoteknik . <it@fixcomart.co.id> | 2025-06-19 15:27:51 +0700 |
| commit | 8a0293f9f644c2006182f71c241a78d62b8cc3a7 (patch) | |
| tree | 5366e070edf847986ad68356079113878a427a35 | |
| parent | 6be435f0321929f2fb696e9bf91b64737f387769 (diff) | |
(andri) sembunyikan button receipt/picking_count
| -rwxr-xr-x | indoteknik_custom/views/purchase_order.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_custom/views/purchase_order.xml b/indoteknik_custom/views/purchase_order.xml index 5417e53c..7b568d07 100755 --- a/indoteknik_custom/views/purchase_order.xml +++ b/indoteknik_custom/views/purchase_order.xml @@ -35,6 +35,7 @@ attrs="{'invisible': [('state', 'in', ['draft', 'sent'])]}"> <field name="bu_related_count" widget="statinfo" string="BU Related"/> </button> + <field name="picking_count" invisible="1"/> </xpath> <button id="draft_confirm" position="after"> <button name="po_approve" |
