コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
3472 ビュー

Good night,
I have a problem I can't understand how to change the visible name in the print menu for the existing report Purchase Oder to Purchase_Order. How could it be done?

アバター
破棄
最善の回答

Hi,

If you need to change it from user interface without code, you can activate the developer mode and navigate to Settings -> Technical -> Actions -> Report, and search Purchase Order, then open the corresponding record and you can change the name as per the need.


If you need to do it from the code, do as follows: 

https://ibb.co/Y4SHzjw


Thanks

アバター
破棄

<record id="purchase.action_report_purchase_order" model="ir.actions.report">

<field name="name">New Name</field>

</record>

著作者

If I do it from the user interface it works correctly, however in my case I want to do it with code, I have tried the code that has been attached to me but it does not work for me, it does not make any changes to me. Why could it be?

関連投稿 返信 ビュー 活動
1
12月 22
2024
0
2月 24
1222
2
2月 22
2840
0
2月 20
5483
1
3月 19
5147