Hello,
How to store QR code in Base64 to PNG image file using Python3?
I need to print QR code on the form and have Base64 string of the QR code.
Thanks in advance!
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hello,
How to store QR code in Base64 to PNG image file using Python3?
I need to print QR code on the form and have Base64 string of the QR code.
Thanks in advance!
Hi
Try to add this method to your function
import io, base64 |
Hope it helps
Crea un account oggi per scoprire funzionalità esclusive ed entrare a far parte della nostra fantastica community!
Registrati
All about QR Codes: https://learnopenerp.blogspot.com/2022/06/generate-qr-code-for-qweb-report-redirect-to-url-odoo.html