| 
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -7,9 +7,11 @@ class event_media_link(models.Model): | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    _description = 'event media link' | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    date_recording = fields.Date('Recording date') | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    start_time_recording = fields.Float('Recording start time') | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    link = fields.Char('Link') | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    format_recording =fields.Selection(string='Format',[('audio','audio'),('video','video')],required=True, default='video') | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    format_recording =fields.Selection(string='Format',selection=[('audio','audio'),('video','video')],required=True, default='video') | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    duration=fields.Float('Duration') | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    description=fields.Char('Description') | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    event_id=fields.Many2one('event.event') | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					     |