summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2024-10-19 09:41:42 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2024-10-19 09:41:42 +0700
commit4146004dfa277d1e5f15ca7ed6af247f543b74bb (patch)
treee478152dec7ec20d46d4736e9219aea9a6309e3c
parente7bf665ccac5b4c17bb9822356e52b2f3ab92b97 (diff)
push
-rw-r--r--indoteknik_custom/views/res_partner.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/indoteknik_custom/views/res_partner.xml b/indoteknik_custom/views/res_partner.xml
index b458c44c..6d02a86b 100644
--- a/indoteknik_custom/views/res_partner.xml
+++ b/indoteknik_custom/views/res_partner.xml
@@ -65,9 +65,9 @@
<field name="main_parent_id" invisible="1" />
<field name="site_id" attrs="{'readonly': [('parent_id', '=', False)]}" domain="[('partner_id', '=', main_parent_id)]" context="{'default_partner_id': active_id}" />
</xpath>
- <!-- <xpath expr="//field[@name='property_payment_term_id']" position="attributes">
+ <xpath expr="//field[@name='property_payment_term_id']" position="attributes">
<attribute name="readonly">1</attribute>
- </xpath> -->
+ </xpath>
<xpath expr="//field[@name='property_supplier_payment_term_id']" position="attributes">
<attribute name="readonly">1</attribute>
</xpath>