-
-
Notifications
You must be signed in to change notification settings - Fork 153
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MIG] business_requirement: Migration to 17.0
- Loading branch information
1 parent
8952617
commit 34c40fd
Showing
9 changed files
with
152 additions
and
139 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23 changes: 0 additions & 23 deletions
23
business_requirement/static/src/js/business_requirement_portal_tour.js
This file was deleted.
Oops, something went wrong.
18 changes: 18 additions & 0 deletions
18
business_requirement/static/tests/tours/business_requirement_portal_tour.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
/** @odoo-module */ | ||
|
||
import {registry} from "@web/core/registry"; | ||
|
||
registry.category("web_tour.tours").add("business_requirement_portal_tour", { | ||
test: true, | ||
url: "/my", | ||
steps: () => [ | ||
{ | ||
content: "Go /my/business_requirements url", | ||
trigger: 'a[href*="/my/business_requirements"]', | ||
}, | ||
{ | ||
content: "Go to BR item", | ||
trigger: ".tr_br_link:eq(0)", | ||
}, | ||
], | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.