diff options
| author | Miqdad <ahmadmiqdad27@gmail.com> | 2025-07-03 19:56:23 +0700 |
|---|---|---|
| committer | Miqdad <ahmadmiqdad27@gmail.com> | 2025-07-03 19:56:23 +0700 |
| commit | 1991342a572fd6a3a4f9b2c988db939748125e4c (patch) | |
| tree | 556759d4f7c098728c49b16958a2a940a6c55302 /indoteknik_custom/views/res_partner.xml | |
| parent | de50bcf16b21abf7b8e45fb59b366c594bc00038 (diff) | |
| parent | db60e29b2f599ac21e96ffdfb5be94e3c0ba6a2f (diff) | |
Merge branch 'odoo-backup' of https://bitbucket.org/altafixco/indoteknik-addons into tukar_guling
Diffstat (limited to 'indoteknik_custom/views/res_partner.xml')
| -rw-r--r-- | indoteknik_custom/views/res_partner.xml | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/indoteknik_custom/views/res_partner.xml b/indoteknik_custom/views/res_partner.xml index 6115587b..ac4d0364 100644 --- a/indoteknik_custom/views/res_partner.xml +++ b/indoteknik_custom/views/res_partner.xml @@ -108,6 +108,13 @@ <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 --> @@ -181,11 +188,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 --> |
