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

Proposed by jftempo
Status: Merged
Merged at revision: 3878
Proposed branch: lp:~unifield-team/unifield-server/us-1121
Merge into: lp:unifield-server
Diff against target: 20 lines (+2/-1)
1 file modified
bin/addons/stock/stock.py (+2/-1)
To merge this branch: bzr merge lp:~unifield-team/unifield-server/us-1121
Reviewer Review Type Date Requested Status
UniField Reviewer Team Pending
Review via email: mp+300706@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-05-24 08:44:23 +0000
+++ bin/addons/stock/stock.py 2016-07-21 08:20:10 +0000
@@ -432,7 +432,7 @@
432 WHERE location_dest_id=%s AND432 WHERE location_dest_id=%s AND
433 location_id<>%s AND433 location_id<>%s AND
434 product_id=%s AND434 product_id=%s AND
435 state='done'435 state='done' AND (expired_date is null or expired_date >= now())
436 GROUP BY product_uom436 GROUP BY product_uom
437 """,437 """,
438 (id, id, product_id))438 (id, id, product_id))
@@ -443,6 +443,7 @@
443 location_dest_id<>%s AND443 location_dest_id<>%s AND
444 product_id=%s AND444 product_id=%s AND
445 state in ('done', 'assigned')445 state in ('done', 'assigned')
446 AND (expired_date is null or expired_date >= now())
446 GROUP BY product_uom447 GROUP BY product_uom
447 """,448 """,
448 (id, id, product_id))449 (id, id, product_id))

Subscribers

People subscribed via source and target branches

to all changes: