Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lepistone committed Oct 30, 2014
1 parent ea11988 commit c25eec6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def cost_estimate(self, cr, uid, ids, context=None):
if x.purchase_line_id)
if po_ids:
po_model.write(cr, uid, list(po_ids),
{'sale_id': so_id,
{'sale_id': so_id,
'sale_flow': 'direct_delivery'})
self._link_po_lines_to_so_lines(
cr, uid, order, sources, context=context)
Expand Down

0 comments on commit c25eec6

Please sign in to comment.