fix cfonb import

This commit is contained in:
Luc De Meyer
2020-06-24 23:39:33 +02:00
parent d86bbacb9d
commit 25168cb3c5
3 changed files with 8 additions and 5 deletions

View File

@@ -1,9 +1,9 @@
# Copyright 2009-2019 Noviat.
# Copyright 2009-2020 Noviat.
# License LGPL-3 or later (http://www.gnu.org/licenses/lpgl).
import logging
from odoo import api, fields, models, _
from odoo import _, fields, models
from odoo.exceptions import UserError
_logger = logging.getLogger(__name__)