mirror of
https://github.com/bringout/oca-ocb-report.git
synced 2026-04-21 17:02:06 +02:00
19.0 vanilla
This commit is contained in:
parent
62d197ac8b
commit
184bb0e321
667 changed files with 691406 additions and 239886 deletions
|
|
@ -0,0 +1,19 @@
|
|||
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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue