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.
		
		
		
		
		
			
		
			
				
					
					
						
							27 lines
						
					
					
						
							998 B
						
					
					
				
			
		
		
		
			
			
			
		
		
	
	
							27 lines
						
					
					
						
							998 B
						
					
					
				| <?xml version="1.0" encoding="utf-8"?> | |
| <odoo> | |
|  <record id="action_insta_posts" model="ir.actions.act_window"> | |
|         <field name="name">Instagram Posts</field> | |
|         <field name="res_model">insta.post</field> | |
|         <field name="view_mode">kanban,tree,form</field> | |
|     </record> | |
|     <menuitem id="insta_posts" | |
|               name="INSTAGRAM" | |
|               sequence="10" | |
|               action="action_insta_posts" | |
|               parent="website.menu_site"/> | |
| 
 | |
|     <record id="action_website_insta_profile" model="ir.actions.act_window"> | |
|         <field name="name">Insta profile</field> | |
|         <field name="type">ir.actions.act_window</field> | |
|         <field name="view_mode">kanban,tree,form</field> | |
|         <field name="res_model">insta.profile</field> | |
|     </record> | |
|     <menuitem | |
|             id="web_insta_details" | |
|             name="Instagram" | |
|             sequence="30" | |
|             action="action_website_insta_profile" | |
|             parent="website.menu_website_global_configuration" | |
|     /> | |
| </odoo> |