Comment 1 for bug 602629

Revision history for this message
hbto [Vauxoo] http://www.vauxoo.com (humbertoarocha) wrote : Re: [Bug 602629] [NEW] Validate picking doesn't show products

+1

2010/7/7 Grzegorz Grzelak (Cirrus.pl) <email address hidden>

> Public bug reported:
>
> When you have purchase order created by any procurement (minimal stock
> or manual on product form) and then you create picking list (approving
> that purchase order) you cant see product names during validating.
>
> Instead of product names you see name field from stock moves which are
> like:
>
> "PROC:INT:admin"
> "PROC:OP:2"
>
> So you don't know what are you validating.
>
> When purchase order is created manually name field contains correct
> product name. In sales order site it is correct too.
>
> I think in module stock in file wizard_partial_picking.py in line 70
>
> instead of:
>
> 'string': _to_xml(m.name),
>
> should be:
>
> 'string': _to_xml("["+ m.product_id.code +"] "
> +m.product_id.name),
>
> ** Affects: openobject-addons
> Importance: Undecided
> Status: New
>
> --
> Validate picking doesn't show products
> https://bugs.launchpad.net/bugs/602629
> You received this bug notification because you are subscribed to
> OpenObject Addons.
>