Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
1 Balas
1440 Tampilan
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
Buang

Hello so Which name you would like it turn into ?

Jawaban Terbai

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
Buang