169
169
po_obj.write(cr, uid, [po['id']], vals)
171
def us_822_patch(self, cr, uid, *a, **b):
171
180
def disable_crondoall(self, cr, uid, *a, **b):
172
181
cron_obj = self.pool.get('ir.cron')
173
182
cron_ids = cron_obj.search(cr, uid, [('doall', '=', True), ('active', 'in', ['t', 'f'])])