Skip to content
Snippets Groups Projects
Commit 878bffce authored by Aurélien Warnon's avatar Aurélien Warnon
Browse files

[FIX] crm: change the position of a tour step tip 'bubble'

This commit slightly changes the crm tour by changing the position of a tip
bubble.

During the quick creation (kanban) of a record, the tip text was placed on top
of the m2o selection proposals, making them hard to read / click.
We simply moved the tip text to the top of the selection instead.

Task 2373095
parent 1022ed23
Branches
Tags
No related merge requests found
......@@ -28,7 +28,7 @@ tour.register('crm_tour', {
}, {
trigger: ".o_kanban_quick_create .o_field_widget[name='partner_id']",
content: _t('<b>Write a few letters</b> to look for a company, or create a new one.'),
position: "bottom",
position: "top",
run: function (actions) {
actions.text("Brandon Freeman", this.$anchor.find("input"));
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment