Merge lp:~dorian-kemps/unifield-server/US-5733 into lp:unifield-server

Proposed by jftempo
Status: Merged
Merged at revision: 5294
Proposed branch: lp:~dorian-kemps/unifield-server/US-5733
Merge into: lp:unifield-server
Diff against target: 12 lines (+1/-1)
1 file modified
bin/addons/stock/wizard/manage_expired_stock.py (+1/-1)
To merge this branch: bzr merge lp:~dorian-kemps/unifield-server/US-5733
Reviewer Review Type Date Requested Status
UniField Reviewer Team Pending
Review via email: mp+363467@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
1=== modified file 'bin/addons/stock/wizard/manage_expired_stock.py'
2--- bin/addons/stock/wizard/manage_expired_stock.py 2019-01-31 10:07:29 +0000
3+++ bin/addons/stock/wizard/manage_expired_stock.py 2019-02-21 09:14:55 +0000
4@@ -35,7 +35,7 @@
5 string='Location',
6 help="The requested Location",
7 required=True,
8- domain=[('destruction_location', '=', False), ('usage', '!=', 'view')],
9+ domain=[('destruction_location', '=', False), ('usage', '!=', 'view'), ('usage', '=', 'internal')],
10 ),
11 'dest_loc_id': fields.many2one(
12 'stock.location',

Subscribers

People subscribed via source and target branches