From 6e5f92c7b31c15265d911eef340f4aec971b215d Mon Sep 17 00:00:00 2001 From: Ivan Yelizariev Date: Mon, 9 May 2016 16:06:43 +0500 Subject: [PATCH] [DOC] remove last step --- .../static/src/js/res_partner_mails_count_tour.js | 10 ++-------- 1 file changed, 2 insertions(+), 8 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 7c34538..2749fc7 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 @@ -23,16 +23,10 @@ waitNot: '.mails_to:visible', title: _t("Check messages or send new one"), placement: 'left', - content: _t("Click 'Send a mesage' to continue the Tour"), + content: _t("Thank you!

IT-Projects LLC team "), element: '.oe_mail_wall .oe_msg.oe_msg_composer_compact>div>.oe_compose_post', - }, - { - title: _t("That's it"), - placement: 'top', - waitNot: '.mails_to:visible', - element: 'div.oe_msg_content>textarea.field_text', - content: _t("Enjoy your day!

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