Skip to content

Commit

Permalink
[FIX] l10n_it_account: Use report layout
Browse files Browse the repository at this point in the history
  • Loading branch information
SirAionTech committed Sep 11, 2023
1 parent 1195753 commit 12c917e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion l10n_it_account/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"views/account_view.xml",
],
"assets": {
"web.minimal_layout": [
"web.report_assets_common": [
"l10n_it_account/static/src/css/*.css",
]
},
Expand Down
7 changes: 2 additions & 5 deletions l10n_it_account/reports/account_reports_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,12 @@
t-esc="company.city"
class=""
/> - <span t-esc="company.state_id.code" class="" /><br />
<span class="text-right">TIN: </span><span
<span class="text-end">TIN: </span><span
t-esc="company.partner_id.vat"
class=""
/><br />
</div>
<div
class="col-xs-4 col-xs-offset-4 text-right"
style="margin-left:10px"
>
<div class="col-xs-4 col-xs-offset-4 text-end" style="margin-left:10px">
<h3 t-esc="title" />
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion l10n_it_account/static/src/css/l10n_it_account.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
table {
border: 0px;
border: 0px solid transparent !important;
}
thead {
background: #f5f5f5;
Expand Down

0 comments on commit 12c917e

Please sign in to comment.