c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #36778
[Bug 783255] Re: Wrong Salesman in create invoice from picking
Kirti,
Have you noticed the merge proposal of branch you mentioned is rejected a day ago of your comment?
And the bug for that branch is duplicate of this bug itself, (as this is the earlier too)
So this must be fixed for this bug, and if you find the solution of Bharat for lp:861306 is fixing this problem do ask him to send a merge proposal for this bug keeping all credits to him,
I hope its clear,
thanks
** Changed in: openobject-addons
Status: Fix Committed => Confirmed
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to OpenERP Project Group.
https://bugs.launchpad.net/bugs/783255
Title:
Wrong Salesman in create invoice from picking
Status in OpenERP Addons (modules):
Confirmed
Bug description:
Hello,
In addons-6.0 revision 4444, when you create an invoice from picking,
the field user_id in invoice is the current user (uid) and not user_id
from sale.order, if you look in action_invoice_create method in
stock/stock.py line 1016 you will see:
'user_id':uid
this field should be the sale.order.user_id or purchase.order.user_id
Best Regards,
Renato Lima - www.akretion.com
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/783255/+subscriptions
References