mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
[IMP] *: website tour utils uses non-default exports
closes odoo/design-themes#884 Related: odoo/odoo#177327 Related: odoo/enterprise#68655 Signed-off-by: Xavier Morel (xmo) <xmo@odoo.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
/** @odoo-module */
|
/** @odoo-module */
|
||||||
|
|
||||||
import wTourUtils from '@website/js/tours/tour_utils';
|
import * as wTourUtils from '@website/js/tours/tour_utils';
|
||||||
|
|
||||||
const snippets = [
|
const snippets = [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/** @odoo-module */
|
/** @odoo-module */
|
||||||
|
|
||||||
import wTourUtils from '@website/js/tours/tour_utils';
|
import * as wTourUtils from '@website/js/tours/tour_utils';
|
||||||
|
|
||||||
const snippets = [
|
const snippets = [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/** @odoo-module */
|
/** @odoo-module */
|
||||||
import wTourUtils from '@website/js/tours/tour_utils';
|
import * as wTourUtils from '@website/js/tours/tour_utils';
|
||||||
|
|
||||||
const snippets = [
|
const snippets = [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/** @odoo-module */
|
/** @odoo-module */
|
||||||
|
|
||||||
import wTourUtils from '@website/js/tours/tour_utils';
|
import * as wTourUtils from '@website/js/tours/tour_utils';
|
||||||
import { _t } from "@web/core/l10n/translation";
|
import { _t } from "@web/core/l10n/translation";
|
||||||
|
|
||||||
const snippets = [
|
const snippets = [
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/** @odoo-module */
|
/** @odoo-module */
|
||||||
|
|
||||||
import wTourUtils from '@website/js/tours/tour_utils';
|
import * as wTourUtils from '@website/js/tours/tour_utils';
|
||||||
|
|
||||||
const snippets = [
|
const snippets = [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/** @odoo-module */
|
/** @odoo-module */
|
||||||
import wTourUtils from '@website/js/tours/tour_utils';
|
import * as wTourUtils from '@website/js/tours/tour_utils';
|
||||||
import { _t } from "@web/core/l10n/translation";
|
import { _t } from "@web/core/l10n/translation";
|
||||||
|
|
||||||
const snippets = [
|
const snippets = [
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/** @odoo-module */
|
/** @odoo-module */
|
||||||
|
|
||||||
import wTourUtils from '@website/js/tours/tour_utils';
|
import * as wTourUtils from '@website/js/tours/tour_utils';
|
||||||
|
|
||||||
const snippets = [
|
const snippets = [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/** @odoo-module */
|
/** @odoo-module */
|
||||||
|
|
||||||
import wTourUtils from '@website/js/tours/tour_utils';
|
import * as wTourUtils from '@website/js/tours/tour_utils';
|
||||||
import { _t } from "@web/core/l10n/translation";
|
import { _t } from "@web/core/l10n/translation";
|
||||||
|
|
||||||
const snippets = [
|
const snippets = [
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/** @odoo-module */
|
/** @odoo-module */
|
||||||
|
|
||||||
import wTourUtils from '@website/js/tours/tour_utils';
|
import * as wTourUtils from '@website/js/tours/tour_utils';
|
||||||
|
|
||||||
const snippets = [
|
const snippets = [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/** @odoo-module */
|
/** @odoo-module */
|
||||||
|
|
||||||
import wTourUtils from '@website/js/tours/tour_utils';
|
import * as wTourUtils from '@website/js/tours/tour_utils';
|
||||||
import { _t } from "@web/core/l10n/translation";
|
import { _t } from "@web/core/l10n/translation";
|
||||||
|
|
||||||
const snippets = [
|
const snippets = [
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/** @odoo-module */
|
/** @odoo-module */
|
||||||
|
|
||||||
import wTourUtils from '@website/js/tours/tour_utils';
|
import * as wTourUtils from '@website/js/tours/tour_utils';
|
||||||
|
|
||||||
const snippets = [
|
const snippets = [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/** @odoo-module **/
|
/** @odoo-module **/
|
||||||
|
|
||||||
import wTourUtils from "@website/js/tours/tour_utils";
|
import * as wTourUtils from "@website/js/tours/tour_utils";
|
||||||
|
|
||||||
const snippets = [
|
const snippets = [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/** @odoo-module **/
|
/** @odoo-module **/
|
||||||
|
|
||||||
import wTourUtils from "@website/js/tours/tour_utils";
|
import * as wTourUtils from "@website/js/tours/tour_utils";
|
||||||
|
|
||||||
const snippets = [
|
const snippets = [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/** @odoo-module */
|
/** @odoo-module */
|
||||||
|
|
||||||
import wTourUtils from '@website/js/tours/tour_utils';
|
import * as wTourUtils from '@website/js/tours/tour_utils';
|
||||||
|
|
||||||
const snippets = [
|
const snippets = [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/** @odoo-module */
|
/** @odoo-module */
|
||||||
import wTourUtils from '@website/js/tours/tour_utils';
|
import * as wTourUtils from '@website/js/tours/tour_utils';
|
||||||
import { _t } from "@web/core/l10n/translation";
|
import { _t } from "@web/core/l10n/translation";
|
||||||
|
|
||||||
const snippets = [
|
const snippets = [
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/** @odoo-module */
|
/** @odoo-module */
|
||||||
|
|
||||||
import wTourUtils from '@website/js/tours/tour_utils';
|
import * as wTourUtils from '@website/js/tours/tour_utils';
|
||||||
|
|
||||||
const snippets = [
|
const snippets = [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/** @odoo-module */
|
/** @odoo-module */
|
||||||
|
|
||||||
import wTourUtils from '@website/js/tours/tour_utils';
|
import * as wTourUtils from '@website/js/tours/tour_utils';
|
||||||
|
|
||||||
const snippets = [
|
const snippets = [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/** @odoo-module */
|
/** @odoo-module */
|
||||||
|
|
||||||
import wTourUtils from '@website/js/tours/tour_utils';
|
import * as wTourUtils from '@website/js/tours/tour_utils';
|
||||||
|
|
||||||
const snippets = [
|
const snippets = [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/** @odoo-module */
|
/** @odoo-module */
|
||||||
|
|
||||||
import wTourUtils from '@website/js/tours/tour_utils';
|
import * as wTourUtils from '@website/js/tours/tour_utils';
|
||||||
import { _t } from "@web/core/l10n/translation";
|
import { _t } from "@web/core/l10n/translation";
|
||||||
|
|
||||||
const snippets = [
|
const snippets = [
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/** @odoo-module */
|
/** @odoo-module */
|
||||||
|
|
||||||
import wTourUtils from '@website/js/tours/tour_utils';
|
import * as wTourUtils from '@website/js/tours/tour_utils';
|
||||||
import { _t } from "@web/core/l10n/translation";
|
import { _t } from "@web/core/l10n/translation";
|
||||||
|
|
||||||
const snippets = [
|
const snippets = [
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/** @odoo-module */
|
/** @odoo-module */
|
||||||
|
|
||||||
import wTourUtils from '@website/js/tours/tour_utils';
|
import * as wTourUtils from '@website/js/tours/tour_utils';
|
||||||
import { _t } from "@web/core/l10n/translation";
|
import { _t } from "@web/core/l10n/translation";
|
||||||
|
|
||||||
const snippets = [
|
const snippets = [
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/** @odoo-module */
|
/** @odoo-module */
|
||||||
|
|
||||||
import wTourUtils from '@website/js/tours/tour_utils';
|
import * as wTourUtils from '@website/js/tours/tour_utils';
|
||||||
|
|
||||||
const snippets = [
|
const snippets = [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/** @odoo-module **/
|
/** @odoo-module **/
|
||||||
|
|
||||||
import wTourUtils from "@website/js/tours/tour_utils";
|
import * as wTourUtils from "@website/js/tours/tour_utils";
|
||||||
|
|
||||||
const snippets = [
|
const snippets = [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/** @odoo-module */
|
/** @odoo-module */
|
||||||
|
|
||||||
import wTourUtils from '@website/js/tours/tour_utils';
|
import * as wTourUtils from '@website/js/tours/tour_utils';
|
||||||
import { stepUtils } from "@web_tour/tour_service/tour_utils";
|
import { stepUtils } from "@web_tour/tour_service/tour_utils";
|
||||||
|
|
||||||
wTourUtils.registerWebsitePreviewTour('theme_menu_hierarchies', {
|
wTourUtils.registerWebsitePreviewTour('theme_menu_hierarchies', {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/** @odoo-module */
|
/** @odoo-module */
|
||||||
|
|
||||||
import wTourUtils from '@website/js/tours/tour_utils';
|
import * as wTourUtils from '@website/js/tours/tour_utils';
|
||||||
|
|
||||||
const snippets = [
|
const snippets = [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/** @odoo-module **/
|
/** @odoo-module **/
|
||||||
|
|
||||||
import wTourUtils from "@website/js/tours/tour_utils";
|
import * as wTourUtils from "@website/js/tours/tour_utils";
|
||||||
|
|
||||||
const snippets = [
|
const snippets = [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/** @odoo-module */
|
/** @odoo-module */
|
||||||
|
|
||||||
import wTourUtils from '@website/js/tours/tour_utils';
|
import * as wTourUtils from '@website/js/tours/tour_utils';
|
||||||
|
|
||||||
const snippets = [
|
const snippets = [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/** @odoo-module */
|
/** @odoo-module */
|
||||||
|
|
||||||
import wTourUtils from '@website/js/tours/tour_utils';
|
import * as wTourUtils from '@website/js/tours/tour_utils';
|
||||||
|
|
||||||
const snippets = [
|
const snippets = [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user