diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2024-12-18 13:43:47 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2024-12-18 13:43:47 +0700 |
| commit | 9b305f2f64e61d3197be53e69f7dfc8bbacc224c (patch) | |
| tree | 0c395ae8cb5a354e211024d7e63d06773c96998c | |
| parent | e58cd47a57870ec7535eb7812de02d182e29d73c (diff) | |
push
| -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 1b164161..7b13fef7 100644 --- a/indoteknik_custom/views/res_partner.xml +++ b/indoteknik_custom/views/res_partner.xml @@ -75,7 +75,7 @@ <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"> - <attribute name="readonly">1</attribute> + <attribute name="readonly">0</attribute> </xpath> <xpath expr="//field[@name='property_supplier_payment_term_id']" position="attributes"> <attribute name="readonly">1</attribute> |
