diff --git a/report/report_pricelist.xml b/report/report_pricelist.xml index d301d3e96806d9823f8d6ea67b85bd54479966f9..9fcfb37ee51e7a587d2aef86fd59943adb5cac51 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>