[12.0][MIG] Migrate module bi_sql_editor to v12

This commit is contained in:
Adrià Gil Sorribes
2018-12-14 14:10:59 +01:00
committed by David James
parent 7871162636
commit 77c903c980
11 changed files with 679 additions and 37 deletions

View File

@@ -9,7 +9,7 @@ from psycopg2 import ProgrammingError
from odoo import _, api, fields, models, SUPERUSER_ID
from odoo.exceptions import UserError
from odoo.tools import pycompat, sql
from odoo.addons.base.ir.ir_model import IrModel
from odoo.addons.base.models.ir_model import IrModel
_logger = logging.getLogger(__name__)