Skip to content

Commit

Permalink
Fixed layout removing header, changed label on title of mod1 quater a…
Browse files Browse the repository at this point in the history
…nd mod1 quinquies
  • Loading branch information
LorenzoC0 committed Jun 28, 2024
1 parent 23866e8 commit cf69c51
Show file tree
Hide file tree
Showing 9 changed files with 74 additions and 22 deletions.
10 changes: 8 additions & 2 deletions l10n_it_intrastat_statement/report/intrastat_mod1_ter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,13 @@
<t t-call="web.html_container">
<t t-translation="off">
<t t-foreach="docs" t-as="o">
<t t-call="web.internal_layout">
<t t-if="not o" t-set="o" t-value="doc" />
<div
class="article"
t-att-data-oe-model="o and o._name"
t-att-data-oe-id="o and o.id"
t-att-data-oe-lang="o and o.env.context.get('lang')"
>
<div class="page">
<div class="row col-12">
<div class="col-3">
Expand Down Expand Up @@ -164,7 +170,7 @@
</table>
</div>
</div>
</t>
</div>
</t>
</t>
</t>
Expand Down
10 changes: 8 additions & 2 deletions l10n_it_intrastat_statement/report/report_intrastat_mod1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@
<t t-call="web.html_container">
<t t-translation="off">
<t t-foreach="docs" t-as="o">
<t t-call="web.internal_layout">
<t t-if="not o" t-set="o" t-value="doc" />
<div
class="article"
t-att-data-oe-model="o and o._name"
t-att-data-oe-id="o and o.id"
t-att-data-oe-lang="o and o.env.context.get('lang')"
>
<div class="page" style="font-size: 10px">
<div class="row">
<div class="col-2">
Expand Down Expand Up @@ -213,7 +219,7 @@
</tr>
</table>
</div>
</t>
</div>
</t>
</t>
</t>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@
<t t-call="web.html_container">
<t t-translation="off">
<t t-foreach="docs" t-as="o">
<t t-call="web.internal_layout">
<t t-if="not o" t-set="o" t-value="doc" />
<div
class="article"
t-att-data-oe-model="o and o._name"
t-att-data-oe-id="o and o.id"
t-att-data-oe-lang="o and o.env.context.get('lang')"
>
<div class="page">
<div class="row">
<div class="col-3">
Expand All @@ -16,7 +22,8 @@
<div class="col-7 col-offset-3">
<table class="table text-center table-bordered">
<td>
<b>RIEPILOGO DEGLI ACQUISTI INTRACOMUNITARI
<b
>RIEPILOGO DELLE CESSIONI ACQUISTI INTRACOMUNITARI
<br />DI BENI E DEI SERVIZI RESI</b>
</td>
<td>Mod. INTRA-1 Quater</td>
Expand Down Expand Up @@ -159,7 +166,7 @@
</div>
</div>
</div>
</t>
</div>
</t>
</t>
</t>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@
<t t-call="web.html_container">
<t t-translation="off">
<t t-foreach="docs" t-as="o">
<t t-call="web.internal_layout">
<t t-if="not o" t-set="o" t-value="doc" />
<div
class="article"
t-att-data-oe-model="o and o._name"
t-att-data-oe-id="o and o.id"
t-att-data-oe-lang="o and o.env.context.get('lang')"
>
<div class="page">
<div class="row">

Expand All @@ -17,7 +23,7 @@
<div class="col-7 col-offset-3">
<table class="table text-center table-bordered">
<td>
<b>RIEPILOGO DEGLI ACQUISTI INTRACOMUNITARI
<b>RIEPILOGO DELLE CESSIONI INTRACOMUNITARI
<br />DI BENI E DEI SERVIZI RESI</b>
</td>
<td>Mod. INTRA-1 Quinquies</td>
Expand Down Expand Up @@ -187,7 +193,7 @@
</div>
</div>
</div>
</t>
</div>
</t>
</t>
</t>
Expand Down
10 changes: 8 additions & 2 deletions l10n_it_intrastat_statement/report/report_intrastat_mod2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@
<t t-call="web.html_container">
<t t-translation="off">
<t t-foreach="docs" t-as="o">
<t t-call="web.internal_layout">
<t t-if="not o" t-set="o" t-value="doc" />
<div
class="article"
t-att-data-oe-model="o and o._name"
t-att-data-oe-id="o and o.id"
t-att-data-oe-lang="o and o.env.context.get('lang')"
>
<div class="page" style="font-size: 10px">
<div class="row">
<div class="col-2">
Expand Down Expand Up @@ -212,7 +218,7 @@
</tr>
</table>
</div>
</t>
</div>
</t>
</t>
</t>
Expand Down
10 changes: 8 additions & 2 deletions l10n_it_intrastat_statement/report/report_intrastat_mod2_bis.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@
<t t-call="web.html_container">
<t t-translation="off">
<t t-foreach="docs" t-as="o">
<t t-call="web.internal_layout">
<t t-if="not o" t-set="o" t-value="doc" />
<div
class="article"
t-att-data-oe-model="o and o._name"
t-att-data-oe-id="o and o.id"
t-att-data-oe-lang="o and o.env.context.get('lang')"
>
<div class="page">
<div class="row col-12">

Expand Down Expand Up @@ -179,7 +185,7 @@
</table>
</div>
</div>
</t>
</div>
</t>
</t>
</t>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@
<t t-call="web.html_container">
<t t-translation="off">
<t t-foreach="docs" t-as="o">
<t t-call="web.internal_layout">
<t t-if="not o" t-set="o" t-value="doc" />
<div
class="article"
t-att-data-oe-model="o and o._name"
t-att-data-oe-id="o and o.id"
t-att-data-oe-lang="o and o.env.context.get('lang')"
>
<div class="page">
<div class="row">

Expand Down Expand Up @@ -170,7 +176,7 @@
</div>
</div>
</div>
</t>
</div>
</t>
</t>
</t>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@
<t t-call="web.html_container">
<t t-translation="off">
<t t-foreach="docs" t-as="o">
<t t-call="web.internal_layout">
<t t-if="not o" t-set="o" t-value="doc" />
<div
class="article"
t-att-data-oe-model="o and o._name"
t-att-data-oe-id="o and o.id"
t-att-data-oe-lang="o and o.env.context.get('lang')"
>
<div class="page">
<div class="row">

Expand Down Expand Up @@ -193,7 +199,7 @@
</div>
</div>
</div>
</t>
</div>
</t>
</t>
</t>
Expand Down
11 changes: 7 additions & 4 deletions l10n_it_intrastat_statement/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@

/*
:Author: David Goodger ([email protected])
:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $
:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $
:Copyright: This stylesheet has been placed in the public domain.

Default cascading style sheet for the HTML output of Docutils.
Despite the name, some widely supported CSS2 features are used.

See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
customize this style sheet.
Expand Down Expand Up @@ -274,7 +275,7 @@
margin-left: 2em ;
margin-right: 2em }

pre.code .ln { color: grey; } /* line numbers */
pre.code .ln { color: gray; } /* line numbers */
pre.code, code { background-color: #eeeeee }
pre.code .comment, code .comment { color: #5C6576 }
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
Expand All @@ -300,7 +301,7 @@
span.pre {
white-space: pre }

span.problematic {
span.problematic, pre.problematic {
color: red }

span.section-subtitle {
Expand Down Expand Up @@ -500,7 +501,9 @@ <h2><a class="toc-backref" href="#toc-entry-5">Contributors</a></h2>
<div class="section" id="maintainers">
<h2><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h2>
<p>This module is maintained by the OCA.</p>
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
<a class="reference external image-reference" href="https://odoo-community.org">
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
</a>
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.</p>
Expand Down

0 comments on commit cf69c51

Please sign in to comment.