Skip to content

Commit

Permalink
Merge pull request #3 from ForgeFlow/11.0-mig-sale_manual_delivery
Browse files Browse the repository at this point in the history
fixup! Merge pull request #2 from Eficent/11.0-mig-sale_manual_delivery
  • Loading branch information
grindtildeath authored Jan 27, 2020
2 parents 9ed28cc + 525695f commit 960c6b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sale_manual_delivery/wizard/manual_proc.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 _

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 960c6b1

Please sign in to comment.