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) <[email protected]>
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 = [

theme_cobalt/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_enark/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_graphene/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_kea/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_kiddo/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_loftspace/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_monglia/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_nano/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_notes/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_odoo_experts/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_orchid/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_paptic/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_real_estate/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_test_custo/static/tests/tours/theme_menu_hierarchies.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 { stepUtils } from "@web_tour/tour_service/tour_utils";
55

66
wTourUtils.registerWebsitePreviewTour('theme_menu_hierarchies', {

theme_treehouse/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_vehicle/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_yes/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_zap/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
{

0 commit comments

Comments
 (0)