This question has been flagged

Hello,

I want to add subemenu via now module to a menu created via Odoo Studio.

It has external identifier: studio_customization.findata_b69e1b31-3783-40e3-a65a-a408b3af640e

This is .xml file:

<?xml version="1.0"?>
<odoo>
<menuitem id="studio_customization.findata_b69e1b31-3783-40e3-a65a-a408b3af640e" name="FinData" />
<menuitem id="menu_findata_reports"
name="Reports"
parent="studio_customization.findata_b69e1b31-3783-40e3-a65a-a408b3af640e"
sequence="100"
/>
</odoo>


I get a new record in ir.ui.menu it has an external identifier, but when I got to settings->technical->menu items it is not there and I don't see it in my application.

Avatar
Discard