Skip to content

Commit 274459d

Browse files
committed
Merge PR #4491 into 18.0
Signed-off-by eLBati
2 parents ae3350b + b4b9fd7 commit 274459d

19 files changed

+2266
-0
lines changed
Lines changed: 99 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,99 @@
1+
================================
2+
ITA - Libro giornale - Reportlab
3+
================================
4+
5+
..
6+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
7+
!! This file is generated by oca-gen-addon-readme !!
8+
!! changes will be overwritten. !!
9+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10+
!! source digest: sha256:406c815cf9f5d7858e2354cdb28c41b751c27edacf1b580a4ca626ef2ea10a9a
11+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12+
13+
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
14+
:target: https://odoo-community.org/page/development-status
15+
:alt: Beta
16+
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
17+
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
18+
:alt: License: AGPL-3
19+
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fl10n--italy-lightgray.png?logo=github
20+
:target: https://github.com/OCA/l10n-italy/tree/18.0/l10n_it_central_journal_reportlab
21+
:alt: OCA/l10n-italy
22+
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
23+
:target: https://translation.odoo-community.org/projects/l10n-italy-18-0/l10n-italy-18-0-l10n_it_central_journal_reportlab
24+
:alt: Translate me on Weblate
25+
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
26+
:target: https://runboat.odoo-community.org/builds?repo=OCA/l10n-italy&target_branch=18.0
27+
:alt: Try me on Runboat
28+
29+
|badge1| |badge2| |badge3| |badge4| |badge5|
30+
31+
**Italiano**
32+
33+
Modulo per la stampa del libro giornale con reportlab
34+
35+
**English**
36+
37+
Module for print general journal with reportlab
38+
39+
**Table of contents**
40+
41+
.. contents::
42+
:local:
43+
44+
Bug Tracker
45+
===========
46+
47+
Bugs are tracked on `GitHub Issues <https://github.com/OCA/l10n-italy/issues>`_.
48+
In case of trouble, please check there if your issue has already been reported.
49+
If you spotted it first, help us to smash it by providing a detailed and welcomed
50+
`feedback <https://github.com/OCA/l10n-italy/issues/new?body=module:%20l10n_it_central_journal_reportlab%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
51+
52+
Do not contact contributors directly about support or help with technical issues.
53+
54+
Credits
55+
=======
56+
57+
Authors
58+
-------
59+
60+
* Gianmarco Conte - Dinamiche Aziendali srl
61+
62+
Contributors
63+
------------
64+
65+
- Gianmarco Conte <gconte@dinamicheaziendali.it>
66+
- Lara Baggio <lbaggio@linkgroup.it>
67+
- Glauco Prina <gprina@linkgroup.it>
68+
- Giuseppe Borruso <gborruso@dinamicheaziendali.it>
69+
- `Aion Tech <https://aiontech.company/>`__:
70+
71+
- Simone Rubino <simone.rubino@aion-tech.it>
72+
73+
Maintainers
74+
-----------
75+
76+
This module is maintained by the OCA.
77+
78+
.. image:: https://odoo-community.org/logo.png
79+
:alt: Odoo Community Association
80+
:target: https://odoo-community.org
81+
82+
OCA, or the Odoo Community Association, is a nonprofit organization whose
83+
mission is to support the collaborative development of Odoo features and
84+
promote its widespread use.
85+
86+
.. |maintainer-MarcoCalcagni| image:: https://github.com/MarcoCalcagni.png?size=40px
87+
:target: https://github.com/MarcoCalcagni
88+
:alt: MarcoCalcagni
89+
.. |maintainer-Borruso| image:: https://github.com/Borruso.png?size=40px
90+
:target: https://github.com/Borruso
91+
:alt: Borruso
92+
93+
Current `maintainers <https://odoo-community.org/page/maintainer-role>`__:
94+
95+
|maintainer-MarcoCalcagni| |maintainer-Borruso|
96+
97+
This module is part of the `OCA/l10n-italy <https://github.com/OCA/l10n-italy/tree/18.0/l10n_it_central_journal_reportlab>`_ project on GitHub.
98+
99+
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Copyright 2018 Gianmarco Conte (gconte@dinamicheaziendali.it)
2+
3+
from . import models
4+
from . import wizard
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Copyright 2018 Gianmarco Conte (gconte@dinamicheaziendali.it)
2+
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
3+
4+
{
5+
"name": "ITA - Libro giornale - Reportlab",
6+
"version": "18.0.1.0.0",
7+
"development_status": "Beta",
8+
"category": "Localization/Italy",
9+
"author": "Gianmarco Conte - Dinamiche Aziendali srl, "
10+
"Odoo Community Association (OCA)",
11+
"website": "https://github.com/OCA/l10n-italy",
12+
"license": "AGPL-3",
13+
"maintainers": ["MarcoCalcagni", "Borruso"],
14+
"depends": ["account", "date_range"],
15+
"data": [
16+
"security/ir.model.access.csv",
17+
"wizard/print_giornale.xml",
18+
"views/date_range_view.xml",
19+
],
20+
"installable": True,
21+
}

0 commit comments

Comments
 (0)