Browse Source

Agregar código ean a transferencia en la impresión

SEBAS 5 months ago
parent
commit
03fb399ffa
1 changed files with 4 additions and 0 deletions
  1. 4 0
      print_stock_transfer.xml

+ 4 - 0
print_stock_transfer.xml

@@ -188,12 +188,16 @@
                             <table class="table table-condensed table-bordered">
                                 <thead>
                                     <tr>
+                                        <th class="text-center">EAN13</th>
                                         <th class="text-center">Descripción</th>
                                         <th class="text-center">Cantidad</th>
                                     </tr>
                                </thead>
                                <tbody class="sale_tbody">
                                     <tr t-foreach="o.lines" t-as="l">
+                                      <td>
+                                         <span t-field="l.ean13"/>
+                                      </td>
                                       <td>
                                          <span t-field="l.product_id"/>
                                       </td>