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

This is my current code to get invoice pdf report at '/api/'

invoice = request.env['account.move'].sudo().search([('id','=',invoice_id)])

report_ref = request.env.ref('account.account_invoices')
pdf_content, content_type = request.env['ir.actions.report'].sudo()._render_qweb_pdf(report_ref, [invoice_id])


the pdf is not generating to return. how can i solve this?
アバター
破棄
最善の回答

I'm getting the same problem

アバター
破棄
関連投稿 返信 ビュー 活動
8
2月 19
11099
2
4月 24
1830
1
12月 23
1961
0
3月 22
2
2
6月 20
5561