I want to create a module that will integrate a view <menuitem> in the CRM internal module so as not to modify in the basic CRM view but coding in my module :
So I want to integrate the Geo Agen menuitem just with the generic menuitem of the CRM internal module without modifying CRM, I already try this but it does not work:
<menuitem parent="crm.crm_menu_root" id="crm.main_geoagenc" name="Agenc Geo"/>
please bind the action of your menu. and then try.
@mitul what action please?
see the other menu of odoo like sales order menu. there is attribute define into the menuitem,
like <menuitem id="menu_id" action="action_id"/>.
thank you i will try this
thank you so much @mitul, it works.