diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2025-07-02 07:52:28 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2025-07-02 07:52:28 +0000 |
| commit | 4974971d68ad1e4f593059fa29155ff7f46ad753 (patch) | |
| tree | aab9092cd4202609dd5ccb6646c294d8bc6ecb72 /indoteknik_custom/views | |
| parent | b74109805a2ec65cb4a4b7811fdc34403d2505b2 (diff) | |
| parent | f1f2b012ed156213a623858cb3fb816e6a795f3c (diff) | |
Merged in pay-diff (pull request #346)
(andri) fix pay diff
Diffstat (limited to 'indoteknik_custom/views')
| -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 --> |
