summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views
diff options
context:
space:
mode:
authorIndoteknik . <it@fixcomart.co.id>2025-06-24 12:08:57 +0700
committerIndoteknik . <it@fixcomart.co.id>2025-06-24 12:08:57 +0700
commite1e281f6f43b9ba22443845484422cd0c5b1fb30 (patch)
treea0d923c21674fefd911da82badfc215eec3b9f7c /indoteknik_custom/views
parentedbad751e9f370285baa221ca26a683d202e8541 (diff)
(andri) penambahan field pada respartner
Diffstat (limited to 'indoteknik_custom/views')
-rw-r--r--indoteknik_custom/views/res_partner.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/indoteknik_custom/views/res_partner.xml b/indoteknik_custom/views/res_partner.xml
index 30b5ca36..6115587b 100644
--- a/indoteknik_custom/views/res_partner.xml
+++ b/indoteknik_custom/views/res_partner.xml
@@ -181,6 +181,11 @@
<field name="dokumen_pengiriman_input"/>
<field name="dokumen_invoice"/>
</group>
+ <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>
<!-- Supplier Lines Section -->