From 525695f937e14c83455e16d7f47afcddfaad8492 Mon Sep 17 00:00:00 2001 From: ahenriquez Date: Wed, 13 Nov 2019 10:36:35 +0100 Subject: [PATCH] fixup! Merge pull request #2 from Eficent/11.0-mig-sale_manual_delivery --- sale_manual_delivery/wizard/manual_proc.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sale_manual_delivery/wizard/manual_proc.py b/sale_manual_delivery/wizard/manual_proc.py index 4beeaa665ec..31cd5de3c72 100644 --- a/sale_manual_delivery/wizard/manual_proc.py +++ b/sale_manual_delivery/wizard/manual_proc.py @@ -2,7 +2,7 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). from odoo import models, fields, api -from odoo.tools import DEFAULT_SERVER_DATETIME_FORMAT, float_compare +from odoo.tools import float_compare from odoo.exceptions import UserError from odoo.tools.translate import _ @@ -105,7 +105,7 @@ def record_picking(self): if not order_proc_group_to_use: order_proc_group_to_use = order.procurement_group_id.\ copy({ - 'date_planned': date_planned, + 'date_planned': date_planned, }) proc_group_dict[order.id] = order_proc_group_to_use