You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

15 lines
587 B

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="report_purchaseorder_document_inherited" inherit_id="purchase.report_purchaseorder_document">
<xpath expr="//th[@name='th_price_unit']" position="after">
<th name="th_discount" class="text-right">
<strong>Discount(%)</strong>
</th>
</xpath>
<xpath expr="//td[span[@t-field='line.price_subtotal']]" position="before">
<td class="text-right">
<span t-field="line.discount"/>
</td>
</xpath>
</template>
</odoo>