[MIG] sql_request_abstract: Migration to 17.0

This commit is contained in:
chien
2023-12-21 10:15:09 +07:00
parent 996005943b
commit c127fa06ec
16 changed files with 134 additions and 149 deletions

View 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"],
});