Thursday, September 10, 2020
1 change · master
Resolved issues and error corrections
This update tidies the marketing automation mailing view so the correct queue action buttons can be managed reliably. It also removes an obsolete adjustment for a scheduling button that no longer exists, reducing maintenance risk without changing business workflows.
Original PR description
- The action button 'action_put_in_queue' was replaced by two buttons (one with confirmation, the other not) but with same action name. Since `position="replace"` does not replace both, we must add ids to buttons so we can target them. - The action button 'action_schedule' was removed from 'mass_mailing' module, no need to replace it anymore. Task ID 2202759 Related: odoo/odoo#48358