Draft Leads crm.lead [('stage_id.sequence', '=', 1)] Reminder to User True ir.actions.server email Set Auto Reminder on leads which are not open since 5 days. 1 on_time 5 day Leads from USA crm.lead [('country_id','=','United States')] Set team to Sales Department True ir.actions.server code sales_team = self.pool.get('ir.model.data').get_object(cr, uid, 'sales_team', 'section_sales_department') object.write({'section_id': sales_team.id}) Set Auto Followers on leads which are urgent and come from USA. 2 on_create