Skip to content

Instantly share code, notes, and snippets.

@sehrishnaz
Created September 22, 2021 08:18
Show Gist options
  • Save sehrishnaz/56b5bf512640af257313649beda1f0e3 to your computer and use it in GitHub Desktop.
Save sehrishnaz/56b5bf512640af257313649beda1f0e3 to your computer and use it in GitHub Desktop.
How to Create Action Menu in Odoo8 - Learn OpenERP
<record model="ir.actions.act_window" id="action_list_ideas">
<field name="name">Ideas</field>
<field name="res_model">idea.idea</field>
<field name="view_mode">tree,form</field>
</record>
<menuitem id="menu_ideas" parent="menu_root" name="Ideas" sequence="10" action="action_list_ideas"/>
@sehrishnaz
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment