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.
		
		
		
		
		
			
		
			
				
					
					
						
							77 lines
						
					
					
						
							4.2 KiB
						
					
					
				
			
		
		
		
			
			
			
		
		
	
	
							77 lines
						
					
					
						
							4.2 KiB
						
					
					
				| <?xml version="1.0" encoding="utf-8"?> | |
| <odoo> | |
|     <!-- Snippets inherit  menu --> | |
|     <template id="inherit_snippets" inherit_id="web_editor.snippets"> | |
|         <xpath expr="//div[@id='o_scroll']/t[@id='default_snippets']" position="after"> | |
|             <div id="snippet_animate" class="o_panel"> | |
|                 <div class="o_panel_header">Animated Snippet</div> | |
|                 <div class="o_panel_body"> | |
|                     <t t-snippet="animated_snippet.a_features" | |
|                        t-thumbnail="/animated_snippet/static/src/img/a_feature_thumb.svg"> | |
|                         <keywords>Features</keywords> | |
|                     </t> | |
|                     <t t-snippet="animated_snippet.a_features_01" | |
|                        t-thumbnail="/animated_snippet/static/src/img/a_feature_thumb.svg"> | |
|                         <keywords>Features 01</keywords> | |
|                     </t> | |
|                     <t t-snippet="animated_snippet.a_columns" | |
|                        t-thumbnail="/animated_snippet/static/src/img/a_columns_thumb.svg"> | |
|                         <keywords>Columns</keywords> | |
|                     </t> | |
|                     <t t-snippet="animated_snippet.a_image_gallery" | |
|                        t-thumbnail="/animated_snippet/static/src/img/a_images_gallery_thumb.svg"> | |
|                         <keywords>Image Gallery</keywords> | |
|                     </t> | |
|                     <t t-snippet="animated_snippet.a_features_02" | |
|                        t-thumbnail="/animated_snippet/static/src/img/a_feature_thumb.svg"> | |
|                         <keywords>Features 02</keywords> | |
|                     </t> | |
|                     <t t-snippet="animated_snippet.a_features_03" | |
|                        t-thumbnail="/animated_snippet/static/src/img/a_feature_thumb.svg"> | |
|                         <keywords>Features 03</keywords> | |
|                     </t> | |
|                     <t t-snippet="animated_snippet.a_features_04" | |
|                        t-thumbnail="/animated_snippet/static/src/img/a_feature_thumb.svg"> | |
|                         <keywords>Features 04</keywords> | |
|                     </t> | |
|                     <t t-snippet="animated_snippet.a_color_blocks" | |
|                        t-thumbnail="/animated_snippet/static/src/img/a_color_block_thumb.svg"> | |
|                         <keywords>Big Boxes</keywords> | |
|                     </t> | |
|                     <t t-snippet="animated_snippet.a_features_05" | |
|                        t-thumbnail="/animated_snippet/static/src/img/a_feature_thumb.svg"> | |
|                         <keywords>Features 05</keywords> | |
|                     </t> | |
|                     <t t-snippet="animated_snippet.a_features_06" | |
|                        t-thumbnail="/animated_snippet/static/src/img/a_feature_thumb.svg"> | |
|                         <keywords>Features 06</keywords> | |
|                     </t> | |
|                     <t t-snippet="animated_snippet.a_features_07" | |
|                        t-thumbnail="/animated_snippet/static/src/img/a_feature_thumb.svg"> | |
|                         <keywords>Features 07</keywords> | |
|                     </t> | |
|                     <t t-snippet="animated_snippet.a_showcase" | |
|                        t-thumbnail="/animated_snippet/static/src/img/a_showcase_thumb.svg"> | |
|                         <keywords>Showcase</keywords> | |
|                     </t> | |
|                     <t t-snippet="animated_snippet.a_features_08" | |
|                        t-thumbnail="/animated_snippet/static/src/img/a_feature_thumb.svg"> | |
|                         <keywords>Features 08</keywords> | |
|                     </t> | |
|                     <t t-snippet="animated_snippet.a_features_09" | |
|                        t-thumbnail="/animated_snippet/static/src/img/a_feature_thumb.svg"> | |
|                         <keywords>Features 09</keywords> | |
|                     </t> | |
|                     <t t-snippet="animated_snippet.a_numbers" | |
|                        t-thumbnail="/animated_snippet/static/src/img/a_numbers_thumb.svg"> | |
|                         <keywords>Numbers</keywords> | |
|                     </t> | |
|                     <t t-snippet="animated_snippet.a_product_list" | |
|                        t-thumbnail="/animated_snippet/static/src/img/a_product_list_thumb.svg"> | |
|                         <keywords>Product List</keywords> | |
|                     </t> | |
|                 </div> | |
|             </div> | |
|         </xpath> | |
|     </template> | |
| </odoo> |