work on reports

This commit is contained in:
sonal arora
2020-09-22 12:00:44 +00:00
parent c8b905ec9f
commit ae91a7dc19

View File

@@ -18,7 +18,7 @@
</div> </div>
<t t-call="web.external_layout"> <t t-call="web.external_layout">
<t t-set="o" t-value="doc.with_context({'lang':doc.partner_id.lang})" /> <t t-set="o" t-value="doc.with_context({'lang':doc.partner_id.lang})" />
<div class="page"> <div class="page">
<div class="oe_structure" /> <div class="oe_structure" />
@@ -158,7 +158,7 @@
</table> </table>
</div> </div>
<div name="total"> <div name="total">
<div class="col-4 pull-right"> <div class="col-6 pull-right">
<table class="table table-condensed"> <table class="table table-condensed">
<tr class="border-black"> <tr class="border-black">
<td><strong>Total Without Taxes</strong></td> <td><strong>Total Without Taxes</strong></td>
@@ -193,8 +193,8 @@
</p> </p>
</div> </div>
<div class="oe_structure" /> <div class="oe_structure" />
</div> </div>
</t> </t>
</template> </template>