From 9a95b52bc769b54b19d94811149614b86e3f8d9f Mon Sep 17 00:00:00 2001 From: Pablo Date: Tue, 4 Jun 2019 14:00:49 +0200 Subject: [PATCH] [UPD] import odoo --- hotel_channel_connector/models/inherited_hotel_folio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hotel_channel_connector/models/inherited_hotel_folio.py b/hotel_channel_connector/models/inherited_hotel_folio.py index 189e0ba33..3c5854dad 100644 --- a/hotel_channel_connector/models/inherited_hotel_folio.py +++ b/hotel_channel_connector/models/inherited_hotel_folio.py @@ -1,7 +1,7 @@ # Copyright 2018 Alexandre Díaz # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -from openerp import models, fields, api +from odoo import models, fields, api from odoo.addons.queue_job.job import job