Skip to Content
Menu
This question has been flagged
1 Odpoveď
7714 Zobrazenia

I have a web application for my customers, which consumes Odoo data through endpoints, I want in an endpoint to get the download url of files related to an invoice, so they can be downloaded from my website which can be accessed by my customers.

Avatar
Zrušiť
Best Answer

HI,
First you need to make public=True for that record in ir.attachment.

And then the link is like "/web/content/{attachment.id}?download=true" so when someone access this url it download the content in that attachment record.

Eg: https://www.odoo.com/web/content/123?download=true

Or from attachment, you get the url from local_url variable

Regards

Avatar
Zrušiť
Related Posts Replies Zobrazenia Aktivita
0
aug 24
3750
0
máj 22
3418
0
máj 23
86
0
jún 19
3462
0
mar 15
4105