c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #36431
[Bug 882998] Re: [trunk] [sale/purchase] : picking order date is not the same as the sale/purchase order date
Hello Benoit Guillot,
Thanks for reporting and also for giving the accurate solution. The
solution for this bug is proposed in the branch with following Revision
ID and Number.
Revision ID : mdi@xxxxxxxxxxx-20111104045018-bqj356yrtvvwlop4
Revision Number : 5490
Thanks and Regards,
Divyesh Makwana(MDI)
** Changed in: openobject-addons
Status: In Progress => Fix Committed
--
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/882998
Title:
[trunk] [sale/purchase] : picking order date is not the same as the
sale/purchase order date
Status in OpenERP Addons (modules):
Fix Committed
Bug description:
When I create a sale order with an order date different from the current date, this date is not kept in the stock picking. Indeed the date in the stock picking is the current date.
To fix this bug you should just add the line :
=== modified file 'sale/sale.py'
--- sale/sale.py 2011-10-03 14:25:54 +0000
+++ sale/sale.py 2011-10-28 09:28:34 +0000
@@ -725,6 +725,7 @@
return {
'name': pick_name,
'origin': order.name,
+ 'date': order.date_order,
'type': 'out',
'state': 'auto',
'move_type': order.picking_policy,
Best regards,
Benoit Guillot
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/882998/+subscriptions
References