diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2025-08-08 10:19:17 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2025-08-08 10:19:17 +0000 |
| commit | 74aa95b36d7073d66b7639439bff36b3194949c4 (patch) | |
| tree | 5db5f222f60e48541e771c3e7db1acf49e9d1849 /indoteknik_custom/views/res_partner.xml | |
| parent | 4303bc704835a48a3005d409f564030a2d53befc (diff) | |
| parent | abbf20da12e9f9cdcb24b9018eecc6d52812f92e (diff) | |
Merged in reminder-tempo-v2 (pull request #382)
Reminder tempo v2
Diffstat (limited to 'indoteknik_custom/views/res_partner.xml')
| -rw-r--r-- | indoteknik_custom/views/res_partner.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indoteknik_custom/views/res_partner.xml b/indoteknik_custom/views/res_partner.xml index 38cd2756..b081f6f2 100644 --- a/indoteknik_custom/views/res_partner.xml +++ b/indoteknik_custom/views/res_partner.xml @@ -102,6 +102,9 @@ /> </div> </xpath> + <xpath expr="//field[@name='child_ids']/form//field[@name='mobile']" position="after"> + <field name="reminder_invoices"/> + </xpath> <xpath expr="//field[@name='property_payment_term_id']" position="attributes"> <attribute name="readonly">0</attribute> </xpath> |
