12 lines
		
	
	
		
			420 B
		
	
	
	
		
			XML
		
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			420 B
		
	
	
	
		
			XML
		
	
	
| <?xml version="1.0" encoding="utf-8"?>
 | |
| <odoo>
 | |
| 
 | |
|     <template id="assets_frontend" inherit_id="website.assets_frontend">
 | |
|         <xpath expr="." position="inside">
 | |
|             <link href="/website_cookiebar/static/src/css/jquery.cookiebar.css" rel="stylesheet"/>
 | |
|             <script type="text/javascript" src="/website_cookiebar/static/src/js/lib/jquery.cookiebar.js"></script>
 | |
|         </xpath>
 | |
|     </template>
 | |
| 
 | |
| </odoo>
 |