fix DlvLogo DlvRetailLogo
							parent
							
								
									9e6bcfc032
								
							
						
					
					
						commit
						0599c82462
					
				|  | @ -103,7 +103,7 @@ | |||
|                     </p> | ||||
|                 </div> | ||||
|                 <div class="col-xs-5 text-right"> | ||||
|                     <t t-if="DlvLogo and o._name == 'stock.picking' and is_picking"> | ||||
|                     <t t-if="(DlvRetailLogo or DlvLogo) and o._name == 'stock.picking' and is_picking"> | ||||
|                         <img t-if="o.sale_id.partner_id.retail_partner_id.image" t-att-src="'data:image/png;base64,%s' % o.sale_id.partner_id.retail_partner_id.image.decode()" | ||||
|                              style="max-height: 85px;"/> | ||||
|                     </t> | ||||
|  | @ -128,7 +128,7 @@ | |||
|             <div class="row"> | ||||
|                 <hr class="red-line-1"/> | ||||
|             </div> | ||||
|             <t t-if="DlvLogo and o._name == 'stock.picking' and is_picking"> | ||||
|             <t t-if="(DlvRetailLogo or DlvLogo) and o._name == 'stock.picking' and is_picking"> | ||||
|                 <div class="row" style="padding-left:0;"> | ||||
|                     <div class="col-xs-12 text-center"> | ||||
|                         <strong> | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue