From 11da4c6c39271db86b62fb1029f89f969889c869 Mon Sep 17 00:00:00 2001
From: Juliana <juliana@le-filament.com>
Date: Tue, 15 Mar 2022 11:34:01 +0100
Subject: [PATCH] [UPD]Change format position + Add weigjt

---
 __manifest__.py        | 2 +-
 static/src/xml/pos.xml | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/__manifest__.py b/__manifest__.py
index 7303f5a..0f01029 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.4",
+    "version": "12.0.1.5.5",
     "development_status": "Beta",
     "author": "Le Filament",
     "maintainers": ["remi-filament"],
diff --git a/static/src/xml/pos.xml b/static/src/xml/pos.xml
index 6cd84ac..7183aca 100644
--- a/static/src/xml/pos.xml
+++ b/static/src/xml/pos.xml
@@ -99,8 +99,8 @@
 
             ^FX Third section with bar code.
             ^BY3,2,10
-            ^FO100,30^BQ,2,4,H,7^FDQA,<t t-esc='url_barcode'/>^FS
-
+            ^FO128,30^BQ,2,4,H,7^FDQA,<t t-esc='url_barcode'/>^FS
+            ^FO175,170^FD<t t-esc='weight_gr'/>^FS
             ^XZ
 <!--            ^XA-->
 
-- 
GitLab