print Tel: and/or Mobil: at delivery sheet
parent
911ae2548f
commit
1e8343255a
|
|
@ -29,10 +29,18 @@
|
|||
<br/>
|
||||
<span t-esc="o.partner_id.country_id.name"/>
|
||||
<br/>
|
||||
<div>
|
||||
<strong>Tel: </strong>
|
||||
<span t-esc="o.partner_id.phone"/>
|
||||
</div>
|
||||
<t t-if="o.partner_id.phone">
|
||||
<div>
|
||||
<strong>Tel: </strong>
|
||||
<span t-esc="o.partner_id.phone"/>
|
||||
</div>
|
||||
</t>
|
||||
<t t-if="o.partner_id.mobile">
|
||||
<div>
|
||||
<strong>Mobil: </strong>
|
||||
<span t-esc="o.partner_id.mobile"/>
|
||||
</div>
|
||||
</t>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-xs-3">
|
||||
|
|
@ -55,10 +63,18 @@
|
|||
<br/>
|
||||
<span t-esc="o.sale_id.partner_id.country_id.name"/>
|
||||
<br/>
|
||||
<div>
|
||||
<strong>Tel: </strong>
|
||||
<span t-esc="o.sale_id.partner_id.phone"/>
|
||||
</div>
|
||||
<t t-if="o.sale_id.partner_id.phone">
|
||||
<div>
|
||||
<strong>Tel: </strong>
|
||||
<span t-esc="o.sale_id.partner_id.phone"/>
|
||||
</div>
|
||||
</t>
|
||||
<t t-if="o.sale_id.partner_id.mobile">
|
||||
<div>
|
||||
<strong>Mobil: </strong>
|
||||
<span t-esc="o.sale_id.partner_id.mobile"/>
|
||||
</div>
|
||||
</t>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-xs-3">
|
||||
|
|
|
|||
Loading…
Reference in New Issue