Rohan Nayani(openerp) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-bug-722699-ron into 
lp:openobject-addons.

Requested reviews:
  OpenERP Core Team (openerp)
Related bugs:
  #722699 [6.0] sale - order of sales order lines
  https://bugs.launchpad.net/bugs/722699

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-722699-ron/+merge/50719
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-722699-ron/+merge/50719
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-bug-722699-ron.
=== modified file 'sale/sale.py'
--- sale/sale.py	2011-01-31 14:16:29 +0000
+++ sale/sale.py	2011-02-22 09:52:34 +0000
@@ -876,7 +876,7 @@
         'salesman_id':fields.related('order_id', 'user_id', type='many2one', relation='res.users', store=True, string='Salesman'),
         'company_id': fields.related('order_id', 'company_id', type='many2one', relation='res.company', string='Company', store=True, readonly=True),
     }
-    _order = 'sequence, id desc'
+    _order = 'sequence, id'
     _defaults = {
         'discount': 0.0,
         'delay': 0.0,

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to