Thursday, September 10, 2020
2 changes · master
Enhancements to existing features
Marketing users can now plan and review email and SMS campaigns in a calendar view, making upcoming communications easier to manage. The launch process is simplified into one action with a clear choice to send immediately or schedule, while preventing campaigns from being scheduled in the past.
Original PR description
This commit has the purpose of improving the Scheduling process by: - Adding a calendar view to allow marketeers to either schedule or overview their mailings. NB : Inspired by what has been done with Social Posts - Replacing the current 'Send' and 'Schedule' buttons in form view by only one, "Launch", and adding a radio widget to either choice to send now or to schedule it. - Adding a constraint on 'schedule_date' to be sure it's not scheduled in the past. - Update mass_mailing_sms to match 'Launch' buttons of mass_mailing. - Cleaning deprecated wizard code since using radio choises instead. Task ID #2202759
This update makes electronic invoice imports more consistent by adding shared logic to identify customers, products, and taxes from invoice files. It also fixes related configuration and template issues so affected electronic invoicing modules work more reliably.
Original PR description
Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr