Tuesday, July 18, 2023
1 change · master
New functionality added to Odoo
Knowledge users can now use a new print option to print articles or save them as PDFs through their browser. This gives teams an easier way to share or archive articles, while keeping better article formatting for printed output.
Original PR description
This commit simply adds a shortcut to the browser "print" feature that will allow end users to export their article to PDF (or print it). We are not using "wkhtmltopdf" as it does not support emojis. (And the investigation on that issue showed that adding the support for that would be very complicated). Note that exporting with the browser is not as good as we do not control everything, for example the browser will add the URL of the page to the printed document. It is however possible to customize the export to some extent, if the end user knows the various options. Task-2892055