This question has been flagged
1 Reply
3518 Views

Hi ,

I'm trying to hide the field "section_id" in partner.form but I can't find the field in the form view (res.partner.form)

Where should I look at to do this ?

Is there other way to do such things with form extension (like the 'opt_out' field added thanks to a form extension res.partner.opt_out.form) ?

Cheers

Avatar
Discard
Best Answer

Already res.partner object inherited in CRM module. In that they added section_id field. So look out ...addons/crm/res_partner.py and ... addons/crm/res_partner_view.xml

Avatar
Discard
Author

My mistake I didnt take look carefully enough. Thank you