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
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up
All about QR Codes: https://learnopenerp.blogspot.com/2022/06/generate-qr-code-for-qweb-report-redirect-to-url-odoo.html