From ec9b7ee02dfbf1786a02cb4f53469d377dca99db Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Tue, 6 Mar 2018 11:38:05 +0100 Subject: [PATCH] openerp -> odoo --- account_usability/wizard/account_invoice_mark_sent.py | 2 +- account_usability/wizard/account_invoice_mark_sent_view.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/account_usability/wizard/account_invoice_mark_sent.py b/account_usability/wizard/account_invoice_mark_sent.py index baee066..b7d0f9c 100644 --- a/account_usability/wizard/account_invoice_mark_sent.py +++ b/account_usability/wizard/account_invoice_mark_sent.py @@ -2,7 +2,7 @@ # © 2017 Akretion (Alexis de Lattre ) # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -from openerp import models +from odoo import models import logging logger = logging.getLogger(__name__) diff --git a/account_usability/wizard/account_invoice_mark_sent_view.xml b/account_usability/wizard/account_invoice_mark_sent_view.xml index edbd7af..801599a 100644 --- a/account_usability/wizard/account_invoice_mark_sent_view.xml +++ b/account_usability/wizard/account_invoice_mark_sent_view.xml @@ -1,7 +1,7 @@