mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
[IMP] *: Remove alias in JS files
Rename all imports with alias old system to the new js module system Task ID: 3266759 closes odoo/design-themes#671 Related: odoo/odoo#127414 Related: odoo/enterprise#43716 Signed-off-by: Bastien Pierre (ipb) <ipb@odoo.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/** @odoo-module **/
|
||||
|
||||
import sOptions from "web_editor.snippets.options";
|
||||
import sOptions from "@web_editor/js/editor/snippets.options";
|
||||
|
||||
sOptions.registry.BackgroundImage.include({
|
||||
/**
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/** @odoo-module **/
|
||||
|
||||
import publicWidget from "web.public.widget";
|
||||
import "website.content.menu";
|
||||
import publicWidget from "@web/legacy/js/public/public_widget";
|
||||
import "@website/js/content/menu";
|
||||
|
||||
publicWidget.registry.StandardAffixedHeader.include({
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user