diff options
| author | Indoteknik . <it@fixcomart.co.id> | 2025-06-25 08:32:05 +0700 |
|---|---|---|
| committer | Indoteknik . <it@fixcomart.co.id> | 2025-06-25 08:32:05 +0700 |
| commit | 9bc5f5c347b3e8f4d739d615e6a858b25c98e78c (patch) | |
| tree | a985b32af89015a1530546b6ffe8a1044193545b | |
| parent | 7e42b0fdd1735df03e249f1362e58c169236465d (diff) | |
(andri) fix
| -rw-r--r-- | indoteknik_custom/views/res_partner.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indoteknik_custom/views/res_partner.xml b/indoteknik_custom/views/res_partner.xml index 6115587b..2ed37caf 100644 --- a/indoteknik_custom/views/res_partner.xml +++ b/indoteknik_custom/views/res_partner.xml @@ -182,10 +182,10 @@ <field name="dokumen_invoice"/> </group> <group string="Aging Info"> - <field name="avg_aging" readonly="1"/> + <!-- <field name="avg_aging" readonly="1"/> <field name="payment_difficulty" attrs="{'readonly': [('parent_id', '!=', False)]}" /> <field name="payment_history_url" readonly="1" /> - </group> + </group> --> </group> <!-- Supplier Lines Section --> |
