diff options
| author | Mqdd <ahmadmiqdad27@gmail.com> | 2026-01-10 10:21:44 +0700 |
|---|---|---|
| committer | Mqdd <ahmadmiqdad27@gmail.com> | 2026-01-10 10:21:44 +0700 |
| commit | 4cedbbdded01c7d8db115a93e5ab3337404f86a4 (patch) | |
| tree | c9af90ca9f1f1aad4251c130313b33c5ba6a8f8e | |
| parent | 6e9192ac6f2f4f3e833c1e0872db6e944b6f306a (diff) | |
<Miqdad> decrease barcode size print picking list
| -rw-r--r-- | fixco_custom/views/report_picking_list_new.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fixco_custom/views/report_picking_list_new.xml b/fixco_custom/views/report_picking_list_new.xml index a10e231..673e394 100644 --- a/fixco_custom/views/report_picking_list_new.xml +++ b/fixco_custom/views/report_picking_list_new.xml @@ -80,8 +80,8 @@ <div style="text-align: center; margin-bottom: 15px;"> <!-- Barcode --> <div style="text-center: center; margin-bottom: 10px;"> - <img t-att-src="'https://xpanel.fixcomart.com/report/barcode/?type=%s&value=%s&width=%s&height=%s' % ('QR', o.name, 100, 100)" - style="width:250px;height:250px;" alt="QR Code"/> + <img t-att-src="'https://xpanel.fixcomart.com/report/barcode/?type=%s&value=%s&width=%s&height=%s' % ('QR', o.name, 150, 150)" + style="width:150px;height:150px;" alt="QR Code"/> </div> <t t-if="was_printed_map.get(o.id)"> <div class="duplicate-watermark"> |
