Skip to content

Commit

Permalink
[16.0][FIX] - account_vat_period_end_statement - wrong form proportions
Browse files Browse the repository at this point in the history
  • Loading branch information
michelerusti committed Jun 16, 2023
1 parent e4cba5b commit 65345eb
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
5 changes: 5 additions & 0 deletions account_vat_period_end_statement/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,10 @@
"views/config.xml",
"views/account_view.xml",
],
"assets": {
"web.assets_backend": [
"account_vat_period_end_statement/static/src/css/l10n_it_vat_registries.css",
],
},
"installable": True,
}
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,9 @@ thead {
border-color: #a1a1a1;
background: #fff;
}

@media (min-width: 576px) {
.o_form_view .o_inner_group.form_inner_group_auto_width {
grid-template-columns: auto auto;
}
}
6 changes: 5 additions & 1 deletion account_vat_period_end_statement/views/account_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,11 @@
</page>
<page string="Accounts">
<group colspan="4" col="3">
<group col="2" colspan="3">
<group
col="1"
colspan="4"
class="form_inner_group_auto_width"
>
<separator string="Debit Account Lines" />
<separator string="Credit Account Lines" />
<field name="debit_vat_account_line_ids" nolabel="1">
Expand Down

0 comments on commit 65345eb

Please sign in to comment.