diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2024-11-19 11:42:54 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2024-11-19 11:42:54 +0700 |
| commit | c4d1b5f203e0e860ed6ddcb3f33880476f0fa43c (patch) | |
| tree | d2ef31d48eeedd691a3e9430ad141f3d250883b1 /indoteknik_custom/views/res_partner.xml | |
| parent | 34c6611b059cf6ea79bb78e359b973719848f09b (diff) | |
add field to responsive view and change field potential to is not potential
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 e8d3bf1a..1b164161 100644 --- a/indoteknik_custom/views/res_partner.xml +++ b/indoteknik_custom/views/res_partner.xml @@ -31,7 +31,7 @@ <field name="industry_id" position="after"> <field name="company_type_id"/> <field name="group_partner_id"/> - <field name="is_potential"/> + <field name="is_not_potential"/> <field name="pareto_status"/> <field name="digital_invoice_tax"/> </field> |
