diff options
| author | Indoteknik . <it@fixcomart.co.id> | 2025-06-19 17:31:44 +0700 |
|---|---|---|
| committer | Indoteknik . <it@fixcomart.co.id> | 2025-06-19 17:31:44 +0700 |
| commit | 3097045aef8463edc41e417dfef4b0a6ae1d6bda (patch) | |
| tree | e3ae4d0659d0ced10e858974c7a9b298e05a652a | |
| parent | 498e5c757cdc08691956f2cad6ff5bd40755e7c1 (diff) | |
(andri) comment duplicate field PO pada BILL
| -rw-r--r-- | indoteknik_custom/views/account_move.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/views/account_move.xml b/indoteknik_custom/views/account_move.xml index d2b03b1d..0fc62293 100644 --- a/indoteknik_custom/views/account_move.xml +++ b/indoteknik_custom/views/account_move.xml @@ -33,7 +33,7 @@ </field> <field name="invoice_date" position="after"> <field name="sale_id" readonly="1" attrs="{'invisible': [('move_type', '!=', 'out_invoice')]}"/> - <field name="purchase_order_id" readonly="1" attrs="{'invisible': [('move_type', '!=', 'in_invoice')]}"/> + <!-- <field name="purchase_order_id" readonly="1" attrs="{'invisible': [('move_type', '!=', 'in_invoice')]}"/> --> </field> <field name="ref" position="after"> <field name="sale_id" readonly="1" attrs="{'invisible': [('move_type', '!=', 'entry')]}"/> |
