Wednesday, September 19, 2018
2 changes · master
Enhancements to existing features
Email scheduling now stores scheduled send times as proper date and time values instead of plain text. This makes scheduled emails easier for the system to process reliably and supports more accurate timing-related behavior.
Original PR description
Description of the issue/feature this PR addresses: scheduled_date changed to fields.Datetime Current behavior before PR: scheduled_date was fields.Char earlier Desired behavior after PR is merged: scheduled_date changed to fields.Datetime for effective use -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Email scheduling fields now use a proper date and time format instead of plain text. This should make scheduled email setup more reliable and easier to use, especially when choosing dates and times.
Original PR description
Description of the issue/feature this PR addresses: scheduled_date fields from mail.mail and mail.template changed to fields.Datetime from fields.Char Current behavior before PR: When creating record in mail.mail or mail.template object, field scheduled_date is of type fields.Char Desired behavior after PR is merged: scheduled_date field changed to fields.Datetime for better datetime picking -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr