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.
 
 
 
 
 

17 lines
586 B

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<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>