Merge lp:~yann-papouin/ocb-addons/6.1-bug-1012470-fix-procurement-prioritization into lp:ocb-addons/6.1

Proposed by Yann Papouin
Status: Merged
Approved by: Holger Brunn (Therp)
Approved revision: no longer in the source branch.
Merged at revision: 6832
Proposed branch: lp:~yann-papouin/ocb-addons/6.1-bug-1012470-fix-procurement-prioritization
Merge into: lp:ocb-addons/6.1
Diff against target: 12 lines (+1/-1)
1 file modified
procurement/procurement.py (+1/-1)
To merge this branch: bzr merge lp:~yann-papouin/ocb-addons/6.1-bug-1012470-fix-procurement-prioritization
Reviewer Review Type Date Requested Status
Holger Brunn (Therp) code review Approve
Stefan Rijnhart (Opener) Approve
Pedro Manuel Baeza code review Approve
Review via email: mp+204496@code.launchpad.net

Description of the change

Backport from 7.0 and an existing OPW

To post a comment you must log in.
Revision history for this message
Pedro Manuel Baeza (pedro.baeza) wrote :

LGTM

review: Approve (code review)
Revision history for this message
Stefan Rijnhart (Opener) (stefan-opener) wrote :

Thanks, I checked the current 7.0 setting and it is the same as in this proposal.

review: Approve
Revision history for this message
Holger Brunn (Therp) (hbrunn) :
review: Approve (code review)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'procurement/procurement.py'
2--- procurement/procurement.py 2013-02-27 11:25:39 +0000
3+++ procurement/procurement.py 2014-02-03 14:07:57 +0000
4@@ -81,7 +81,7 @@
5 """
6 _name = "procurement.order"
7 _description = "Procurement"
8- _order = 'priority,date_planned desc'
9+ _order = 'priority desc,date_planned'
10 _log_create = False
11 _columns = {
12 'name': fields.char('Reason', size=64, required=True, help='Procurement name.'),

Subscribers

People subscribed via source and target branches