Merge lp:~openerp-dev/openobject-addons/trunk-bug-1128889-Hitesh into lp:openobject-addons

Proposed by Hitesh Vaghasiya(OpenERP Trainee)
Status: Needs review
Proposed branch: lp:~openerp-dev/openobject-addons/trunk-bug-1128889-Hitesh
Merge into: lp:openobject-addons
Diff against target: 12 lines (+1/-1)
1 file modified
account/account.py (+1/-1)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/trunk-bug-1128889-Hitesh
Reviewer Review Type Date Requested Status
OpenERP Core Team Pending
Review via email: mp+157865@code.launchpad.net

Description of the change

Hello,

I have change the order of date_start field to descending

To post a comment you must log in.

Unmerged revisions

8660. By Hitesh Vaghasiya(OpenERP Trainee)

[FIX] I have change the Order of date_start field

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'account/account.py'
--- account/account.py 2013-04-04 09:52:57 +0000
+++ account/account.py 2013-04-09 12:48:29 +0000
@@ -867,7 +867,7 @@
867 'state': 'draft',867 'state': 'draft',
868 'company_id': lambda self,cr,uid,c: self.pool.get('res.users').browse(cr, uid, uid, c).company_id.id,868 'company_id': lambda self,cr,uid,c: self.pool.get('res.users').browse(cr, uid, uid, c).company_id.id,
869 }869 }
870 _order = "date_start, id"870 _order = "date_start desc, id"
871871
872872
873 def _check_duration(self, cr, uid, ids, context=None):873 def _check_duration(self, cr, uid, ids, context=None):

Subscribers

People subscribed via source and target branches

to all changes: