11 lines
		
	
	
		
			328 B
		
	
	
	
		
			XML
		
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			328 B
		
	
	
	
		
			XML
		
	
	
| <openerp>
 | |
| 	<data>
 | |
| 
 | |
|     <template id="custom_header" inherit_id="web.layout" name="Custom Header">
 | |
|         <xpath expr="//link[@rel='shortcut icon']" position="replace">
 | |
|             <link rel="shortcut icon" href="/cam_custom/static/src/img/favicon.ico" type="image/x-icon"/>
 | |
|         </xpath>
 | |
|     </template>
 | |
| 
 | |
| 	</data>
 | |
| </openerp> |