diff options
| author | Indoteknik . <it@fixcomart.co.id> | 2025-07-07 08:26:38 +0700 |
|---|---|---|
| committer | Indoteknik . <it@fixcomart.co.id> | 2025-07-07 08:26:38 +0700 |
| commit | 54633b0db570e5811874f78a9515065b9cb41ad8 (patch) | |
| tree | 8d560522f2fd0e44577452e21dedc4b779e01e05 /indoteknik_custom/views | |
| parent | 8837ae450af891898efd790e908d87664d2dd910 (diff) | |
(andri) payment diff res partner no compute
Diffstat (limited to 'indoteknik_custom/views')
| -rw-r--r-- | indoteknik_custom/views/res_partner.xml | 19 |
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..0a2c0377 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_diff" attrs="{'readonly': [('parent_id', '!=', False)]}" /> + <field name="payment_history_url" readonly="1" /> + </group> + </page> </notebook> </field> </record> |
