Skip to content
Snippets Groups Projects
Commit 7ace88f6 authored by Denis Vermylen (dve)'s avatar Denis Vermylen (dve)
Browse files

[IMP] website_sale: add click on planner to tour

parent e142d78d
No related branches found
No related tags found
No related merge requests found
......@@ -56,5 +56,10 @@ odoo.define("website_sale.tour_shop", function (require) {
extra_trigger: "body:not(.editor_enable)",
content: _t("Click on this button so your customers can see it."),
position: "top",
}, {
trigger: ".o_web_settings_dashboard_progress_title,.progress",
extra_trigger: "body:not(.editor_enable)",
content: _t("Follow the steps and advises in the Odoo Planner to deploy your e-Commerce website in no time!"),
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