odoo-addon-l10n-it-account-stamp 16.0.1.1.0.1__py3-none-any.whl → 18.0.1.0.0.2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- odoo/addons/l10n_it_account_stamp/README.rst +53 -40
- odoo/addons/l10n_it_account_stamp/__manifest__.py +1 -1
- odoo/addons/l10n_it_account_stamp/data/data.xml +5 -7
- odoo/addons/l10n_it_account_stamp/i18n/it.po +96 -172
- odoo/addons/l10n_it_account_stamp/i18n/l10n_it_account_stamp.pot +62 -95
- odoo/addons/l10n_it_account_stamp/migrations/18.0.1.0.0/noupdate_changes.xml +12 -0
- odoo/addons/l10n_it_account_stamp/migrations/18.0.1.0.0/post-migration.py +14 -0
- odoo/addons/l10n_it_account_stamp/migrations/18.0.1.0.0/pre-migration.py +77 -0
- odoo/addons/l10n_it_account_stamp/models/account_move.py +61 -45
- odoo/addons/l10n_it_account_stamp/models/company.py +8 -8
- odoo/addons/l10n_it_account_stamp/models/product.py +22 -11
- odoo/addons/l10n_it_account_stamp/readme/CONFIGURE.md +5 -5
- odoo/addons/l10n_it_account_stamp/readme/DESCRIPTION.md +1 -1
- odoo/addons/l10n_it_account_stamp/readme/ROADMAP.md +7 -0
- odoo/addons/l10n_it_account_stamp/readme/USAGE.md +3 -3
- odoo/addons/l10n_it_account_stamp/static/description/index.html +36 -26
- odoo/addons/l10n_it_account_stamp/tests/test_account_stamp_invoicing.py +22 -15
- odoo/addons/l10n_it_account_stamp/views/account_move_report.xml +8 -6
- odoo/addons/l10n_it_account_stamp/views/account_move_view.xml +26 -22
- odoo/addons/l10n_it_account_stamp/views/company_view.xml +8 -33
- odoo/addons/l10n_it_account_stamp/views/product_view.xml +12 -16
- {odoo_addon_l10n_it_account_stamp-16.0.1.1.0.1.dist-info → odoo_addon_l10n_it_account_stamp-18.0.1.0.0.2.dist-info}/METADATA +56 -43
- odoo_addon_l10n_it_account_stamp-18.0.1.0.0.2.dist-info/RECORD +30 -0
- {odoo_addon_l10n_it_account_stamp-16.0.1.1.0.1.dist-info → odoo_addon_l10n_it_account_stamp-18.0.1.0.0.2.dist-info}/WHEEL +1 -1
- odoo_addon_l10n_it_account_stamp-16.0.1.1.0.1.dist-info/RECORD +0 -26
- {odoo_addon_l10n_it_account_stamp-16.0.1.1.0.1.dist-info → odoo_addon_l10n_it_account_stamp-18.0.1.0.0.2.dist-info}/top_level.txt +0 -0
@@ -1,8 +1,8 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: odoo-addon-l10n_it_account_stamp
|
3
|
-
Version:
|
3
|
+
Version: 18.0.1.0.0.2
|
4
4
|
Requires-Python: >=3.10
|
5
|
-
Requires-Dist: odoo
|
5
|
+
Requires-Dist: odoo==18.0.*
|
6
6
|
Summary: Gestione automatica dell'imposta di bollo
|
7
7
|
Home-page: https://github.com/OCA/l10n-italy
|
8
8
|
License: LGPL-3
|
@@ -10,7 +10,7 @@ Author: Ermanno Gnan, Sergio Corato, Enrico Ganzaroli, Odoo Community Associatio
|
|
10
10
|
Author-email: support@odoo-community.org
|
11
11
|
Classifier: Programming Language :: Python
|
12
12
|
Classifier: Framework :: Odoo
|
13
|
-
Classifier: Framework :: Odoo ::
|
13
|
+
Classifier: Framework :: Odoo :: 18.0
|
14
14
|
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
|
15
15
|
|
16
16
|
======================
|
@@ -22,7 +22,7 @@ ITA - Imposta di bollo
|
|
22
22
|
!! This file is generated by oca-gen-addon-readme !!
|
23
23
|
!! changes will be overwritten. !!
|
24
24
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
25
|
-
!! source digest: sha256:
|
25
|
+
!! source digest: sha256:3a2471018d0fb7b4e1cbba40630ae81e67aa027440f5c2bcd3e080010dbd773d
|
26
26
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
27
27
|
|
28
28
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
@@ -32,13 +32,13 @@ ITA - Imposta di bollo
|
|
32
32
|
:target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
|
33
33
|
:alt: License: LGPL-3
|
34
34
|
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fl10n--italy-lightgray.png?logo=github
|
35
|
-
:target: https://github.com/OCA/l10n-italy/tree/
|
35
|
+
:target: https://github.com/OCA/l10n-italy/tree/18.0/l10n_it_account_stamp
|
36
36
|
:alt: OCA/l10n-italy
|
37
37
|
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
|
38
|
-
:target: https://translation.odoo-community.org/projects/l10n-italy-
|
38
|
+
:target: https://translation.odoo-community.org/projects/l10n-italy-18-0/l10n-italy-18-0-l10n_it_account_stamp
|
39
39
|
:alt: Translate me on Weblate
|
40
40
|
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
|
41
|
-
:target: https://runboat.odoo-community.org/builds?repo=OCA/l10n-italy&target_branch=
|
41
|
+
:target: https://runboat.odoo-community.org/builds?repo=OCA/l10n-italy&target_branch=18.0
|
42
42
|
:alt: Try me on Runboat
|
43
43
|
|
44
44
|
|badge1| |badge2| |badge3| |badge4| |badge5|
|
@@ -50,7 +50,7 @@ fatture e nelle ricevute.
|
|
50
50
|
|
51
51
|
**English**
|
52
52
|
|
53
|
-
This module adds Italian
|
53
|
+
This module adds Italian Stamp Duty support in invoices and receipts.
|
54
54
|
|
55
55
|
**Table of contents**
|
56
56
|
|
@@ -72,27 +72,27 @@ necessario abilitare le funzioni complete per la contabilità:
|
|
72
72
|
|
73
73
|
Modalità automatica:
|
74
74
|
|
75
|
-
-
|
76
|
-
|
77
|
-
-
|
78
|
-
|
79
|
-
|
75
|
+
- andare sul prodotto "Imposta di bollo 2 euro" e configurare "Imposte
|
76
|
+
per bollo" (Imposte in esenzione).
|
77
|
+
- per ciascuna fattura o ricevuta, l'applicabilità dell'imposta di bollo
|
78
|
+
verrà calcolata in modo automatico in base alla somma degli imponibili
|
79
|
+
relativi alle imposte selezionate.
|
80
80
|
|
81
81
|
Modalità manuale:
|
82
82
|
|
83
|
-
-
|
84
|
-
|
85
|
-
-
|
86
|
-
|
87
|
-
|
88
|
-
|
83
|
+
- andare sul prodotto "Imposta di bollo 2 euro" e deselezionare la
|
84
|
+
casella "Calcolo automatico".
|
85
|
+
- per ciascuna fattura o ricevuta, abilitare manualmente la casella di
|
86
|
+
selezione "Imposta di bollo". L'applicabilità dell'imposta di bollo
|
87
|
+
verrà calcolata in base alla somma degli imponibili relativi alle
|
88
|
+
imposte selezionate.
|
89
89
|
|
90
90
|
Impostare i conti di ricavo/costo nella scheda "Contabilità",
|
91
91
|
generalmente ricavo="Debiti per bolli" e costo="Valori bollati".
|
92
92
|
|
93
93
|
**English**
|
94
94
|
|
95
|
-
In order to change
|
95
|
+
In order to change 'Stamp duty 2 euro' product settings, enable full
|
96
96
|
accounting features:
|
97
97
|
|
98
98
|
1. Settings -> Users & Companies -> Groups
|
@@ -101,17 +101,17 @@ accounting features:
|
|
101
101
|
|
102
102
|
Automatic mode:
|
103
103
|
|
104
|
-
-
|
105
|
-
|
106
|
-
-
|
107
|
-
|
108
|
-
|
104
|
+
- Go to 'Stamp duty 2 euro' product and configure 'Stamp taxes'
|
105
|
+
(exemption taxes).
|
106
|
+
- For each invoice or receipt, the base amount for each selected tax
|
107
|
+
will be added up and used to determine the application of the account
|
108
|
+
stamp.
|
109
109
|
|
110
110
|
Manual mode:
|
111
111
|
|
112
|
-
-
|
113
|
-
|
114
|
-
-
|
112
|
+
- Go to 'Stamp duty 2 euro' product and deselect 'Auto-compute'
|
113
|
+
checkbox.
|
114
|
+
- For each invoice or receipt, manually enable 'Stamp Duty' checkbox.
|
115
115
|
|
116
116
|
Also set income/expense accounts, typically income = 'Debiti per bolli'
|
117
117
|
and expense = 'Valori bollati'.
|
@@ -130,19 +130,32 @@ verrà addebitata al cliente.
|
|
130
130
|
|
131
131
|
**English**
|
132
132
|
|
133
|
-
In invoice or receipt form, when applicable, click 'Add
|
134
|
-
button to add
|
133
|
+
In invoice or receipt form, when applicable, click 'Add stamp duty line'
|
134
|
+
button to add stamp duty as invoice line, thus charging customer.
|
135
135
|
|
136
|
-
Otherwise,
|
136
|
+
Otherwise, stamp duty will be anyway accounted, without charging
|
137
137
|
customer.
|
138
138
|
|
139
|
+
Known issues / Roadmap
|
140
|
+
======================
|
141
|
+
|
142
|
+
\*\* Italiano \*\*
|
143
|
+
|
144
|
+
Sono stati aggiunti gli script di migrazione, da provare quando saranno
|
145
|
+
rilasciati quelli relativi ad ``account``.
|
146
|
+
|
147
|
+
\*\* English \*\*
|
148
|
+
|
149
|
+
Migration scripts have been added, to be tested when ``account`` related
|
150
|
+
ones will be released.
|
151
|
+
|
139
152
|
Bug Tracker
|
140
153
|
===========
|
141
154
|
|
142
155
|
Bugs are tracked on `GitHub Issues <https://github.com/OCA/l10n-italy/issues>`_.
|
143
156
|
In case of trouble, please check there if your issue has already been reported.
|
144
157
|
If you spotted it first, help us to smash it by providing a detailed and welcomed
|
145
|
-
`feedback <https://github.com/OCA/l10n-italy/issues/new?body=module:%20l10n_it_account_stamp%0Aversion:%
|
158
|
+
`feedback <https://github.com/OCA/l10n-italy/issues/new?body=module:%20l10n_it_account_stamp%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
|
146
159
|
|
147
160
|
Do not contact contributors directly about support or help with technical issues.
|
148
161
|
|
@@ -159,17 +172,17 @@ Authors
|
|
159
172
|
Contributors
|
160
173
|
------------
|
161
174
|
|
162
|
-
-
|
163
|
-
-
|
164
|
-
-
|
165
|
-
-
|
166
|
-
-
|
167
|
-
-
|
168
|
-
-
|
169
|
-
-
|
170
|
-
-
|
175
|
+
- Lorenzo Battistini <https://github.com/eLBati>
|
176
|
+
- Sergio Corato
|
177
|
+
- Ermanno Gnan
|
178
|
+
- Enrico Ganzaroli
|
179
|
+
- Sergio Zanchetta <https://github.com/primes2h>
|
180
|
+
- Marco Colombo <https://github.com/TheMule71>
|
181
|
+
- Gianmarco Conte <gconte@dinamicheaziendali.it>
|
182
|
+
- Giovanni Serra <giovanni@gslab.it>
|
183
|
+
- `Aion Tech <https://aiontech.company/>`__:
|
171
184
|
|
172
|
-
|
185
|
+
- Simone Rubino <simone.rubino@aion-tech.it>
|
173
186
|
|
174
187
|
Maintainers
|
175
188
|
-----------
|
@@ -184,6 +197,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
|
|
184
197
|
mission is to support the collaborative development of Odoo features and
|
185
198
|
promote its widespread use.
|
186
199
|
|
187
|
-
This module is part of the `OCA/l10n-italy <https://github.com/OCA/l10n-italy/tree/
|
200
|
+
This module is part of the `OCA/l10n-italy <https://github.com/OCA/l10n-italy/tree/18.0/l10n_it_account_stamp>`_ project on GitHub.
|
188
201
|
|
189
202
|
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
|
@@ -0,0 +1,30 @@
|
|
1
|
+
odoo/addons/l10n_it_account_stamp/README.rst,sha256=_ruy66xtHTjVzc3S0bkkgUGwqIP7C6ixpLWT_VnboYs,6115
|
2
|
+
odoo/addons/l10n_it_account_stamp/__init__.py,sha256=I-UsDedt5Yu5h6YsECfkEkBOa9D7HC0Fh_CU937Zu38,87
|
3
|
+
odoo/addons/l10n_it_account_stamp/__manifest__.py,sha256=_C0mCaX_f66CFnatYOHRUBjycntDPwpz7QGQUsYkyho,1055
|
4
|
+
odoo/addons/l10n_it_account_stamp/data/data.xml,sha256=MhvW0YkctLZiKGBbu_5jqNkRhDlXNG_hXrak9RQHuUo,1094
|
5
|
+
odoo/addons/l10n_it_account_stamp/i18n/it.po,sha256=O7oAvG_1pn7g9Ua7urVI0S9UBsz6Qc3hZa0amO-cic4,10889
|
6
|
+
odoo/addons/l10n_it_account_stamp/i18n/l10n_it_account_stamp.pot,sha256=2nZ4g1vL9zcnWId3IAasWoVdqQoGWVSS2p2cdDQOzak,8303
|
7
|
+
odoo/addons/l10n_it_account_stamp/migrations/18.0.1.0.0/noupdate_changes.xml,sha256=OpJK3JV1HX1N2FyR2i6hu3hhCRYGJaCrYGQ6TZmWf8E,421
|
8
|
+
odoo/addons/l10n_it_account_stamp/migrations/18.0.1.0.0/post-migration.py,sha256=VpLEZAs1UiETxpuez0vuTSos0aGKSu8i63-fpZdBW4U,425
|
9
|
+
odoo/addons/l10n_it_account_stamp/migrations/18.0.1.0.0/pre-migration.py,sha256=vW7ZEsx0R7omyDgqFr_Wnuc7MuaqKNq9g0sUOsvKWDQ,2287
|
10
|
+
odoo/addons/l10n_it_account_stamp/models/__init__.py,sha256=VsCLpIwj3dfslYgxeQVnrRaP8UYXOcLxzerxw9b9sFM,137
|
11
|
+
odoo/addons/l10n_it_account_stamp/models/account_move.py,sha256=lAqKAFIg_paQ_PbWPmxXqP01RS5aoBjtVzATKdlnXLc,8609
|
12
|
+
odoo/addons/l10n_it_account_stamp/models/company.py,sha256=I5MlCiNrEyRpwWX2WE6Ic6DOUCcQSPlFtUIRioZhgRc,742
|
13
|
+
odoo/addons/l10n_it_account_stamp/models/product.py,sha256=HAI9kpd4cZ_HoN1h0HLny4-CrDnJhr1-_yFT7ucrjVw,1339
|
14
|
+
odoo/addons/l10n_it_account_stamp/readme/CONFIGURE.md,sha256=RmmbbhkW6tQMDqd4ivSzFmwtdr3Btz3lmvMvR__wIXI,1905
|
15
|
+
odoo/addons/l10n_it_account_stamp/readme/CONTRIBUTORS.md,sha256=ZFlw2V8ugb5pYxmVwllBv1BDtr6O7Mn5gsUKH2C1UT4,394
|
16
|
+
odoo/addons/l10n_it_account_stamp/readme/DESCRIPTION.md,sha256=u9p50so5KZHx6D2imIeHFg3uQfb6MY3lIgpKTVzJsN8,195
|
17
|
+
odoo/addons/l10n_it_account_stamp/readme/ROADMAP.md,sha256=Vxt80XPvr1M0GN7RYs7FK7_bJq7-4h1xT7rpTRYOx0U,239
|
18
|
+
odoo/addons/l10n_it_account_stamp/readme/USAGE.md,sha256=hwH13xYIEimvkJEjcOzTsj-mQDbvRGMouwuTNJA5c1g,532
|
19
|
+
odoo/addons/l10n_it_account_stamp/static/description/icon.png,sha256=usHO6eloiDtrFBKGx4Bz_wpruwZYZYq6EcMdePNf3k0,13940
|
20
|
+
odoo/addons/l10n_it_account_stamp/static/description/index.html,sha256=867od_3JusCP9Qb-6mEmlow9T8Of-8uXG_czfqRybK4,17124
|
21
|
+
odoo/addons/l10n_it_account_stamp/tests/__init__.py,sha256=WJD_Fmau2vDl9KNayDUsi2kw1PiU9D3OvonXLmiw3_4,43
|
22
|
+
odoo/addons/l10n_it_account_stamp/tests/test_account_stamp_invoicing.py,sha256=1n6cerfNuoQs25pDFwqSqgWkyA1vxtTlSAtIdPOJ3jo,4907
|
23
|
+
odoo/addons/l10n_it_account_stamp/views/account_move_report.xml,sha256=Yfi10juZ7F7EAovQEdemkKybIq5kJUsBCQ-CUHbVyKU,619
|
24
|
+
odoo/addons/l10n_it_account_stamp/views/account_move_view.xml,sha256=JGqZ7mJfcL3OqIaBu_7EWlKTvRi363aiaVGpMgimEiQ,3338
|
25
|
+
odoo/addons/l10n_it_account_stamp/views/company_view.xml,sha256=pn0LTKJgmuC0K809N9hczp9nAafy5EU7hlsbQ9zzexI,812
|
26
|
+
odoo/addons/l10n_it_account_stamp/views/product_view.xml,sha256=dufET6GNsx25w-HIM9N6b18YC-72exQIngwHef66GUs,2335
|
27
|
+
odoo_addon_l10n_it_account_stamp-18.0.1.0.0.2.dist-info/METADATA,sha256=uyPpEx5Dx4EtD8hl5jQEXeU9QvnEo2RIFLTC6Nf7UOo,6688
|
28
|
+
odoo_addon_l10n_it_account_stamp-18.0.1.0.0.2.dist-info/WHEEL,sha256=9fEMia4zL7ZuZbnCOrcYogUhmn4XFIVaJ8G4YGI31xc,81
|
29
|
+
odoo_addon_l10n_it_account_stamp-18.0.1.0.0.2.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
|
30
|
+
odoo_addon_l10n_it_account_stamp-18.0.1.0.0.2.dist-info/RECORD,,
|
@@ -1,26 +0,0 @@
|
|
1
|
-
odoo/addons/l10n_it_account_stamp/README.rst,sha256=Nrm1Y3lCiZEKy-57aMxio-eT-VGchGlGWOFxTzWUTtE,5841
|
2
|
-
odoo/addons/l10n_it_account_stamp/__init__.py,sha256=I-UsDedt5Yu5h6YsECfkEkBOa9D7HC0Fh_CU937Zu38,87
|
3
|
-
odoo/addons/l10n_it_account_stamp/__manifest__.py,sha256=_ftjhRiDTsjwDtF3GnH6xftCpFGrx7kx7xsaE04_qzI,1055
|
4
|
-
odoo/addons/l10n_it_account_stamp/data/data.xml,sha256=uq1eHcR_s_XAeDO-sr3Tz1J6WpVyXootOruwCnVcYtU,1008
|
5
|
-
odoo/addons/l10n_it_account_stamp/i18n/it.po,sha256=iE0Uiu42ohj3m_B7p0ccxOSKUFiPf7oqtndjehFefzw,12738
|
6
|
-
odoo/addons/l10n_it_account_stamp/i18n/l10n_it_account_stamp.pot,sha256=scExBeZeWD4S7flbtMhiEpgPIrnIZiVx5gf8hGoOK1s,9351
|
7
|
-
odoo/addons/l10n_it_account_stamp/models/__init__.py,sha256=VsCLpIwj3dfslYgxeQVnrRaP8UYXOcLxzerxw9b9sFM,137
|
8
|
-
odoo/addons/l10n_it_account_stamp/models/account_move.py,sha256=Ll5HtCCG_GsW2TNWdFbRymz9UBSt3cHWp1BVZuM-Zro,7591
|
9
|
-
odoo/addons/l10n_it_account_stamp/models/company.py,sha256=8obbjHTXRDlNVIUYpn07NrqSafeUTAl_gwZqz52zlbM,649
|
10
|
-
odoo/addons/l10n_it_account_stamp/models/product.py,sha256=wCy8gqUUQpYMcEUqeYaHDkSRfFUoOivPzNJdrGsdZG0,960
|
11
|
-
odoo/addons/l10n_it_account_stamp/readme/CONFIGURE.md,sha256=6eXG4dtfCM46GOuBDBYvDSOJSjjhCbcelH1tLmOAaKg,1904
|
12
|
-
odoo/addons/l10n_it_account_stamp/readme/CONTRIBUTORS.md,sha256=ZFlw2V8ugb5pYxmVwllBv1BDtr6O7Mn5gsUKH2C1UT4,394
|
13
|
-
odoo/addons/l10n_it_account_stamp/readme/DESCRIPTION.md,sha256=MZtNAxqCRWj_8i_faDkfxl1Tq0Z_Fmb24WuVHhUvzh4,194
|
14
|
-
odoo/addons/l10n_it_account_stamp/readme/USAGE.md,sha256=gyGCxwwWF5KAjDMFJsTmSGuLNrDB4NvPhYf_9GL40J0,529
|
15
|
-
odoo/addons/l10n_it_account_stamp/static/description/icon.png,sha256=usHO6eloiDtrFBKGx4Bz_wpruwZYZYq6EcMdePNf3k0,13940
|
16
|
-
odoo/addons/l10n_it_account_stamp/static/description/index.html,sha256=uaCC9sGFa7ERSmTmClydipZoRK8WM16WuUGr2c1PcQ8,16541
|
17
|
-
odoo/addons/l10n_it_account_stamp/tests/__init__.py,sha256=WJD_Fmau2vDl9KNayDUsi2kw1PiU9D3OvonXLmiw3_4,43
|
18
|
-
odoo/addons/l10n_it_account_stamp/tests/test_account_stamp_invoicing.py,sha256=qWDruISZTSzLQiW-YWvAlRpaPhIukQG4Hz8WrcZbXMQ,4467
|
19
|
-
odoo/addons/l10n_it_account_stamp/views/account_move_report.xml,sha256=WDoJ05BV_oedIbnCaXLBOUzhMYKTudWhXN3iHuxdq98,513
|
20
|
-
odoo/addons/l10n_it_account_stamp/views/account_move_view.xml,sha256=-qqppLtUH3yS7kxELVpFLHhaJWvwt1d6gZRHA6Zo8MY,3162
|
21
|
-
odoo/addons/l10n_it_account_stamp/views/company_view.xml,sha256=0pVaJhvcmheticPs13chNXrNPZj6oC5I3oDn5AYfwy8,1931
|
22
|
-
odoo/addons/l10n_it_account_stamp/views/product_view.xml,sha256=rt1Jo9-PcUI9DFHbz_PVLYkhrZV50qL9k86Ze1S4rV0,2225
|
23
|
-
odoo_addon_l10n_it_account_stamp-16.0.1.1.0.1.dist-info/METADATA,sha256=j6Nxgr9ZOHz8MALjlBhyAWIwPfGg43F00fJC4LHdJYU,6422
|
24
|
-
odoo_addon_l10n_it_account_stamp-16.0.1.1.0.1.dist-info/WHEEL,sha256=8Rd4enx1PCuyDWP4SABqO5Fv8rpaknqp3VzjoFFLa6c,83
|
25
|
-
odoo_addon_l10n_it_account_stamp-16.0.1.1.0.1.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
|
26
|
-
odoo_addon_l10n_it_account_stamp-16.0.1.1.0.1.dist-info/RECORD,,
|