Update comments

This commit is contained in:
Alexis de Lattre
2014-12-12 12:31:00 +01:00
parent bdf4a7e15d
commit c6e8c79d45
2 changed files with 2 additions and 2 deletions

View File

@@ -58,7 +58,7 @@ class stock_picking(orm.Model):
for sale_line in picking.sale_id.order_line:
sale_line_invoiced = order_line_obj.read(cr, uid, sale_line.id, ['invoiced'], context=context)['invoiced']
# If I use a browse to get the 'invoiced' field of the sale order
# line, then, if I het the following bug :
# line, then, if I get the following bug :
# If I select 2 pickings linked to the same sale order,
# and I create an invoice with "group by partner = True",
# then the service line will be generated twice, because