Odoo18-Base/addons/spreadsheet/static/src/plugins.js
2025-01-06 10:57:38 +07:00

16 lines
439 B
JavaScript

/** @odoo-module */
import { CorePlugin, UIPlugin } from "@odoo/o-spreadsheet";
/**
* An o-spreadsheet core plugin with access to all custom Odoo plugins
* @type {import("@spreadsheet").OdooCorePluginConstructor}
**/
export const OdooCorePlugin = CorePlugin;
/**
* An o-spreadsheet UI plugin with access to all custom Odoo plugins
* @type {import("@spreadsheet").OdooUIPluginConstructor}
**/
export const OdooUIPlugin = UIPlugin;