跳至内容
菜单
此问题已终结
1 回复
4875 查看

How to get the URL of the PDF report (qweb report), for example    file:///C:/Users/h/Downloads/test.pdf

形象
丢弃
最佳答案

Hello yasmina,

You can use below code for get url of the pdf report

base_url = self.env['ir.config_parameter'].get_param('web.base.url')
local_url = self.env['ir.attachment'].browse(new_created_attachment_pdf_report).mapped('local_url')
if base_url and local_url:
URL = base_url + '/'+ local_url

URL is final downloadable url for pdf type attachment created

Thanks & Regards,
Email: odoo@aktivsoftware.com
Skype: kalpeshmaheshwari

形象
丢弃
相关帖文 回复 查看 活动
2
7月 23
6021
1
6月 23
4090
1
11月 22
3580
1
10月 21
11956
0
10月 21
1864