diff options
| author | Miqdad <ahmadmiqdad27@gmail.com> | 2025-08-09 13:59:43 +0700 |
|---|---|---|
| committer | Miqdad <ahmadmiqdad27@gmail.com> | 2025-08-09 13:59:43 +0700 |
| commit | 48159b92cfa466ff7df454aa3c860b79c7e18467 (patch) | |
| tree | 8f50df9b54dadac53d40d2f487de1b89c24ca561 /indoteknik_custom/views/res_partner.xml | |
| parent | b6ae7b2c9f1c564f3bf2a471f4871fda745d215d (diff) | |
| parent | 06b661f2fa9e07e4b3d1d2b5c7aa9f16f057a3a3 (diff) | |
Merge branch 'odoo-backup' of https://bitbucket.org/altafixco/indoteknik-addons into odoo-backup
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> |
