From 1ef37eb351e26cf6f2e6260768569b0ab13c2c92 Mon Sep 17 00:00:00 2001 From: Ivan Yelizariev Date: Tue, 26 Apr 2016 11:32:24 +0500 Subject: [PATCH] [DOC] Tour: delete waitFor and increase wait in last step It seems that waitFor+wait doesn't work as expected. "wait" is count down before start check waitFor condition, while the idea was opposite -- wait when page is loaded and then count down 2 sec --- .../static/src/js/res_partner_mails_count_tour.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/res_partner_mails_count/static/src/js/res_partner_mails_count_tour.js b/res_partner_mails_count/static/src/js/res_partner_mails_count_tour.js index 960e805..c821231 100644 --- a/res_partner_mails_count/static/src/js/res_partner_mails_count_tour.js +++ b/res_partner_mails_count/static/src/js/res_partner_mails_count_tour.js @@ -22,8 +22,7 @@ odoo.define('res_partner_mails_count.res_partner_mails_count_tour', function (re waitFor: '.mails_to:visible', }, { - wait: '2000', - waitFor: '.o_channel_name.mail_archives:visible', + wait: '8000', title: _t("That's it"), content: _t("Enjoy your day!

IT-Projects LLC team "), popover: { next: _t("Close Tutorial") },