mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
[12.0][MIG] Migrate module bi_sql_editor to v12
This commit is contained in:
committed by
David James
parent
7871162636
commit
77c903c980
@@ -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__)
|
||||
|
||||
|
||||
@@ -10,6 +10,7 @@ from odoo.exceptions import UserError
|
||||
|
||||
class BiSQLViewField(models.Model):
|
||||
_name = 'bi.sql.view.field'
|
||||
_description = 'Bi SQL View Field'
|
||||
_order = 'sequence'
|
||||
|
||||
_TTYPE_SELECTION = [
|
||||
|
||||
Reference in New Issue
Block a user