summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views/res_partner.xml
diff options
context:
space:
mode:
authorMiqdad <ahmadmiqdad27@gmail.com>2025-07-14 13:09:29 +0700
committerMiqdad <ahmadmiqdad27@gmail.com>2025-07-14 13:09:29 +0700
commit6bd30cc76c8d822840a6063959bfe50c6625fd12 (patch)
tree890fd4b46c8697fdb4763e4fbdcbc47a9713de9c /indoteknik_custom/views/res_partner.xml
parent717dbfa7070e94c0af2bb39e2cebb4dc71d123b9 (diff)
parentb70acc8a458e9544f672ecc9549eb1fc3606bc35 (diff)
<miqdad> merge
Diffstat (limited to 'indoteknik_custom/views/res_partner.xml')
-rw-r--r--indoteknik_custom/views/res_partner.xml19
1 files changed, 7 insertions, 12 deletions
diff --git a/indoteknik_custom/views/res_partner.xml b/indoteknik_custom/views/res_partner.xml
index ac4d0364..a030a75c 100644
--- a/indoteknik_custom/views/res_partner.xml
+++ b/indoteknik_custom/views/res_partner.xml
@@ -108,13 +108,6 @@
<xpath expr="//field[@name='property_supplier_payment_term_id']" position="attributes">
<attribute name="readonly">1</attribute>
</xpath>
- <xpath expr="//notebook/page[@name='accounting']" position="inside">
- <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>
- </xpath>
<notebook>
<page string="Pengajuan Tempo">
<!-- Informasi Usaha Section -->
@@ -188,11 +181,6 @@
<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 -->
@@ -225,6 +213,13 @@
<field name="dokumen_ktp_dirut" />
</group>
</page>
+ <page 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>
+ </page>
</notebook>
</field>
</record>