stock move name fix

This commit is contained in:
Levent Karakas
2016-03-01 16:09:41 +02:00
committed by Pierrick Brun
parent d785c05c49
commit 94558043de

View File

@@ -56,7 +56,7 @@ class ProcurementOrder(models.Model):
origin = (proc.group_id and (proc.group_id.name + ":") or "") + \
(proc.rule_id and proc.rule_id.name or proc.origin or "/")
return {
'name': rule.name,
'name': proc.name,
'origin': origin,
'product_qty': qty,
'product_uos_qty': uos_qty,