mirror of
https://github.com/bringout/oca-ocb-mrp.git
synced 2026-04-26 19:32:03 +02:00
19.0 vanilla
This commit is contained in:
parent
accf5918df
commit
6e65e8c877
688 changed files with 225434 additions and 199401 deletions
|
|
@ -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")',
|
||||
},
|
||||
],
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue