Skip to content

Commit

Permalink
[FIX] mass_mailing: fix the mailing tour (rename the targeted button)
Browse files Browse the repository at this point in the history
Bug
===
Since e598e74 the action button "Launch"
in the mailing form view was renamed. Therefor, the mass mailing tour is
broken and need to be updated.

Task 2446835

closes odoo#65300

X-original-commit: ef0f483
Signed-off-by: Thibault Delavallee (tde) <tde@openerp.com>
  • Loading branch information
std-odoo committed Jan 29, 2021
1 parent 2d4c383 commit 9dcb196
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addons/mass_mailing/static/src/js/tours/mass_mailing_tour.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ odoo.define('mass_mailing.mass_mailing_tour', function (require) {
}, [tour.stepUtils.showAppsMenuItem(), {
trigger: '.o_app[data-menu-xmlid="mass_mailing.mass_mailing_menu_root"]',
content: _t("Let's try the Email Marketing app."),
width: 210,
width: 225,
position: 'bottom',
edition: 'enterprise',
}, {
Expand Down Expand Up @@ -70,7 +70,7 @@ odoo.define('mass_mailing.mass_mailing_tour', function (require) {
content: _t("Check the email address and click send."),
position: 'bottom',
}, {
trigger: 'button[name="action_put_in_queue"]',
trigger: 'button[name="action_launch"]',
content: _t("Ready for take-off!"),
position: 'bottom',
}, {
Expand Down

0 comments on commit 9dcb196

Please sign in to comment.