Skip to content
This repository was archived by the owner on May 5, 2021. It is now read-only.

Commit 2cd8226

Browse files
committed
remove OdooCommands
1 parent 5c35055 commit 2cd8226

File tree

3 files changed

+0
-24
lines changed

3 files changed

+0
-24
lines changed

packages/OdooWebsiteEditor/odoo-integration.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import { DomLayoutEngine } from '../plugin-dom-layout/src/ui/DomLayoutEngine';
66
import { Layout } from '../plugin-layout/src/Layout';
77
import { Renderer } from '../plugin-renderer/src/Renderer';
88
import { ImageNode } from '../plugin-image/src/ImageNode';
9-
import { getOdooCommands } from '../plugin-odoo/src/OdooCommands';
109

1110
export {
1211
OdooWebsiteEditor,
@@ -18,5 +17,4 @@ export {
1817
ImageNode,
1918
withRange,
2019
VRange,
21-
getOdooCommands,
2220
};

packages/bundle-odoo-website-editor/odoo-integration.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ import { Attributes } from '../plugin-xml/src/Attributes';
1212
import { OdooStructureNode } from '../plugin-odoo/src/OdooStructureNode';
1313
import { Inline } from '../plugin-inline/src/Inline';
1414
import { DomHelpers } from '../plugin-dom-helpers/src/DomHelpers';
15-
import { getOdooCommands } from '../plugin-odoo/src/OdooCommands';
1615

1716
export {
1817
OdooWebsiteEditor,
@@ -24,7 +23,6 @@ export {
2423
ImageNode,
2524
withRange,
2625
VRange,
27-
getOdooCommands,
2826
InlineNode,
2927
LinkFormat,
3028
Attributes,

packages/plugin-odoo/src/OdooCommands.ts

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)