hide =-Values for taxes in dp_reports_sale & dp_reports_account in summary-section
							parent
							
								
									7b8913b665
								
							
						
					
					
						commit
						ab58980d2b
					
				|  | @ -261,6 +261,7 @@ | |||
|                                     </td> | ||||
|                                 </tr> | ||||
|                                 <tr t-foreach="o.tax_line_ids" t-as="tax_line"> | ||||
|                                     <t t-if="tax_line.amount > 0"> | ||||
|                                         <td> | ||||
|                                             <span t-field="tax_line.tax_id.description"/> | ||||
|                                         </td> | ||||
|  | @ -268,6 +269,7 @@ | |||
|                                             <span t-field="tax_line.amount" | ||||
|                                                   t-options='{"widget": "monetary", "display_currency": o.currency_id}'/> | ||||
|                                         </td> | ||||
|                                     </t> | ||||
|                                 </tr> | ||||
|                                 <tr class="amount-total"> | ||||
|                                     <td> | ||||
|  |  | |||
|  | @ -266,6 +266,7 @@ | |||
|                                 <t t-set="tax_groups_length" t-value="len(o._get_tax_amount_by_group())"/> | ||||
|                                 <t t-foreach="o._get_tax_amount_by_group()" t-as="amount_by_group"> | ||||
|                                     <tr style="border-bottom:1px solid #dddddd;"> | ||||
|                                         <t t-if="amount_by_group[1] > 0"> | ||||
|                                             <t t-if="amount_by_group[3] == 1 and o.amount_untaxed == amount_by_group[2]"> | ||||
|     <!--                                            <span>Loop 1</span>  --> | ||||
|                                                 <td> | ||||
|  | @ -290,6 +291,7 @@ | |||
|                                                           t-options='{"widget": "monetary", "display_currency": o.pricelist_id.currency_id}'/> | ||||
|                                                 </td> | ||||
|                                             </t> | ||||
|                                         </t> | ||||
|                                     </tr> | ||||
|                                 </t> | ||||
| <!--                                <tr> | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue