|
@@ -7,6 +7,7 @@
|
|
|
<img t-att-src="logo" style="width:100%;"/>
|
|
|
</div> -->
|
|
|
<center>OIKOITE PIZZERIA</center>
|
|
|
+ <center>0973 558806</center>
|
|
|
<br/>
|
|
|
<div class="pos-center-align"><t t-esc="new Date().toString(Date.CultureInfo.formatPatterns.shortDate + ' ' +
|
|
|
Date.CultureInfo.formatPatterns.longTime)"/>
|
|
@@ -25,7 +26,8 @@
|
|
|
<t t-if="order.attributes.client">
|
|
|
|
|
|
Cliente: <t t-esc="order.attributes.client.name ? order.attributes.client.name : ''"/><br />
|
|
|
- N° de legajo: <t t-esc="order.attributes.client.mobile ? order.attributes.client.mobile : ''"/>
|
|
|
+ Dirección: <t t-esc="order.attributes.client.street ? order.attributes.client.street : ''"/><br />
|
|
|
+ Contacto: <t t-esc="order.attributes.client.mobile ? order.attributes.client.mobile : ''"/>
|
|
|
</t>
|
|
|
<br/>
|
|
|
<br />
|