Skip to content

Commit

Permalink
[FIX] Test
Browse files Browse the repository at this point in the history
  • Loading branch information
Anxo82 committed Aug 28, 2024
1 parent cdc6985 commit cf71567
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
odoo.define("website_sale_product_attachment.tour", function (require) {
odoo.define("website_sale_product_attachment.tour", ["web_tour.tour"], function (require) {
"use strict";

var tour = require("web_tour.tour");

tour.register(
"website_sale_product_attachment_tour",
{
url: "/shop",
test: true,
url: "/shop",
},
[
{
Expand Down

0 comments on commit cf71567

Please sign in to comment.