You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							9 lines
						
					
					
						
							328 B
						
					
					
				
			
		
		
		
			
			
			
		
		
	
	
							9 lines
						
					
					
						
							328 B
						
					
					
				| <?xml version="1.0" encoding="utf-8"?> | |
| <odoo> | |
|     <!-- Debug mode restricting groups--> | |
|     <record id="restrict_debug_mode" model="res.groups"> | |
|         <field name="name">Show Debug Icon</field> | |
|         <field name="users" | |
|                eval="[(4, ref('base.user_root')), (4, ref('base.user_admin'))]"/> | |
|     </record> | |
| </odoo>
 | |
| 
 |