bi_sql_editor: Migration to 14.0

This commit is contained in:
David James
2021-06-08 13:01:42 +10:00
parent ae89e414e8
commit ebd77c9399
4 changed files with 7 additions and 6 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