Merge lp:~unifield-team/unifield-server/us-1657 into lp:unifield-server

Proposed by jftempo
Status: Merged
Merged at revision: 3961
Proposed branch: lp:~unifield-team/unifield-server/us-1657
Merge into: lp:unifield-server
Diff against target: 21 lines (+2/-2)
1 file modified
bin/addons/stock/stock.py (+2/-2)
To merge this branch: bzr merge lp:~unifield-team/unifield-server/us-1657
Reviewer Review Type Date Requested Status
UniField Dev Team Pending
Review via email: mp+305002@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'bin/addons/stock/stock.py'
--- bin/addons/stock/stock.py 2016-08-26 12:47:12 +0000
+++ bin/addons/stock/stock.py 2016-09-06 13:26:39 +0000
@@ -436,7 +436,7 @@
436 WHERE location_dest_id=%s AND436 WHERE location_dest_id=%s AND
437 location_id<>%s AND437 location_id<>%s AND
438 product_id=%s AND438 product_id=%s AND
439 state='done' AND (expired_date is null or expired_date >= now())439 state='done' AND (expired_date is null or expired_date >= CURRENT_DATE)
440 GROUP BY product_uom440 GROUP BY product_uom
441 """,441 """,
442 (id, id, product_id))442 (id, id, product_id))
@@ -447,7 +447,7 @@
447 location_dest_id<>%s AND447 location_dest_id<>%s AND
448 product_id=%s AND448 product_id=%s AND
449 state in ('done', 'assigned')449 state in ('done', 'assigned')
450 AND (expired_date is null or expired_date >= now())450 AND (expired_date is null or expired_date >= CURRENT_DATE)
451 GROUP BY product_uom451 GROUP BY product_uom
452 """,452 """,
453 (id, id, product_id))453 (id, id, product_id))

Subscribers

People subscribed via source and target branches

to all changes: