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
						
					
					
						
							339 B
						
					
					
				
			
		
		
		
			
			
			
		
		
	
	
							9 lines
						
					
					
						
							339 B
						
					
					
				
								<?xml version="1.0" encoding="utf-8"?>
							 | 
						|
								<odoo>
							 | 
						|
								    <!--User group to restrict the debug mode-->
							 | 
						|
								    <record id="restrict_debug_mode" model="res.groups">
							 | 
						|
								        <field name="name">Restrict Debug Mode</field>
							 | 
						|
								        <field name="users"
							 | 
						|
								               eval="[(4, ref('base.user_root')), (4, ref('base.user_admin'))]"/>
							 | 
						|
								    </record>
							 | 
						|
								</odoo>
							 | 
						|
								
							 |