This commit is contained in:
Davit Lomauridze 2024-07-07 10:52:04 +04:00
parent 3593225790
commit 3597dc6372

View File

@ -35,11 +35,11 @@ odoo.define("document_page_portal.tour", function (require) {
trigger: "input[name='search']",
run: "text Test",
},
// {
// content: "Click Search.",
// extra_trigger: "#wrap:not(:has(input[name=search]:propValue('')))",
// trigger: ".search-submit",
// },
{
content: "Click Search.",
extra_trigger: "#wrap:not(:has(input[name=search]:propValue('')))",
trigger: ".search-submit",
},
]
);
});