From b75857396411d5a0bd4132b23309a872c08977d2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?R=C3=A9mi=20-=20Le=20Filament?= <remi@le-filament.com>
Date: Wed, 7 Jul 2021 17:16:57 +0200
Subject: [PATCH] [fix] incorrect field name

---
 report/report_pricelist.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/report/report_pricelist.xml b/report/report_pricelist.xml
index d301d3e..9fcfb37 100644
--- a/report/report_pricelist.xml
+++ b/report/report_pricelist.xml
@@ -9,8 +9,8 @@
             <th>Codes Barre</th>
         </xpath>
         <xpath expr="//table/tbody/t/tr/td[1]" position="after">
-          <td class="text-right">
-              <t t-esc="product['list_price']"/>
+          <td>
+              <t t-esc="product['barcode']"/>
           </td>
         </xpath>
 
-- 
GitLab