diff options
| author | AndriFP <113114423+andrifp@users.noreply.github.com> | 2025-09-11 10:45:58 +0700 |
|---|---|---|
| committer | AndriFP <113114423+andrifp@users.noreply.github.com> | 2025-09-11 10:45:58 +0700 |
| commit | d27561901fa2f0ab7534f255351e82459c6a531e (patch) | |
| tree | ebef94b2e82d2299b6142f487ae894bb3f0a60b0 /indoteknik_custom/views/res_partner.xml | |
| parent | 32d0ca72aa38701747794dab06e7fb98b6f31489 (diff) | |
(andri) fix
Diffstat (limited to 'indoteknik_custom/views/res_partner.xml')
| -rw-r--r-- | indoteknik_custom/views/res_partner.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/views/res_partner.xml b/indoteknik_custom/views/res_partner.xml index 7541df35..7d5be3b7 100644 --- a/indoteknik_custom/views/res_partner.xml +++ b/indoteknik_custom/views/res_partner.xml @@ -108,7 +108,7 @@ <field name="reminder_invoices"/> </xpath> <xpath expr="//field[@name='property_payment_term_id']" position="attributes"> - <attribute name="readonly">0</attribute> + <attribute name="readonly">1</attribute> </xpath> <xpath expr="//field[@name='property_supplier_payment_term_id']" position="attributes"> <attribute name="readonly">1</attribute> |
