@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# © 2014-2016 Therp BV <http://therp.nl>
# Copyright 2014-2016 Therp BV <http://therp.nl>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from . import models
@ -1,5 +1,4 @@
{
'name': 'Database cleanup',
# © 2016 Therp BV <http://therp.nl>
# Copyright 2016 Therp BV <http://therp.nl>
from psycopg2.extensions import ISQLQuote
@ -1,6 +1,6 @@
# © 2017 Therp BV <http://therp.nl>
# Copyright 2017 Therp BV <http://therp.nl>
# pylint: disable=consider-merging-classes-inherited
from ..identifier_adapter import IdentifierAdapter
from odoo import api, fields, models
from odoo import _, api, fields, models
from odoo.exceptions import UserError
from odoo import _, api, models, fields
from odoo.addons.base.ir.ir_model import MODULE_UNINSTALL_FLAG
from odoo.modules.module import get_module_path
from odoo import api, models, fields
REASON_DUPLICATE = 1
REASON_DEFAULT = 2
from odoo import api, fields, models, _
@ -1,6 +1,7 @@
import logging
from odoo.exceptions import AccessDenied
from . import test_database_cleanup
from psycopg2 import ProgrammingError
from odoo.modules.registry import Registry