533
525
partner_ids = p_obj.search([('partner_type', 'in', ['section', 'intermission']), ('active', '=', False), ('name', 'not in', exclude_name)])
535
527
p_obj.write(partner_ids, {'active': True})
536
ext_ids = p_obj.search([('partner_type', '=', 'external'), ('active', '=', False)])
540
529
class dump_all(unittest.TestCase):