From a22c22bc36d30598c426aabc594aeda953fb5ccb Mon Sep 17 00:00:00 2001 From: ilyasProgrammer Date: Wed, 27 Apr 2016 11:01:03 +0500 Subject: [PATCH 1/5] [IMP] tour last step, todo type --- .../static/src/js/res_partner_mails_count_tour.js | 11 ++++++----- res_partner_mails_count/templates.xml | 1 + 2 files changed, 7 insertions(+), 5 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 b4a8945..5c5e1b1 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,11 +23,12 @@ odoo.define('res_partner_mails_count.res_partner_mails_count_tour', function (re }, { - wait: '2000', - waitFor: '.o_channel_name.mail_archives:visible', - title: _t("That's it"), - content: _t("Enjoy your day!

IT-Projects LLC team "), - popover: { next: _t("Close Tutorial") }, + title: _t("Done"), + placement: 'top', + waitNot: '.mails_to:visible', + element: '.o_mail_thread', + content: _t("Message are found.
Enjoy your day!

IT-Projects LLC team "), + popover: {next: _t("Close Tutorial")}, }, ] }); diff --git a/res_partner_mails_count/templates.xml b/res_partner_mails_count/templates.xml index f17a0d2..814a480 100644 --- a/res_partner_mails_count/templates.xml +++ b/res_partner_mails_count/templates.xml @@ -41,6 +41,7 @@ open 200 + automatic From a8ea3798c568aaa911c9b40d1fb8488f757ad6c3 Mon Sep 17 00:00:00 2001 From: ilyasProgrammer Date: Wed, 4 May 2016 13:32:26 +0500 Subject: [PATCH 2/5] [FIX] sequence --- res_partner_mails_count/templates.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res_partner_mails_count/templates.xml b/res_partner_mails_count/templates.xml index 92f827f..3b48bcf 100644 --- a/res_partner_mails_count/templates.xml +++ b/res_partner_mails_count/templates.xml @@ -40,7 +40,7 @@ open - 200 + 500 automatic From 3bafef5827b881426ef2a6a049557fbe87c067d6 Mon Sep 17 00:00:00 2001 From: ilyasProgrammer Date: Wed, 4 May 2016 15:58:43 +0500 Subject: [PATCH 3/5] [FIX] steps --- .../static/src/js/res_partner_mails_count_tour.js | 1 + 1 file changed, 1 insertion(+) 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 d360cb4..63ae3b1 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 @@ -25,6 +25,7 @@ odoo.define('res_partner_mails_count.res_partner_mails_count_tour', function (re title: _t("Done"), placement: 'top', waitNot: '.mails_to:visible', + waitFor: '.o_mail_thread', element: '.o_mail_thread', content: _t("Message are found.
Enjoy your day!

IT-Projects LLC team "), popover: {next: _t("Close Tutorial")}, From 41ab50f575b45da8d182bddfa3277270902aa3a3 Mon Sep 17 00:00:00 2001 From: x620 Date: Thu, 5 May 2016 12:01:19 +0500 Subject: [PATCH 4/5] [DOC] change description in index.rst --- mail_to/doc/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail_to/doc/index.rst b/mail_to/doc/index.rst index de14c87..db10bef 100644 --- a/mail_to/doc/index.rst +++ b/mail_to/doc/index.rst @@ -9,4 +9,4 @@ Usage * Many messages have Recipients info. * Click Inbox left menu item, click Send mail button, set recipient and send message. This message will show recipient. * To see the recipient's need hover the mouse over a message. -* For messages created before install module it will not work where the recipients is not set there is not way restore recipients value. +* For messages created before install module it will not work where the recipients are not set. There is no way restore recipients value. From ca24ddcfb73492cd158ed5793023a8d18a1800b0 Mon Sep 17 00:00:00 2001 From: x620 Date: Thu, 5 May 2016 12:03:06 +0500 Subject: [PATCH 5/5] [DOC] add "to" in description in index.rst --- mail_to/doc/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail_to/doc/index.rst b/mail_to/doc/index.rst index db10bef..31597f2 100644 --- a/mail_to/doc/index.rst +++ b/mail_to/doc/index.rst @@ -9,4 +9,4 @@ Usage * Many messages have Recipients info. * Click Inbox left menu item, click Send mail button, set recipient and send message. This message will show recipient. * To see the recipient's need hover the mouse over a message. -* For messages created before install module it will not work where the recipients are not set. There is no way restore recipients value. +* For messages created before install module it will not work where the recipients are not set. There is no way to restore recipients value.