Skip to content
Snippets Groups Projects
Commit ef3d4166 authored by Xavier Morel's avatar Xavier Morel
Browse files

[IMP] mail: remove confusing readonly=False on partner_email


This field was never intended to be editable, and indeed all the views
on mail.channel.partner I could find either don't list the field at
all, or explicitly make it readonly.

The editability is actually an artefact from when related fields were
changed from editable by default to readonly by default, all existing
fields were bulk-set to `readonly=False` in
3f4f77fd with the intent of eventually
reviewing this status. That eventuality apparently never came to be,
and so most of those fields are probably flagged `readonly=False` for
no reason to this day.

closes odoo/odoo#126641

Signed-off-by: default avatarLouis Wicket (wil) <wil@odoo.com>
parent ec27fd45
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment