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

<report

 id="account_invoices" 

 model="account.invoice" 

 string="Invoices"

 report_type="qweb-pdf" 

 name="account.report_invoice_with_payments"

 file="account.report_invoice_with_payments" 

 attachment="(object.state in ('open','in_payment','paid')) and ('INV'+(object.number or '').replace('/','')+'.pdf')" print_report_name="(object._get_report_base_filename())" 

groups="account.group_account_invoice" 

 menu="False" />


i'm using this syntex but menu not goes to false any help 

アバター
破棄
最善の回答

Hi,

Once you give menu="False", the report will get invisible from the print menu in the top of the view. Make sure that you have upgraded the module after the changes.

See this: How To Remove Report From Print Menu in Odoo

Thanks

アバター
破棄
関連投稿 返信 ビュー 活動
1
11月 19
3021
0
4月 24
716
5
9月 19
5032
2
10月 18
5736
1
1月 21
5682