odoo14-addon-l10n-it-fatturapa 14.0.2.3.2.dev2__py3-none-any.whl → 14.0.2.3.4__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.
@@ -7,7 +7,7 @@ ITA - Fattura elettronica - Base
7
7
  !! This file is generated by oca-gen-addon-readme !!
8
8
  !! changes will be overwritten. !!
9
9
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10
- !! source digest: sha256:8074a2176eda3880a0618708fc68b83713f3837bc5f9a6fb5ec6745dca468d46
10
+ !! source digest: sha256:33669bad22f22bbd19f453f265167d3a4588c7cd48764d663c089aea87722657
11
11
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12
12
 
13
13
  .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -161,6 +161,7 @@ Contributors
161
161
  * Gianluigi Tiesi <https://github.com/sherpya>
162
162
  * Roberto Fichera <https://github.com/robyf70>
163
163
  * Marco Colombo <https://github.com/TheMule71>
164
+ * Salvo Rapisarda <https://github.com/salvorapi>
164
165
  * `Ooops <https://www.ooops404.com>`_:
165
166
 
166
167
  * Giovanni Serra <giovanni@gslab.it>
@@ -169,6 +170,9 @@ Contributors
169
170
 
170
171
  * Simone Rubino <simone.rubino@aion-tech.it>
171
172
 
173
+ * `Stesi Consulting <https://www.stesi.consulting/>`_:
174
+ * Michele Di Croce <dicroce.m@stesi.consulting>
175
+
172
176
  Maintainers
173
177
  ~~~~~~~~~~~
174
178
 
@@ -6,7 +6,7 @@
6
6
 
7
7
  {
8
8
  "name": "ITA - Fattura elettronica - Base",
9
- "version": "14.0.2.3.1",
9
+ "version": "14.0.2.3.4",
10
10
  "category": "Localization/Italy",
11
11
  "summary": "Fatture elettroniche",
12
12
  "author": "Davide Corio, Agile Business Group, Innoviu, "
@@ -446,7 +446,7 @@
446
446
  <field name="state_id" ref="base.state_us_2" />
447
447
  <field name="street">Via Milano, 1</field>
448
448
  <field name="email">info@mycompany.it</field>
449
- <field name="phone">123456789</field>
449
+ <field name="phone">063456789</field>
450
450
  <field name="fiscalcode">03297040366</field>
451
451
  <field name="vat">IT03297040366</field>
452
452
  </record>
@@ -0,0 +1,10 @@
1
+ # Copyright 2024 Michele Di Croce - Stesi Consulting srl
2
+ # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
3
+
4
+ from openupgradelib import openupgrade
5
+
6
+
7
+ @openupgrade.migrate()
8
+ def migrate(env, version):
9
+ fatturapa_attachments = env["fatturapa.attachments"].search([])
10
+ fatturapa_attachments._l10n_it_link_attachments()
@@ -1,7 +1,7 @@
1
1
  # Copyright 2014 Davide Corio <davide.corio@abstract.it>
2
2
 
3
+ from . import link_e_invoice_ir_attachment
3
4
  from . import account
4
5
  from . import company
5
6
  from . import partner
6
7
  from . import ir_attachment
7
- from . import link_e_invoice_ir_attachment
@@ -216,6 +216,7 @@ class FatturaAttachments(models.Model):
216
216
  _name = "fatturapa.attachments"
217
217
  _description = "E-invoice attachments"
218
218
  _inherits = {"ir.attachment": "ir_attachment_id"}
219
+ _inherit = ["l10n_it_fatturapa.attachment.e_invoice.link"]
219
220
 
220
221
  ir_attachment_id = fields.Many2one(
221
222
  "ir.attachment", "Attachment", required=True, ondelete="cascade"
@@ -63,7 +63,6 @@ class FatturaPAAttachment(models.AbstractModel):
63
63
  att.get_base_url() + "/fatturapa/preview/%s" % att.ir_attachment_id.id
64
64
  )
65
65
 
66
- @staticmethod
67
66
  def ftpa_preview(self):
68
67
  return {
69
68
  "type": "ir.actions.act_url",
@@ -6,6 +6,7 @@
6
6
  * Gianluigi Tiesi <https://github.com/sherpya>
7
7
  * Roberto Fichera <https://github.com/robyf70>
8
8
  * Marco Colombo <https://github.com/TheMule71>
9
+ * Salvo Rapisarda <https://github.com/salvorapi>
9
10
  * `Ooops <https://www.ooops404.com>`_:
10
11
 
11
12
  * Giovanni Serra <giovanni@gslab.it>
@@ -13,3 +14,6 @@
13
14
  * `Aion Tech <https://aiontech.company/>`_:
14
15
 
15
16
  * Simone Rubino <simone.rubino@aion-tech.it>
17
+
18
+ * `Stesi Consulting <https://www.stesi.consulting/>`_:
19
+ * Michele Di Croce <dicroce.m@stesi.consulting>
@@ -8,10 +8,11 @@
8
8
 
9
9
  /*
10
10
  :Author: David Goodger (goodger@python.org)
11
- :Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $
11
+ :Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $
12
12
  :Copyright: This stylesheet has been placed in the public domain.
13
13
 
14
14
  Default cascading style sheet for the HTML output of Docutils.
15
+ Despite the name, some widely supported CSS2 features are used.
15
16
 
16
17
  See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
17
18
  customize this style sheet.
@@ -274,7 +275,7 @@ pre.literal-block, pre.doctest-block, pre.math, pre.code {
274
275
  margin-left: 2em ;
275
276
  margin-right: 2em }
276
277
 
277
- pre.code .ln { color: grey; } /* line numbers */
278
+ pre.code .ln { color: gray; } /* line numbers */
278
279
  pre.code, code { background-color: #eeeeee }
279
280
  pre.code .comment, code .comment { color: #5C6576 }
280
281
  pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
@@ -300,7 +301,7 @@ span.option {
300
301
  span.pre {
301
302
  white-space: pre }
302
303
 
303
- span.problematic {
304
+ span.problematic, pre.problematic {
304
305
  color: red }
305
306
 
306
307
  span.section-subtitle {
@@ -366,7 +367,7 @@ ul.auto-toc {
366
367
  !! This file is generated by oca-gen-addon-readme !!
367
368
  !! changes will be overwritten. !!
368
369
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
369
- !! source digest: sha256:8074a2176eda3880a0618708fc68b83713f3837bc5f9a6fb5ec6745dca468d46
370
+ !! source digest: sha256:33669bad22f22bbd19f453f265167d3a4588c7cd48764d663c089aea87722657
370
371
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
371
372
  <p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/l10n-italy/tree/14.0/l10n_it_fatturapa"><img alt="OCA/l10n-italy" src="https://img.shields.io/badge/github-OCA%2Fl10n--italy-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/l10n-italy-14-0/l10n-italy-14-0-l10n_it_fatturapa"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/l10n-italy&amp;target_branch=14.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
372
373
  <p><strong>Italiano</strong></p>
@@ -496,6 +497,8 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
496
497
  </li>
497
498
  <li><p class="first">Marco Colombo &lt;<a class="reference external" href="https://github.com/TheMule71">https://github.com/TheMule71</a>&gt;</p>
498
499
  </li>
500
+ <li><p class="first">Salvo Rapisarda &lt;<a class="reference external" href="https://github.com/salvorapi">https://github.com/salvorapi</a>&gt;</p>
501
+ </li>
499
502
  <li><p class="first"><a class="reference external" href="https://www.ooops404.com">Ooops</a>:</p>
500
503
  <blockquote>
501
504
  <ul class="simple">
@@ -508,12 +511,17 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
508
511
  <li>Simone Rubino &lt;<a class="reference external" href="mailto:simone.rubino&#64;aion-tech.it">simone.rubino&#64;aion-tech.it</a>&gt;</li>
509
512
  </ul>
510
513
  </li>
514
+ <li><p class="first"><a class="reference external" href="https://www.stesi.consulting/">Stesi Consulting</a>:
515
+ * Michele Di Croce &lt;<a class="reference external" href="mailto:dicroce.m&#64;stesi.consulting">dicroce.m&#64;stesi.consulting</a>&gt;</p>
516
+ </li>
511
517
  </ul>
512
518
  </div>
513
519
  <div class="section" id="maintainers">
514
520
  <h2><a class="toc-backref" href="#toc-entry-8">Maintainers</a></h2>
515
521
  <p>This module is maintained by the OCA.</p>
516
- <a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
522
+ <a class="reference external image-reference" href="https://odoo-community.org">
523
+ <img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
524
+ </a>
517
525
  <p>OCA, or the Odoo Community Association, is a nonprofit organization whose
518
526
  mission is to support the collaborative development of Odoo features and
519
527
  promote its widespread use.</p>
@@ -1,12 +1,11 @@
1
1
  Metadata-Version: 2.1
2
- Name: odoo14-addon-l10n-it-fatturapa
3
- Version: 14.0.2.3.2.dev2
2
+ Name: odoo14-addon-l10n_it_fatturapa
3
+ Version: 14.0.2.3.4
4
4
  Summary: Fatture elettroniche
5
5
  Home-page: https://github.com/OCA/l10n-italy
6
6
  Author: Davide Corio, Agile Business Group, Innoviu, Odoo Italia Network, Odoo Community Association (OCA)
7
7
  Author-email: support@odoo-community.org
8
8
  License: AGPL-3
9
- Platform: UNKNOWN
10
9
  Classifier: Programming Language :: Python
11
10
  Classifier: Framework :: Odoo
12
11
  Classifier: Framework :: Odoo :: 14.0
@@ -22,7 +21,7 @@ Requires-Dist: odoo14-addon-l10n-it-ipa
22
21
  Requires-Dist: odoo14-addon-l10n-it-rea
23
22
  Requires-Dist: odoo14-addon-l10n-it-vat-payability
24
23
  Requires-Dist: odoo14-addon-partner-firstname
25
- Requires-Dist: odoo <14.1dev,>=14.0a
24
+ Requires-Dist: odoo<14.1dev,>=14.0a
26
25
 
27
26
  ================================
28
27
  ITA - Fattura elettronica - Base
@@ -33,7 +32,7 @@ ITA - Fattura elettronica - Base
33
32
  !! This file is generated by oca-gen-addon-readme !!
34
33
  !! changes will be overwritten. !!
35
34
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
36
- !! source digest: sha256:8074a2176eda3880a0618708fc68b83713f3837bc5f9a6fb5ec6745dca468d46
35
+ !! source digest: sha256:33669bad22f22bbd19f453f265167d3a4588c7cd48764d663c089aea87722657
37
36
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
38
37
 
39
38
  .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -187,6 +186,7 @@ Contributors
187
186
  * Gianluigi Tiesi <https://github.com/sherpya>
188
187
  * Roberto Fichera <https://github.com/robyf70>
189
188
  * Marco Colombo <https://github.com/TheMule71>
189
+ * Salvo Rapisarda <https://github.com/salvorapi>
190
190
  * `Ooops <https://www.ooops404.com>`_:
191
191
 
192
192
  * Giovanni Serra <giovanni@gslab.it>
@@ -195,6 +195,9 @@ Contributors
195
195
 
196
196
  * Simone Rubino <simone.rubino@aion-tech.it>
197
197
 
198
+ * `Stesi Consulting <https://www.stesi.consulting/>`_:
199
+ * Michele Di Croce <dicroce.m@stesi.consulting>
200
+
198
201
  Maintainers
199
202
  ~~~~~~~~~~~
200
203
 
@@ -211,5 +214,3 @@ promote its widespread use.
211
214
  This module is part of the `OCA/l10n-italy <https://github.com/OCA/l10n-italy/tree/14.0/l10n_it_fatturapa>`_ project on GitHub.
212
215
 
213
216
  You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
214
-
215
-
@@ -1,6 +1,6 @@
1
- odoo/addons/l10n_it_fatturapa/README.rst,sha256=Tpd821D-wtvGuh0SR8T5IPyHMw7NEMHcnmC5881oGZ8,6284
1
+ odoo/addons/l10n_it_fatturapa/README.rst,sha256=JPcaU8egVIuUueD3ecp1Dpgxjw7JbJfvOMAujW23KBA,6439
2
2
  odoo/addons/l10n_it_fatturapa/__init__.py,sha256=_8dODvLq10agxGoV4n97NCtiN_5DFrKHU5Cw7QJuQa8,169
3
- odoo/addons/l10n_it_fatturapa/__manifest__.py,sha256=SCLiaKOdv_cosT9lp9ccrG1_owXC2wTZ_8SRdTjQwng,1536
3
+ odoo/addons/l10n_it_fatturapa/__manifest__.py,sha256=avQG8eaUct-99W2I2UZmXQqLxc6lB0grFO1QNotozRY,1536
4
4
  odoo/addons/l10n_it_fatturapa/controllers/__init__.py,sha256=4KFqEP2QHFbPN66eQJMdGsmNz2v7ywWv_FR1pW_kkLk,19
5
5
  odoo/addons/l10n_it_fatturapa/controllers/main.py,sha256=x0Dkf93MpRwSEg92FqwZJnRDY-54HBCmq8ki84i65UI,797
6
6
  odoo/addons/l10n_it_fatturapa/data/FoglioStileAssoSoftware.xsl,sha256=Szw2Z-f2ZTPM10Mqzlum9dJlwoFLo9yKL6hA6pQs3Qg,114546
@@ -9,7 +9,7 @@ odoo/addons/l10n_it_fatturapa/data/Foglio_di_stile_fatturaordinaria_v1.2.2.xsl,s
9
9
  odoo/addons/l10n_it_fatturapa/data/fatturapa_data.xml,sha256=t6xy5Xyw1-jf8E9uZFZ8Ya_RD_in-o07yj3XiFD1c3M,4497
10
10
  odoo/addons/l10n_it_fatturapa/data/fatturasemplificata_v1.0.xsl,sha256=1upc73papdhSiJNi3qgtMLFitv5Joi65D0fQgN6wwsI,40151
11
11
  odoo/addons/l10n_it_fatturapa/data/welfare.fund.type.csv,sha256=YIerVrM1h8QyJ69aD3tUATEKvPQe-tAuiJLvBkorSoY,1626
12
- odoo/addons/l10n_it_fatturapa/demo/account_invoice_fatturapa.xml,sha256=t3UbOeQYR4nzKqJwqNENWGFcVrIzVaikiWvoD6k4DG8,18850
12
+ odoo/addons/l10n_it_fatturapa/demo/account_invoice_fatturapa.xml,sha256=AShbeBAdQaSH2kl91nz6qpyWlUHtbdGWyz6Ot9oPL10,18850
13
13
  odoo/addons/l10n_it_fatturapa/i18n/am.po,sha256=VNqdvQz4bsDBssyO2EbiF0GiQ-0r5sB0eto2D0k5YoA,77107
14
14
  odoo/addons/l10n_it_fatturapa/i18n/ar.po,sha256=aiIy8wKJkw8DinHZAphWakYAdnpz0GzjkSiHBleeB7U,77369
15
15
  odoo/addons/l10n_it_fatturapa/i18n/bg.po,sha256=SqT5zq4zmVGp1F5xEKkzCbj2LpByCwKEXn3ivrDxM1I,77343
@@ -83,26 +83,27 @@ odoo/addons/l10n_it_fatturapa/migrations/13.0.1.0.0/post-migrate.py,sha256=Afp8u
83
83
  odoo/addons/l10n_it_fatturapa/migrations/13.0.1.0.0/pre-migrate.py,sha256=AJNnDxDZvzVgl4F0TLuRM_km7u6ETXNWy5nZtYyRtjk,4477
84
84
  odoo/addons/l10n_it_fatturapa/migrations/14.0.1.0.0/pre-migrate.py,sha256=wvkYpzyiHJpBNGJSVSW1ZNQsgQSEmWiuIVzbz23FSO0,651
85
85
  odoo/addons/l10n_it_fatturapa/migrations/14.0.1.2.1/post-migration.py,sha256=ZsFAk6uGXFJhrhDq_cFVRRMUbpXiBpRryPgPw3w8V7s,598
86
- odoo/addons/l10n_it_fatturapa/models/__init__.py,sha256=zpD5sMqLgBiybN3DOM-VK6_BASLQrsohCKMy3iXVr10,195
87
- odoo/addons/l10n_it_fatturapa/models/account.py,sha256=ih-S3rRP69pCjnLYiziJbWlOK4_svQ-O3bA_1aOcxZc,16142
86
+ odoo/addons/l10n_it_fatturapa/migrations/14.0.2.3.3/post-migrate.py,sha256=QGeI2r1p4yjOhdrA8BfV46iOA0_sgwIzGSuWupNero8,338
87
+ odoo/addons/l10n_it_fatturapa/models/__init__.py,sha256=zrHnD3NwkYFxYC9HyhzO17w_X-GKC5sOV0YKOIEIH7M,195
88
+ odoo/addons/l10n_it_fatturapa/models/account.py,sha256=nM7jD_aXf8RBSOIb9NIFm1qKV-w353WdbWeUbV5BGg4,16205
88
89
  odoo/addons/l10n_it_fatturapa/models/company.py,sha256=Sfx4iMArAau8rOkKNU7JplK0xQuQKqtoeyYUrQkWecw,7430
89
- odoo/addons/l10n_it_fatturapa/models/ir_attachment.py,sha256=dlr0rJrmgSbVOHF-6BNG9oRT6XPP_n0S_6Ssyyir0gY,5556
90
+ odoo/addons/l10n_it_fatturapa/models/ir_attachment.py,sha256=hpaOPnvpDwwy_tDpCAhC3ni0EibuWfoLqgj-UG70zQQ,5538
90
91
  odoo/addons/l10n_it_fatturapa/models/link_e_invoice_ir_attachment.py,sha256=3eoivS9YvGf09odeJttg56yhNdRAyj2iMqliYPS833s,1120
91
92
  odoo/addons/l10n_it_fatturapa/models/partner.py,sha256=QB8FSS9z5siPoCl-4F2MIlwXqZLQ8_YkhUQ0YMurKuM,7738
92
93
  odoo/addons/l10n_it_fatturapa/readme/CONFIGURE.rst,sha256=cdsyu-dX_fwu2apgmozZMHMYEW1v_3_-yMjBH7mnduw,1521
93
- odoo/addons/l10n_it_fatturapa/readme/CONTRIBUTORS.rst,sha256=tYm1st3BE1mFSj3T1vAlEGPMajB0w4uGvOt0s6irsdc,460
94
+ odoo/addons/l10n_it_fatturapa/readme/CONTRIBUTORS.rst,sha256=XYJqszZvXfRo6IDZxwqyvTNzsrGCePQci1c0Mptxwf0,615
94
95
  odoo/addons/l10n_it_fatturapa/readme/DESCRIPTION.rst,sha256=BUnOVvnxFnE0QaFZ0hu29_alpElAeMyaGXYxWO45oSE,332
95
96
  odoo/addons/l10n_it_fatturapa/readme/INSTALL.rst,sha256=Mffx1Z3jIQmJhYIR5FSf_AkB95bZ1G_ecG2UlRVcLkI,930
96
97
  odoo/addons/l10n_it_fatturapa/readme/USAGE.rst,sha256=NZWzSrL2BHornFTM1MmH7Q8Fx-SLyj9I7nVomNuVEaM,160
97
98
  odoo/addons/l10n_it_fatturapa/security/ir.model.access.csv,sha256=b8K1_sFjRBpYeZ423ZwmXdm_0SfNTgJqXxVd2DYR6lM,3225
98
99
  odoo/addons/l10n_it_fatturapa/static/description/icon.png,sha256=_NDgbxF3ta8ijPcvP_MPNmjN8w4hlN218cE3omw8EGM,4829
99
- odoo/addons/l10n_it_fatturapa/static/description/index.html,sha256=nJJhIlCvC2MUN_sparQbjG3zoWTSY7N5-VPSdIdaTh8,17710
100
+ odoo/addons/l10n_it_fatturapa/static/description/index.html,sha256=iBgu8YbaaiFR4Qn3uf3y6PoYMg-1ktO_k0Lv-yyKYlQ,18204
100
101
  odoo/addons/l10n_it_fatturapa/views/account_view.xml,sha256=P_9exXk8kafN35kbQj99ZIVGVrXGZeQo4QLwPtDI6QE,1682
101
102
  odoo/addons/l10n_it_fatturapa/views/company_view.xml,sha256=N0-iBtjWtrn9THqLYKzGSSBFHqqI2WsheYRJdqFKhN8,8170
102
103
  odoo/addons/l10n_it_fatturapa/views/fatturapa_attachment_views.xml,sha256=qNcMpyTrUmGf91V9F-JQYhGCGP_i5cm57fkHVry9zzk,2563
103
104
  odoo/addons/l10n_it_fatturapa/views/partner_view.xml,sha256=KOSmFEOrMy0tYNaEZGr2XjXniBF9Gu5w5q6TZiJuiCU,4700
104
105
  odoo/addons/l10n_it_fatturapa/views/related_document_type_views.xml,sha256=o_afszEJ86q7KKKKf3C39XtnL3CqlTw2_9cPtIDVtJ0,3188
105
- odoo14_addon_l10n_it_fatturapa-14.0.2.3.2.dev2.dist-info/METADATA,sha256=T1BnHm80K4x02bcGh4h6UqsWN69NRGCZJ_XKqrfAVVs,7321
106
- odoo14_addon_l10n_it_fatturapa-14.0.2.3.2.dev2.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
107
- odoo14_addon_l10n_it_fatturapa-14.0.2.3.2.dev2.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
108
- odoo14_addon_l10n_it_fatturapa-14.0.2.3.2.dev2.dist-info/RECORD,,
106
+ odoo14_addon_l10n_it_fatturapa-14.0.2.3.4.dist-info/METADATA,sha256=0A5sMAr_ltQCwHJL1FTNYBv1gzr6M3dLq4nch1tLrAM,7450
107
+ odoo14_addon_l10n_it_fatturapa-14.0.2.3.4.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
108
+ odoo14_addon_l10n_it_fatturapa-14.0.2.3.4.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
109
+ odoo14_addon_l10n_it_fatturapa-14.0.2.3.4.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.43.0)
2
+ Generator: bdist_wheel (0.45.1)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5