Thursday, May 2, 2019
2 changes · master
Resolved issues and error corrections
This update fixes a typo in the Mail template area. It is a minor text correction that improves clarity without changing how users work with the system.
Original PR description
Description of the issue/feature this PR addresses: Fixed Typo Current behavior before PR: Desired behavior after PR is merged: https://github.com/odoo/odoo/blob/4b122ad41d873febe288ab1f8c6cdc078ca2a479/addons/mail/mail_template.py#L521 Cc: @tde-banana-odoo -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This fix lets event defaults be overridden without having to redefine the whole field. It makes event customization simpler and reduces unnecessary technical work for teams tailoring Odoo to their processes.
Original PR description
Description of the issue/feature this PR addresses: Without this patch, you have to redefine the field to be able to override this field. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr @Tecnativa