bi_sql_editor: Migration to 14.0

This commit is contained in:
David James
2021-06-08 13:01:42 +10:00
committed by thien
parent 49c9c20e12
commit 0a36a03fde
3 changed files with 6 additions and 5 deletions

View File

@@ -9,7 +9,8 @@ from psycopg2 import ProgrammingError
from odoo import SUPERUSER_ID, _, api, fields, models
from odoo.exceptions import UserError
from odoo.tools import pycompat, safe_eval, sql
from odoo.tools import pycompat, sql
from odoo.tools.safe_eval import safe_eval
from odoo.addons.base.models.ir_model import IrModel