Merge remote-tracking branch 'origin/develop' into develop
						commit
						6605232d1d
					
				|  | @ -191,9 +191,9 @@ | ||||||
|                             <tr> |                             <tr> | ||||||
|                                 <td colspan="4" style="border: 0;text-align: center;"> |                                 <td colspan="4" style="border: 0;text-align: center;"> | ||||||
|                                     <img t-if="order_line.lot_id.image_medium" |                                     <img t-if="order_line.lot_id.image_medium" | ||||||
|                                          t-att-src="'data:image/png;base64,%s' % order_line.lot_id.image_medium.decode()"/> |                                          t-att-src="'data:image/png;base64,%s' % order_line.lot_id.image_medium.decode()" style="max-width: 128px;"/> | ||||||
|                                     <img t-if="not order_line.lot_id.image_medium and order_line.product_id.image_medium" |                                     <img t-if="not order_line.lot_id.image_medium and order_line.product_id.image_medium" | ||||||
|                                          t-att-src="'data:image/png;base64,%s' % order_line.product_id.image_medium.decode()"/> |                                          t-att-src="'data:image/png;base64,%s' % order_line.product_id.image_medium.decode()" style="max-width: 128px;"/> | ||||||
|                                 </td> |                                 </td> | ||||||
|                             </tr> |                             </tr> | ||||||
|                         </t> |                         </t> | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue