From fe68e180d1169ae05ea0af0c5aca31ff32db8946 Mon Sep 17 00:00:00 2001 From: Akim Juillerat Date: Thu, 22 Nov 2018 13:13:36 +0100 Subject: [PATCH] fixup! Finish migration to v11.0 --- account_mass_reconcile_ref_deep_search/models/mass_reconcile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account_mass_reconcile_ref_deep_search/models/mass_reconcile.py b/account_mass_reconcile_ref_deep_search/models/mass_reconcile.py index b2b99407..af717b58 100644 --- a/account_mass_reconcile_ref_deep_search/models/mass_reconcile.py +++ b/account_mass_reconcile_ref_deep_search/models/mass_reconcile.py @@ -1,6 +1,6 @@ # Copyright 2015-2018 Camptocamp SA # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) -from odoo import api, models +from odoo import models class AccountMassReconcileMethod(models.Model):