File tree Expand file tree Collapse file tree
l10n_it_central_journal_reportlab Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -66,13 +66,17 @@ Authors
6666Contributors
6767------------
6868
69- - Gianmarco Conte <gconte@dinamicheaziendali.it>
70- - Lara Baggio <lbaggio@linkgroup.it>
71- - Glauco Prina <gprina@linkgroup.it>
72- - Giuseppe Borruso <gborruso@dinamicheaziendali.it>
73- - `Aion Tech <https://aiontech.company/ >`__:
69+ - Gianmarco Conte <gconte@dinamicheaziendali.it>
70+ - Lara Baggio <lbaggio@linkgroup.it>
71+ - Glauco Prina <gprina@linkgroup.it>
72+ - Giuseppe Borruso <gborruso@dinamicheaziendali.it>
73+ - `Aion Tech <https://aiontech.company/ >`__:
7474
75- - Simone Rubino <simone.rubino@aion-tech.it>
75+ - Simone Rubino <simone.rubino@aion-tech.it>
76+
77+ - `Stesi Consulting <https://www.stesi.consulting/ >`__:
78+
79+ - Michele Di Croce <dicroce.m@stesi.consulting>
7680
7781Maintainers
7882-----------
Original file line number Diff line number Diff line change 44- Giuseppe Borruso \< < gborruso@dinamicheaziendali.it > \>
55- [ Aion Tech] ( https://aiontech.company/ ) :
66 - Simone Rubino \< <simone.rubino@aion-tech.it >\>
7+ - [ Stesi Consulting] ( https://www.stesi.consulting/ ) :
8+ - Michele Di Croce \< <dicroce.m@stesi.consulting >\>
Original file line number Diff line number Diff line change @@ -418,6 +418,10 @@ <h3><a class="toc-backref" href="#toc-entry-4">Contributors</a></h3>
418418< li > Simone Rubino << a class ="reference external " href ="mailto:simone.rubino@aion-tech.it "> simone.rubino@aion-tech.it</ a > ></ li >
419419</ ul >
420420</ li >
421+ < li > < a class ="reference external " href ="https://www.stesi.consulting/ "> Stesi Consulting</ a > :< ul >
422+ < li > Michele Di Croce << a class ="reference external " href ="mailto:dicroce.m@stesi.consulting "> dicroce.m@stesi.consulting</ a > ></ li >
423+ </ ul >
424+ </ li >
421425</ ul >
422426</ div >
423427< div class ="section " id ="maintainers ">
Original file line number Diff line number Diff line change 11# Copyright 2018 Gianmarco Conte (gconte@dinamicheaziendali.it)
22# Copyright 2022 Giuseppe Borruso (gborruso@dinamicheaziendali.it)
33# Copyright 2024 Simone Rubino - Aion Tech
4+ # Copyright 2025 Michele Di Croce - Stesi Consulting
45
56import base64
67import io
@@ -219,6 +220,7 @@ def get_line_reportlab_ids(self):
219220 AND aml.journal_id IN %(journal_ids)s
220221 AND aml.company_id = %(company_id)s
221222 AND aml.account_id IS NOT NULL
223+ AND aml.display_type NOT IN ('line_note','line_section')
222224 ORDER BY
223225 am.date,
224226 am.name
You can’t perform that action at this time.
0 commit comments