diff options
| author | Indoteknik . <it@fixcomart.co.id> | 2025-06-24 13:34:37 +0700 |
|---|---|---|
| committer | Indoteknik . <it@fixcomart.co.id> | 2025-06-24 13:34:37 +0700 |
| commit | c60fa8f74b019b677d8e9ce513bcd7875a9b00de (patch) | |
| tree | 10f58e0b665a6ad9d1061f49b391a83718f4264c | |
| parent | 01c70504c6359d305327921a0329e59a269c868c (diff) | |
(andri) add field pada view
| -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 ca48acf3..6115587b 100644 --- a/indoteknik_custom/views/res_partner.xml +++ b/indoteknik_custom/views/res_partner.xml @@ -181,11 +181,11 @@ <field name="dokumen_pengiriman_input"/> <field name="dokumen_invoice"/> </group> - <!-- <group string="Aging Info"> + <group string="Aging Info"> <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 --> |
