c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #32120
[Bug 850781] Re: stock moves order by date_expected problem
To solve this problem I attach patch for the stock moves date creating
in the sale action_ship_create() method.
** Patch added: "sale_stock_move_create_bug850781.diff"
https://bugs.launchpad.net/openobject-addons/+bug/850781/+attachment/2407030/+files/sale_stock_move_create_bug850781.diff
--
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/850781
Title:
stock moves order by date_expected problem
Status in OpenERP Addons (modules):
New
Bug description:
Stock moves are order by "date_expected desc, id". When I create sale
order with many lines it sometimes takes more then 2 sec to confirm
and together create picking order with stock moves. So in the end I
get stock picking with moves where data_expected are different by 1
sec., so in the end we have different picking lines order if we
compare with sale order lines.
So I think to assign now() value for date_expected is not correct,
same is mentioned in the bug #371262.
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/850781/+subscriptions
References