|
@@ -14,14 +14,13 @@
|
|
</div>
|
|
</div>
|
|
<br />
|
|
<br />
|
|
</t>
|
|
</t>
|
|
- User: <t t-esc="widget.pos.cashier ? widget.pos.cashier.name : widget.pos.user.name"/>
|
|
|
|
|
|
+ Vendedor: <t t-esc="widget.pos.cashier ? widget.pos.cashier.name : widget.pos.user.name"/>
|
|
<t t-if="order.attributes.client">
|
|
<t t-if="order.attributes.client">
|
|
- <p>--------------------------------------------</p>
|
|
|
|
- Cliente: <t t-esc="order.attributes.client.name ? order.attributes.client.name : ''"/><br />
|
|
|
|
- Teléfono: <t t-esc="order.attributes.client.phone ? order.attributes.client.phone : ''"/><br />
|
|
|
|
- Dirección: <t t-esc="order.attributes.client.address ? order.attributes.client.address : ''"/>
|
|
|
|
|
|
+ <br/>
|
|
|
|
+ Cliente: <t t-esc="order.attributes.client.name ? order.attributes.client.name : ''"/><br/>
|
|
|
|
+ Teléfono: <t t-esc="order.attributes.client.phone ? order.attributes.client.phone : ''"/><br/><br/>
|
|
|
|
+ <!-- Dirección: <t t-esc="order.attributes.client.address ? order.attributes.client.address : ''"/> -->
|
|
</t>
|
|
</t>
|
|
- <p>--------------------------------------------</p>
|
|
|
|
<table class="table table-condensed">
|
|
<table class="table table-condensed">
|
|
<thead>
|
|
<thead>
|
|
<tr>
|
|
<tr>
|
|
@@ -83,7 +82,7 @@
|
|
</td>
|
|
</td>
|
|
</tr>
|
|
</tr>
|
|
</table>
|
|
</table>
|
|
- <p>--------------------------------------------</p>
|
|
|
|
|
|
+ <br/>
|
|
<table>
|
|
<table>
|
|
<tr t-foreach="paymentlines" t-as="line">
|
|
<tr t-foreach="paymentlines" t-as="line">
|
|
<td>
|
|
<td>
|