Remove 'Artikel' in header
change email from user's-email to company-email add notes from LOTdevelop
							parent
							
								
									85986d15db
								
							
						
					
					
						commit
						662a892264
					
				|  | @ -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> | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue