[FIX] Sale : SO Boolean field picked behavior corrected

lp bug: https://launchpad.net/bugs/423726 fixed

bzr revid: jvo@tinyerp.com-20090918144154-q61g8bwi6szzg42k
This commit is contained in:
VRA(Open ERP) 2009-09-18 20:11:54 +05:30 committed by Jay (Open ERP)
parent 758b7ed285
commit dbf72b286f
1 changed files with 1 additions and 1 deletions

View File

@ -520,7 +520,7 @@ class sale_order(osv.osv):
pending_deliveries = True
if ((not line.procurement_id) or (line.procurement_id.state=='done')) and not pending_deliveries:
finished = True
# finished = True
if line.state != 'done':
write_done_ids.append(line.id)
else: