Skip to content

Commit 67053ce

Browse files
committed
[IMP] *: website tour utils uses non-default exports
closes #884 Related: odoo/odoo#177327 Related: odoo/enterprise#68655 Signed-off-by: Xavier Morel (xmo) <xmo@odoo.com>
1 parent 3be4d83 commit 67053ce

File tree

28 files changed

+28
-28
lines changed

28 files changed

+28
-28
lines changed

theme_anelusia/static/src/js/tour.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/** @odoo-module */
22

3-
import wTourUtils from '@website/js/tours/tour_utils';
3+
import * as wTourUtils from '@website/js/tours/tour_utils';
44

55
const snippets = [
66
{

theme_artists/static/src/js/tour.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/** @odoo-module */
22

3-
import wTourUtils from '@website/js/tours/tour_utils';
3+
import * as wTourUtils from '@website/js/tours/tour_utils';
44

55
const snippets = [
66
{

theme_avantgarde/static/src/js/tour.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/** @odoo-module */
2-
import wTourUtils from '@website/js/tours/tour_utils';
2+
import * as wTourUtils from '@website/js/tours/tour_utils';
33

44
const snippets = [
55
{

theme_aviato/static/src/js/tour.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/** @odoo-module */
22

3-
import wTourUtils from '@website/js/tours/tour_utils';
3+
import * as wTourUtils from '@website/js/tours/tour_utils';
44
import { _t } from "@web/core/l10n/translation";
55

66
const snippets = [

theme_beauty/static/src/js/tour.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/** @odoo-module */
22

3-
import wTourUtils from '@website/js/tours/tour_utils';
3+
import * as wTourUtils from '@website/js/tours/tour_utils';
44

55
const snippets = [
66
{

theme_bewise/static/src/js/tour.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/** @odoo-module */
2-
import wTourUtils from '@website/js/tours/tour_utils';
2+
import * as wTourUtils from '@website/js/tours/tour_utils';
33
import { _t } from "@web/core/l10n/translation";
44

55
const snippets = [

theme_bistro/static/src/js/tour.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/** @odoo-module */
22

3-
import wTourUtils from '@website/js/tours/tour_utils';
3+
import * as wTourUtils from '@website/js/tours/tour_utils';
44

55
const snippets = [
66
{

theme_bookstore/static/src/js/tour.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/** @odoo-module */
22

3-
import wTourUtils from '@website/js/tours/tour_utils';
3+
import * as wTourUtils from '@website/js/tours/tour_utils';
44
import { _t } from "@web/core/l10n/translation";
55

66
const snippets = [

theme_buzzy/static/src/js/tour.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/** @odoo-module */
22

3-
import wTourUtils from '@website/js/tours/tour_utils';
3+
import * as wTourUtils from '@website/js/tours/tour_utils';
44

55
const snippets = [
66
{

theme_clean/static/src/js/tour.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/** @odoo-module */
22

3-
import wTourUtils from '@website/js/tours/tour_utils';
3+
import * as wTourUtils from '@website/js/tours/tour_utils';
44
import { _t } from "@web/core/l10n/translation";
55

66
const snippets = [

0 commit comments

Comments
 (0)