Ir al contenido
Menú
Se marcó esta pregunta
1 Responder
1441 Vistas
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
Descartar

Hello so Which name you would like it turn into ?

Mejor respuesta

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
Descartar