Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
1 Beantwoorden
1436 Weergaven
hello I want to change the name of the orders menu in the sales module using python  code  but it does not work

record model="ir.ui.menu" id="sale.menu_sale_quotations" 

​field name="name" Nouvel Devis field

record


Avatar
Annuleer

Hello so Which name you would like it turn into ?

Beste antwoord

Hi,

Please use the following code in XML,

<menuitem id="sale.sale_order_menu"
            name="New Name"
            sequence="10">


Don't forget to add sales as depends in the manifest.


Hope it helps,

Avatar
Annuleer