Daily updates from Odoo
Wednesday, November 16, 2022
1 change
Code cleanup and technical improvements
This update removes a redundant email field from Helpdesk because the existing partner email information already covers the same need. It simplifies the underlying Helpdesk setup without changing day-to-day ticket handling for users.
Original PR description
[REF] helpdesk: remove useless field email `email` field is no more usefull as: - `partner_email` is a compute stored not readonly, thus creating a related non readonly is useless. - `partner_email` is used in `_message_get_default_recipients` prior to the `email` field task-3054699