shorttext
							parent
							
								
									ba52bcb5eb
								
							
						
					
					
						commit
						2904b67c19
					
				|  | @ -201,9 +201,13 @@ | |||
|                                                 <br/> | ||||
|                                             </span> | ||||
|                                             <span t-if="shorttext"> | ||||
|                                                 <strong>Kurztext:</strong> | ||||
|                                                 <span t-if="invoice_line.lot_id.short_text" t-field="invoice_line.lot_id.short_text"/> | ||||
|                                                 <span t-if="not invoice_line.lot_id.short_text" t-field="invoice_line.name"/> | ||||
|                                                 <span> | ||||
|                                                     <strong>Kurztext:</strong> | ||||
|                                                     t-if="invoice_line.lot_id.short_text" t-field="invoice_line.lot_id.short_text" | ||||
|                                                 </span> | ||||
|                                                 <span> | ||||
|                                                     t-if="not invoice_line.lot_id.short_text" t-field="invoice_line.name" | ||||
|                                                 </span> | ||||
|                                             </span> | ||||
|                                             <span t-if="not shorttext"> | ||||
|                                                 <span t-field="invoice_line.name"/> | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue