Hello,
I want to override this menu item :
<menuitem name="AAA"
id="purchase.menu_purchase_rfq"
parent="purchase.menu_procurement_management"/>
So this is the good id and parent because I can move it as I want, but name = "AAA" as no effect.
I tried to update the action too but it doesn't work :
<record id="purchase.purchase_rfq" model="ir.actions.act_window">
<field name="name">AAAA</field>
</record>
Could you help me please.
Thx
<record id="purchase.menu_purchase_rfq" model="ir.ui.menu">
<field name="name">AAAA</field>
</record>
Yeah I tried with model="ir.ui.menu" and everything as you wrote. Sorry for mistake before.
But still not working.
String is still the same
Up please, someone have an idea
Up n2 is it a bug of Odoo ?