Currently, the open-source project Odoo uses PyPDF2 to render PDFs:
It would be really interesting to see if fpdf2 could be used as an alternative PDF renderer.
To close this GitHub issue, we could add a section in our documentation, for example on the page Usage in web APIs, describing how to "plug" fpdf2 into Odoo, ideally using a plug-and-play approaching like a module, or else making a fork of https://github.com/odoo/odoo.
Currently, the open-source project Odoo uses PyPDF2 to render PDFs:
It would be really interesting to see if
fpdf2could be used as an alternative PDF renderer.To close this GitHub issue, we could add a section in our documentation, for example on the page Usage in web APIs, describing how to "plug"
fpdf2into Odoo, ideally using a plug-and-play approaching like a module, or else making a fork of https://github.com/odoo/odoo.