diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2024-10-19 09:38:37 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2024-10-19 09:38:37 +0700 |
| commit | f65c674b06d3fbe22829a599eec36b4b19c27dd2 (patch) | |
| tree | ad8bb8529619a5883da4229299ffa4afb0cccd21 | |
| parent | dd53080cb1bd9a1e6236a72dc4df09df9cda82a8 (diff) | |
push
| -rw-r--r-- | indoteknik_custom/views/res_partner.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indoteknik_custom/views/res_partner.xml b/indoteknik_custom/views/res_partner.xml index 6d02a86b..b458c44c 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> |
