Skip to content
Snippets Groups Projects
Commit 3babd230 authored by Denis Ledoux's avatar Denis Ledoux
Browse files

[FIX] sale: tour, remove tip which is about another module

A customer can confirm a quotation only once `website_quote` is
installed. Without it, this isn't possible, and by default
this is not installed with the installation of the `sale` module.

Courtesy of fgi@odoo.com.
parent b970eaac
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@ tour.register('sale_tour', {
}, {
trigger: ".o_sale_confirm",
extra_trigger: ".o_sale_order.o_form_readonly",
content: _t("<p><b>Confirm the order</b> if the customer purchases.</p><p><i>The customer can also confirm the order directly from the email he received.</i></p>"),
content: _t("<p><b>Confirm the order</b> if the customer purchases.</p>"),
position: "bottom"
}, {
trigger: ".breadcrumb li:not(.active):last",
......
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