hello jacara,
It has been fixed by Revision ID:
[email protected] in lp:~openerp-dev
/openobject-addons/ksa-addons2
Thanks.
** Changed in: openobject-addons
Status: Confirmed => Fix Committed
--
Stock Partial Move wizard BUG
https://bugs.launchpad.net/bugs/670905
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
Status in OpenObject Addons Modules: Fix Committed
Bug description:
addons/purchase/stock.py line 126 on default_get() method
The code does not check move states.
There must be like this :
for m in pick.move_lines:
+ if m.state in ('done','cancel') :
+ continue
if has_product_cost and m.product_id.cost_method == 'average' and
m.purchase_line_id:
Please Check This. Thank you
_______________________________________________
Mailing list: https://launchpad.net/~c2c-oerpscenario
Post to : [email protected]
Unsubscribe : https://launchpad.net/~c2c-oerpscenario
More help : https://help.launchpad.net/ListHelp