@ -3,7 +3,7 @@
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).
import logging
from psycopg2 import IntegrityError
from openerp.addons.module_auto_update.models.module_deprecated import \
from odoo.addons.module_auto_update.models.module_deprecated import \
PARAM_DEPRECATED
_logger = logging.getLogger(__name__)
@ -7,8 +7,8 @@ import json
import os
from openerp import api, exceptions, models, tools
from openerp.modules.module import get_module_path
from odoo import api, exceptions, models, tools
from odoo.modules.module import get_module_path
from ..addon_hash import addon_hash
@ -8,9 +8,9 @@ import tempfile
import mock
from openerp.modules import get_module_path
from openerp.tests import common
from openerp.tests.common import TransactionCase
from odoo.modules import get_module_path
from odoo.tests import common
from odoo.tests.common import TransactionCase
from ..models.module import IncompleteUpgradeError, DEFAULT_EXCLUDE_PATTERNS
@ -9,7 +9,7 @@ from odoo.modules import get_module_path
from odoo.tools import mute_logger
from openerp.addons.module_auto_update.addon_hash import addon_hash
from odoo.addons.module_auto_update.addon_hash import addon_hash
from ..models.module_deprecated import PARAM_DEPRECATED