From 9ec331d2a89e3930be0dd0916c82cfdace25527f Mon Sep 17 00:00:00 2001 From: Juliana <juliana@le-filament.com> Date: Tue, 15 Mar 2022 10:13:54 +0100 Subject: [PATCH] Old version template --- __manifest__.py | 2 +- static/src/xml/pos.xml | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/__manifest__.py b/__manifest__.py index 50f3165..da73dd8 100644 --- a/__manifest__.py +++ b/__manifest__.py @@ -1,7 +1,7 @@ { "name": "VRACOOP - POS Balance Container QRCode", "summary": "VRACOOP - POS Balance Container QRCode", - "version": "12.0.1.5.2", + "version": "12.0.1.5.3", "development_status": "Beta", "author": "Le Filament", "maintainers": ["remi-filament"], diff --git a/static/src/xml/pos.xml b/static/src/xml/pos.xml index e260a07..a6dcf6e 100644 --- a/static/src/xml/pos.xml +++ b/static/src/xml/pos.xml @@ -95,22 +95,22 @@ <t t-name="XmlQR"> <receipt align='center' width='40' value-thousands-separator='' > -<!-- ^XA--> + ^XA -<!-- ^FX Third section with bar code.--> -<!-- ^BY3,2,10--> -<!-- ^FO60,30^BQ,2,5,H,7^FDQA,<t t-esc='url_barcode'/>^FS--> + ^FX Third section with bar code. + ^BY3,2,10 + ^FO60,30^BQ,2,5,H,7^FDQA,<t t-esc='url_barcode'/>^FS -<!-- ^XZ--> + ^XZ <!-- ^XA--> <!-- ^FO40,143^BQ,2,4,H,7^FDQA,<t t-esc='url_barcode'/>^FS--> <!-- ^XZ--> <!-- ^XA--> - ^FO103,30^BQ,2,4,H,7^FDQA,<t t-esc='url_barcode'/>^FS - ^CF,15,10^FO135,170^FD<t t-esc='weight_gr'/>^FS - ^XZ +<!-- ^FO103,30^BQ,2,4,H,7^FDQA,<t t-esc='url_barcode'/>^FS--> +<!-- ^CF,15,10^FO135,170^FD<t t-esc='weight_gr'/>^FS--> +<!-- ^XZ--> </receipt> </t> -- GitLab