mirror of
https://github.com/OCA/server-backend.git
synced 2025-02-18 09:52:42 +02:00
[MIG][10.0] base_external_dbsource (#578)
This commit is contained in:
committed by
Sergio Teruel
parent
ea56469eb7
commit
cc12e6a1a7
@@ -22,9 +22,9 @@
|
||||
import os
|
||||
import logging
|
||||
import psycopg2
|
||||
from openerp import models, fields, api, _
|
||||
from openerp.exceptions import Warning as UserError
|
||||
import openerp.tools as tools
|
||||
from odoo import models, fields, api, _
|
||||
from odoo.exceptions import Warning as UserError
|
||||
import odoo.tools as tools
|
||||
_logger = logging.getLogger(__name__)
|
||||
|
||||
CONNECTORS = []
|
||||
|
||||
Reference in New Issue
Block a user