In odoo, I want to change the action window of default menuitem. As I can not do changes in default module, I have created other menuitem but it is showing both default and new
Hide original menuitem and create new one with same sequence and parent.
Easy as eating ice-cream ;)
Here is the answer to inherit the menuitem..
<record model="ir.ui.menu" id="module_name.original_menu"> <field name="action" ref="new_action_id"/> </record>