Skip to content
Snippets Groups Projects
Commit d4ee7971 authored by Thibault Delavallée's avatar Thibault Delavallée
Browse files

[IMP] project: improve user tour

 * Correct some language
 * Add extra steps to redirect to the implementation planner after having
  finished the tour
parent 671c6342
No related branches found
No related tags found
No related merge requests found
......@@ -85,7 +85,7 @@ tour.register('project_tour', {
}, {
trigger: ".breadcrumb li:not(.active):last",
extra_trigger: '.o_form_project_tasks.o_form_readonly',
content: _t("Click on layers in the path to easily <b>return to tasks</b>."),
content: _t("Use the breadcrumbs to <b>go back to your tasks pipeline</b>."),
position: "bottom"
}, tour.STEPS.TOGGLE_APPSWITCHER,
tour.STEPS.MENU_MORE, {
......@@ -96,6 +96,15 @@ tour.STEPS.MENU_MORE, {
trigger: ".o_web_settings_dashboard textarea#user_emails",
content: _t("<b>Invite coworkers</b> via email.<br/><i>Enter one email per line.</i>"),
position: "right"
}, tour.STEPS.TOGGLE_APPSWITCHER,
tour.STEPS.MENU_MORE, {
trigger: '.o_app[data-menu-xmlid="project.menu_main_pm"], .oe_menu_toggler[data-menu-xmlid="project.menu_main_pm"]',
content: _t("Good job! Your completed the Project Management tour. You can continue with the <b>implementation guide</b> to help you setup Project Management in your company."),
position: 'bottom',
}, {
trigger: '.o_planner_systray div.progress',
content: _t("Use the <b>implementation guide</b> to setup Project Management in your company."),
position: 'bottom',
}]);
});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment