Vijaykumar Baladaniya has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-bug-1023322-vba into 
lp:openobject-addons.

Requested reviews:
  OpenERP Core Team (openerp)

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-1023322-vba/+merge/124419

Hello Sir,

    I have improve the code to sort the columns of meetings list view. Kindly 
review the code.

Thanks,
Vijay Baladaniya
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-1023322-vba/+merge/124419
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-bug-1023322-vba.
=== modified file 'base_calendar/base_calendar.py'
--- base_calendar/base_calendar.py	2012-09-04 16:36:44 +0000
+++ base_calendar/base_calendar.py	2012-09-14 13:33:53 +0000
@@ -1297,6 +1297,8 @@
                                  0, 0, order, context, count=False)
         if context.get('virtual_id', True):
             res = self.get_recurrent_ids(cr, uid, res, args, limit, context=context)
+            res = super(calendar_event, self).search(cr, uid, [('id','in',res)], \
+                                 0, 0, order, context, count=False)
 
         if count:
             return len(res)

_______________________________________________
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