コンテンツへスキップ

QR Code Generator Engine

バイナリフィールドで QR code を自動生成
42.96 € 42.96 € (税抜)
US$ 50.00 (税抜)

  • バージョン
利用規約
30日間返金保証
配送: 2-3 営業日内


ODOOの機能

Odoo は、異なるレポートでバーコードを印刷するためのバーコードウィジェットを提供します。



CLUEDOOの機能

CLuedoo はQR code generatorを追加し、以下が可能です:

1️⃣ 任意のテキストフィールドから QR code を生成

2️⃣ Odoo インターフェースに QR code を直接表示

3️⃣ レポートに QR code を追加

1. 任意のモデルの任意のレコードに移動 > Studio > 2つのフィールドを作成:

  • char タイプ 

例:x_studio_qr_code_full_sequence

  • binary タイプ

例:x_studio_qr_code_full_2

2. binary フィールドに DependenciesComputation を追加

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. char フィールドに入力すると > binary フィールドで QR code が自動的に生成されます