i want to change the Name of the "Contacts" Menu (Submenu) after selecting the main "Contacts" on the dropdown left.
OdooV12 Community
i know how to change it with code in genrell but my problem is that i do not know the ID of this menu ite.
How can i find that out by myself for future tasks and for this task?
<record model="ir.ui.menu" id="base.??????????">
<field name='name'>NEW NAME</field>
</record>