oca-ocb-report/odoo-bringout-oca-ocb-spreadsheet/spreadsheet/static/src/plugins.js
Ernad Husremovic 184bb0e321 19.0 vanilla
2026-03-09 09:32:02 +01:00

19 lines
627 B
JavaScript

import { CorePlugin, CoreViewPlugin, 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 CoreView plugin with access to all custom Odoo plugins
* @type {import("@spreadsheet").OdooUIPluginConstructor}
**/
export const OdooCoreViewPlugin = CoreViewPlugin;
/**
* An o-spreadsheet UI plugin with access to all custom Odoo plugins
* @type {import("@spreadsheet").OdooUIPluginConstructor}
**/
export const OdooUIPlugin = UIPlugin;