Skip to content
Snippets Groups Projects
Commit 5516cff9 authored by Michele's avatar Michele
Browse files

[FIX] empty page is printed while trying to print images from attachmentViewer


closes odoo/odoo#114547

Signed-off-by: default avatarSébastien Theys (seb) <seb@odoo.com>
parent 9d8b0655
No related branches found
No related tags found
No related merge requests found
......@@ -169,7 +169,7 @@ registerModel({
</script>
</head>
<body onload='onloadImage()'>
<img src="${this.imageUrl}" alt=""/>
<img src="${this.attachmentViewerViewable.imageUrl}" alt=""/>
</body>
</html>`);
printWindow.document.close();
......
Italy, 07/03/2023
STeSI Consulting srl agrees to the terms of the Odoo Corporate Contributor License
Agreement v1.0.
I declare that I am authorized and able to make this agreement and sign this
declaration.
Signed,
Francesco Moccia moccia.f@stesi.eu https://github.com/stesifrancesco
List of contributors:
Michele Di Croce dicroce.m@stesi.eu https://github.com/micheledic
Francesco Moccia moccia.f@stesi.eu https://github.com/stesifrancesco
Arcadio Pinto pinto.a@stesi.eu https://github.com/ArcadioPinto
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment