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 menuitem. I have tried for inheriting action window also but it didnt worked for me.
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>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With