Selaa lähdekoodia

[FIX] cambio de vista

Rodney Elpidio Enciso Arias 6 vuotta sitten
vanhempi
commit
8d69115cbb
1 muutettua tiedostoa jossa 15 lisäystä ja 10 poistoa
  1. 15 10
      static/src/xml/pos_receipt.xml

+ 15 - 10
static/src/xml/pos_receipt.xml

@@ -16,41 +16,46 @@
                 <br />
             </t>
             <p>=============================</p>
-            <br/>
+            <!-- <br/> -->
             Tel: <t t-esc="widget.pos.company.phone || ''"/> <br/>
             Vendedor: <t t-esc="widget.pos.cashier ? widget.pos.cashier.name : widget.pos.user.name"/>
             <t t-if="order.attributes.client">
                 <br/>
+                <p>=============================</p>
                 Cliente: <t t-esc="order.attributes.client.name ? order.attributes.client.name : ''"/><br/>
                 Tel: <t t-esc="order.attributes.client.phone ? order.attributes.client.phone : ''"/><br/><br/>
             </t>
             <p>=============================</p>
-            <br/>
+            <!-- <br/> -->
             <table class="table table-condensed">
-                <thead>
+                <!-- <thead>
                     <tr>
                         <th>Producto    </th>
                         <th class="text-right">Cant.    </th>
                         <th class="text-right">Precio    </th>
                     </tr>
-                </thead>
+                </thead> -->
                 <tbody>
                     <tr t-foreach="orderlines" t-as="orderline">
                         <td>
                             <t t-esc="orderline.get_product().display_name"/>
-                        </td>
-                        <td>
+                            <span>&amp;nbsp;&amp;nbsp;</span>
+                        <!-- </td>
+                        <td> -->
                             <t t-esc="orderline.get_quantity_str_with_unit()"/>
-                        </td>
-                        <td class="pos-right-align">
+                            <span>&amp;nbsp;&amp;nbsp;</span>
+                        <!-- </td>
+                        <td class="pos-right-align"> -->
                             <t t-esc="widget.format_currency(orderline.get_display_price())"/>
                         </td>
+                        
+                        <!-- <br/> -->
                     </tr>
                 </tbody>
             </table>
-            <br />
+            <!-- <br /> -->
             <p>=============================</p>
-            <br/>
+            <!-- <br/> -->
             <table>
                 <tr>
                     <td>Subtotal:   </td>