This question has been flagged
1 Reply
3916 Views

How to Hide Setting menu in OpenERP 7?

Avatar
Discard
Best Answer

You can delete menu by using delete tag in xml.

Try this:

<delete id="your_menu_id" model="ir.ui.menu"/>

Then update your module. This will remove menu.

Avatar
Discard
Author

thank for reply. we put code where?

You can put it in your custom module.