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