Skip to content

Commit

Permalink
fix totals table
Browse files Browse the repository at this point in the history
  • Loading branch information
danila12 committed Dec 5, 2023
1 parent d0df01e commit d722659
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion l10n_ro_invoice_report/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Romania - Invoice Report Terrabit
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:8814f78959cedf2697f0336568bd21b1499f6dc29380988d6dc598d82451f5aa
!! source digest: sha256:8a81cb3c11e8d0b632183214178c9537e882f77ae9b79df5bc0ab389a9e6fef0
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
Expand Down
2 changes: 1 addition & 1 deletion l10n_ro_invoice_report/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{
"name": "Romania - Invoice Report Terrabit",
"summary": "Localizare Terrabit - Facturi, Chitanta",
"version": "15.0.3.2.2",
"version": "15.0.3.2.3",
"author": "Dorin Hongu," "Odoo Community Association (OCA)",
"website": "https://github.com/OCA/l10n-romania",
"license": "AGPL-3",
Expand Down
2 changes: 1 addition & 1 deletion l10n_ro_invoice_report/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ <h1 class="title">Romania - Invoice Report Terrabit</h1>
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:8814f78959cedf2697f0336568bd21b1499f6dc29380988d6dc598d82451f5aa
!! source digest: sha256:8a81cb3c11e8d0b632183214178c9537e882f77ae9b79df5bc0ab389a9e6fef0
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/dhongu/l10n-romania/tree/15.0/l10n_ro_invoice_report"><img alt="dhongu/l10n-romania" src="https://img.shields.io/badge/github-dhongu%2Fl10n--romania-lightgray.png?logo=github" /></a></p>
<dl class="docutils">
Expand Down
2 changes: 1 addition & 1 deletion l10n_ro_invoice_report/views/invoice_report.xml
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@
</div>
<div class="col-5">
<t t-set="tax_totals" t-value="json.loads(o.tax_totals_json)" />
<table class="table table-sm" style="page-break-inside: avoid;">
<table class="table-sm" style="page-break-inside: avoid; width: 80%">
<t t-call="account.document_tax_totals" />
</table>
</div>
Expand Down

0 comments on commit d722659

Please sign in to comment.