Bỏ qua để đến Nội dung

QR Code Generator Engine

Automatically generate QR code in the binary field
42,96 € 42,96 € (Chưa gồm thuế)
US$ 50,00 (Chưa gồm thuế)

  • Versions
Điều khoản và điều kiện
Đảm bảo hoàn tiền trong 30 ngày
Giao hàng: 2-3 ngày làm việc


ODOO'S FUNCTION

Odoo provides the barcode widget to print barcodes in different reports.



CLUEDOO'S FUNCTION

CLuedoo adds a QR code generator, which can:

1️⃣ generate a QR code from any text field that you like

2️⃣ show the QR code directly on the Odoo interface

3️⃣ add the QR code in the report

1. Go to any record of any model > Studio > Create 2 fields:

  • char type 

e.g., x_studio_qr_code_full_sequence

  • binary type

e.g., x_studio_qr_code_full_2

2.  Add Dependencies and Computation to the binary field

Dependencies: x_studio_qr_code_full_sequence

Compute: for record in self:

       record['x_studio_qr_code_full_2'] = record.generate_qr(record.x_studio_qr_code_full_sequence)


3.  When we fill in the char field > It will  automatically generate QR code in the binary field