跳至內容
選單
此問題已被標幟
1 回覆
1433 瀏覽次數
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


頭像
捨棄

Hello so Which name you would like it turn into ?

最佳答案

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,

頭像
捨棄