diff --git a/mail_follower_custom_notification/models/base_patch_models_mixin.py b/mail_follower_custom_notification/models/base_patch_models_mixin.py index 0107f4fc..21ea5e68 100644 --- a/mail_follower_custom_notification/models/base_patch_models_mixin.py +++ b/mail_follower_custom_notification/models/base_patch_models_mixin.py @@ -2,7 +2,7 @@ # © 2016 Therp BV # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). import logging -from openerp import SUPERUSER_ID, models +from openerp import models _logger = logging.getLogger(__file__)