Hello everyone
I am trying to add a second page to report_mrporder, this second page would be the drawing of finished product stored as google drive url and attached to bom (pdf).
<p style="page-break-after:always;"> </p>
<p> <span t-field="o.bom_id.message_main_attachment_id.url"/> </p>
These are the lines added to qweb but nothing
Someone can tell me where is the error?
If the problem is pdf format can I use imagemagick to convert it on real time?
Thank you