rework design of report_sales
							parent
							
								
									c80f97b509
								
							
						
					
					
						commit
						e7f9d4b22f
					
				|  | @ -145,11 +145,14 @@ | |||
|                     </strong> | ||||
|                     <span class="col-xs-10" t-field="o.client_order_ref"/> | ||||
|                 </div> | ||||
|                 <div class="row mt32 dp_note"> | ||||
|                     <p t-if="o.note1"> | ||||
|                 <p t-if="o.note1 != '<p><br></p>' and o.note1 != ''"> | ||||
|                     <div class="row mt32 dp_note"> | ||||
|                         <span t-field="o.note1"/> | ||||
|                     </p> | ||||
|                 </div> | ||||
|                     </div> | ||||
|                 </p> | ||||
|                 <p t-else=""> | ||||
|                     <br/> | ||||
|                 </p> | ||||
|                 <table class="table table-condensed"> | ||||
|                     <t t-set="discount_is_set" t-value="field_set_in_lines(o.order_line, 'discount')"/> | ||||
|                     <thead class="table-header"> | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue