Wednesday, April 29, 2026
1 change · master
Features or functions removed from Odoo
The outdated maximum email size field on mail server records has been removed. Email size limits are now managed through the central configuration setting, reducing confusion and keeping administration consistent.
Original PR description
In odoo/odoo#256685, we remove the use of ir.mail_server max_email_size field by making the method _get_max_email_size only rely on the ICP parameter and not any more on that field. In odoo/odoo#260598, as we were too late to remove the field in 19.3, we have added a comment to indicate that the field is deprecated and will be removed in 19.4. We now remove in 19.4, the field max_email_size of ir.mail_server. Task-5912830