Skip to content

Commit

Permalink
Merge commit 'refs/pull/108777/head' of https://github.com/odoo/odoo
Browse files Browse the repository at this point in the history
…into 15.0-960
  • Loading branch information
docker-odoo committed Dec 30, 2022
2 parents 4b33abd + e35a718 commit 8a59900
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion addons/stock_account/views/report_invoice.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
<odoo>
<template id="stock_account_report_invoice_document" inherit_id="account.report_invoice_document">
<xpath expr="//div[@id='total']" position="after">
<t groups="stock_account.group_lot_on_invoice">
<t t-set="lot_values" t-value="o._get_invoiced_lot_values()"/>
<t t-if="lot_values">
<br/>
<table groups="stock_account.group_lot_on_invoice" class="table table-sm" style="width: 50%;" name="invoice_snln_table">
<table class="table table-sm" style="width: 50%;" name="invoice_snln_table">
<thead>
<tr>
<th><span>Product</span></th>
Expand All @@ -27,6 +28,7 @@
</tbody>
</table>
</t>
</t>
</xpath>
</template>
</odoo>

0 comments on commit 8a59900

Please sign in to comment.