Remove 'Artikel' in header

change email from user's-email to company-email
add notes from LOT
develop
Andreas Osim 2018-05-22 14:08:28 +02:00
parent 85986d15db
commit 662a892264
1 changed files with 5 additions and 6 deletions

View File

@ -80,11 +80,7 @@
<strong>
<span class="col-xs-2">Email:</span>
</strong>
<span class="col-xs-3" t-field="o.user_id.email"/>
<strong>
<span class="col-xs-2">Artikel:</span>
</strong>
<span class="col-xs-2" t-field="o.num_items"/>
<span class="col-xs-3" t-field="res_company.email"/>
</div>
<div class="row">
<div class="col-xs-3" style="padding-right: 5px">
@ -157,11 +153,14 @@
<br/>
</t>
<span t-field="order_line.name"/>
<t t-if="order_line.delivery_date">
<t t-if="order_line.delivery_date and (order_line.delivery_date != o.delivery_date)">
<br/>
<strong>Voraussichtliches Lieferdatum:</strong>
<span t-field="order_line.delivery_date"/>
</t>
<p t-if="order_line.lot_id.notes">
<span t-field="order_line.lot_id.notes"/>
</p>
<p t-if="o.note_line">
<span t-field="o.note_line"/>
</p>