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.
		
		
		
		
		
			
		
			
				
					
					
						
							53 lines
						
					
					
						
							2.5 KiB
						
					
					
				
			
		
		
		
			
			
			
		
		
	
	
							53 lines
						
					
					
						
							2.5 KiB
						
					
					
				| <?xml version="1.0" encoding="UTF-8" ?> | |
| <odoo> | |
|     <template id="index_website_snippet" inherit_id="website.snippets" | |
|               name="index_website_snippet"> | |
|         <xpath expr="//div[@id='snippet_feature']/div[hasclass('o_panel_body')]" | |
|                position="inside"> | |
|             <!--        index_about_section--> | |
|             <t t-snippet="theme_splash.index_about_feature1" | |
|                t-thumbnail="/theme_splash/static/src/images/snippets/feature-block-1.png" | |
|             /> | |
|             <!--        index_service--> | |
|             <t t-snippet="theme_splash.index_service" | |
|                t-thumbnail="/theme_splash/static/src/images/snippets/services-tab-block.png" | |
|             /> | |
|             <!--        Banner_snippet--> | |
|             <t t-snippet="theme_splash.banner" | |
|                t-thumbnail="/theme_splash/static/src/images/snippets/banner.png" | |
|             /> | |
|             <!--        index_banner2_service--> | |
|             <t t-snippet="theme_splash.index_highlight_banner" | |
|                t-thumbnail="/theme_splash/static/src/images/snippets/highlight-banner-block.png" | |
|             /> | |
|             <!--        index_expect--> | |
|             <t t-snippet="theme_splash.index_expect_feature" | |
|                t-thumbnail="/theme_splash/static/src/images/snippets/feature-block-3.png" | |
|             /> | |
|             <!--        index_partner--> | |
|             <t t-snippet="theme_splash.index_partner" | |
|                t-thumbnail="/theme_splash/static/src/images/snippets/suppliers-block.png" | |
|             /> | |
|             <!--        index_experience_snippet--> | |
|             <t t-snippet="theme_splash.index_experience" | |
|                t-thumbnail="/theme_splash/static/src/images/snippets/experience-block.png" | |
|             /> | |
|             <!--        Service banner--> | |
|             <t t-snippet="theme_splash.s_service" | |
|                t-thumbnail="/theme_splash/static/src/images/snippets/services.png" | |
|             /> | |
|             <!--        About banner--> | |
|             <t t-snippet="theme_splash.s_about" | |
|                t-thumbnail="/theme_splash/static/src/images/snippets/about-feature-block-1.png" | |
|             /> | |
|             <!--        index_service_tab_snippet--> | |
|             <t t-snippet="theme_splash.index_service_tab" | |
|                t-thumbnail="/theme_splash/static/src/images/snippets/services-block.png" | |
|             /> | |
|             <!--        index_testmonial_snippet--> | |
|             <t t-snippet="theme_splash.index_testmonial" | |
|                t-thumbnail="/theme_splash/static/src/images/snippets/testimonials.png" | |
|             /> | |
|         </xpath> | |
|     </template> | |
| </odoo>
 | |
| 
 |