mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
[MIG] sql_request_abstract: Migration to 17.0
This commit is contained in:
8
sql_request_abstract/static/src/js/code_editor.esm.js
Normal file
8
sql_request_abstract/static/src/js/code_editor.esm.js
Normal file
@@ -0,0 +1,8 @@
|
||||
/** @odoo-module **/
|
||||
|
||||
import {CodeEditor} from "@web/core/code_editor/code_editor";
|
||||
import {patch} from "@web/core/utils/patch";
|
||||
|
||||
patch(CodeEditor, {
|
||||
MODES: [...CodeEditor.MODES, "pgsql"],
|
||||
});
|
||||
Reference in New Issue
Block a user