19.0 vanilla

This commit is contained in:
Ernad Husremovic 2026-03-09 09:31:47 +01:00
parent accf5918df
commit 6e65e8c877
688 changed files with 225434 additions and 199401 deletions

View file

@ -0,0 +1,25 @@
import { registry } from "@web/core/registry";
registry.category("web_tour.tours").add("test_manufacture_from_bom", {
steps: () => [
{
trigger: '[name="product_tmpl_id"]',
run: "click",
},
{
trigger: '.o_stat_text:contains("BoM Overview")',
run: "click",
},
{
trigger: '.fa-toggle-off',
run: "click",
},
{
trigger: 'button.btn-primary:contains("Manufacture")',
run: "click",
},
{
trigger: 'button[aria-checked="true"]:contains("Draft")',
},
],
});