odoo-addon-l10n-it-fatturapa-out 16.0.1.0.16__py3-none-any.whl → 16.0.1.0.17.6__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.
Files changed (25) hide show
  1. odoo/addons/l10n_it_fatturapa_out/README.rst +46 -28
  2. odoo/addons/l10n_it_fatturapa_out/__manifest__.py +1 -1
  3. odoo/addons/l10n_it_fatturapa_out/data/invoice_it_template.xml +0 -5
  4. odoo/addons/l10n_it_fatturapa_out/i18n/l10n_it_fatturapa_out.pot +0 -6
  5. odoo/addons/l10n_it_fatturapa_out/models/account.py +1 -1
  6. odoo/addons/l10n_it_fatturapa_out/models/attachment.py +3 -3
  7. odoo/addons/l10n_it_fatturapa_out/models/company.py +1 -1
  8. odoo/addons/l10n_it_fatturapa_out/models/partner.py +2 -1
  9. odoo/addons/l10n_it_fatturapa_out/readme/CONFIGURE.md +21 -0
  10. odoo/addons/l10n_it_fatturapa_out/readme/CONTRIBUTORS.md +10 -0
  11. odoo/addons/l10n_it_fatturapa_out/readme/DESCRIPTION.md +21 -0
  12. odoo/addons/l10n_it_fatturapa_out/readme/USAGE.md +20 -0
  13. odoo/addons/l10n_it_fatturapa_out/static/description/index.html +32 -14
  14. odoo/addons/l10n_it_fatturapa_out/tests/fatturapa_common.py +5 -4
  15. odoo/addons/l10n_it_fatturapa_out/tests/test_fatturapa_xml_validation.py +2 -4
  16. odoo/addons/l10n_it_fatturapa_out/wizard/wizard_export_fatturapa.py +6 -4
  17. {odoo_addon_l10n_it_fatturapa_out-16.0.1.0.16.dist-info → odoo_addon_l10n_it_fatturapa_out-16.0.1.0.17.6.dist-info}/METADATA +56 -41
  18. {odoo_addon_l10n_it_fatturapa_out-16.0.1.0.16.dist-info → odoo_addon_l10n_it_fatturapa_out-16.0.1.0.17.6.dist-info}/RECORD +20 -20
  19. {odoo_addon_l10n_it_fatturapa_out-16.0.1.0.16.dist-info → odoo_addon_l10n_it_fatturapa_out-16.0.1.0.17.6.dist-info}/WHEEL +1 -1
  20. odoo_addon_l10n_it_fatturapa_out-16.0.1.0.17.6.dist-info/top_level.txt +1 -0
  21. odoo/addons/l10n_it_fatturapa_out/readme/CONFIGURE.rst +0 -13
  22. odoo/addons/l10n_it_fatturapa_out/readme/CONTRIBUTORS.rst +0 -11
  23. odoo/addons/l10n_it_fatturapa_out/readme/DESCRIPTION.rst +0 -19
  24. odoo/addons/l10n_it_fatturapa_out/readme/USAGE.rst +0 -13
  25. odoo_addon_l10n_it_fatturapa_out-16.0.1.0.16.dist-info/top_level.txt +0 -1
@@ -7,7 +7,7 @@ ITA - Fattura elettronica - Emissione
7
7
  !! This file is generated by oca-gen-addon-readme !!
8
8
  !! changes will be overwritten. !!
9
9
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10
- !! source digest: sha256:b2e3bedb96d1ef5459e2727f77c9138d80cd23c393d120dc8ba086e466167dd5
10
+ !! source digest: sha256:52a740ab6cfec6064c6a717da867190fc7b4f0246a0f9db5ee6ec4b2d6b3eb27
11
11
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12
12
 
13
13
  .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -30,7 +30,8 @@ ITA - Fattura elettronica - Emissione
30
30
 
31
31
  **Italiano**
32
32
 
33
- Questo modulo consente di generare i file XML della fattura elettronica versione 1.2
33
+ Questo modulo consente di generare i file XML della fattura elettronica
34
+ versione 1.2
34
35
 
35
36
  http://www.fatturapa.gov.it/export/fatturazione/it/normativa/f-2.htm
36
37
 
@@ -40,7 +41,8 @@ http://www.fatturapa.gov.it/export/fatturazione/it/sdi.htm
40
41
 
41
42
  **English**
42
43
 
43
- This module allows you to generate the Electronic Invoice XML files version 1.2
44
+ This module allows you to generate the Electronic Invoice XML files
45
+ version 1.2
44
46
 
45
47
  http://www.fatturapa.gov.it/export/fatturazione/en/normativa/f-2.htm
46
48
 
@@ -60,32 +62,48 @@ Configuration
60
62
 
61
63
  Consultare il file README di l10n_it_fatturapa.
62
64
 
63
- É possibile esportare le fatture cliente con le righe articolo con un CodiceTipo diverso dallo standard 'ODOO' creando un parametro 'fatturapa.codicetipo.odoo' (in Configurazione > Funzioni tecniche > Parametri > Parametri di sistema) con il codice voluto (tipicamente su richiesta del cliente).
64
- Non è possibile impostare un diverso CodiceTipo per cliente, al momento.
65
+ É possibile esportare le fatture cliente con le righe articolo con un
66
+ CodiceTipo diverso dallo standard 'ODOO' creando un parametro
67
+ 'fatturapa.codicetipo.odoo' (in Configurazione > Funzioni tecniche >
68
+ Parametri > Parametri di sistema) con il codice voluto (tipicamente su
69
+ richiesta del cliente). Non è possibile impostare un diverso CodiceTipo
70
+ per cliente, al momento.
65
71
 
66
72
  **English**
67
73
 
68
74
  See l10n_it_fatturapa README file.
69
75
 
70
- It is possible to export invoices with rows with a different CodiceTipo from the default 'ODOO' by creating a parameter 'fatturapa.codicetipo.odoo' (in Settings > Technical > Parameters > System Parameters) with the desired code (tipically on customer's request).
71
- It is not possible to set a different CodiceTipo by customer, until now.
76
+ It is possible to export invoices with rows with a different CodiceTipo
77
+ from the default 'ODOO' by creating a parameter
78
+ 'fatturapa.codicetipo.odoo' (in Settings > Technical > Parameters >
79
+ System Parameters) with the desired code (tipically on customer's
80
+ request). It is not possible to set a different CodiceTipo by customer,
81
+ until now.
72
82
 
73
83
  Usage
74
84
  =====
75
85
 
76
86
  **Italiano**
77
87
 
78
- * Compilare la fattura con i dati necessari per l'esportazione: per esempio, nella scheda "Allegati fattura elettronica"
79
- * Selezionare 1 o N fatture ed eseguire la procedura guidata "Esporta fattura elettronica"
80
- * Per le fatture estere, è possibile inviarle a soli fini fiscali inserendo il codice identificativo XXXXXXX (7 volte X) ed avendo cura di indicare il paese del partner.
81
- Le fatture vanno comunque spedite al cliente, ma si evita la predisposizione dell'esterometro.
88
+ - Compilare la fattura con i dati necessari per l'esportazione: per
89
+ esempio, nella scheda "Allegati fattura elettronica"
90
+ - Selezionare 1 o N fatture ed eseguire la procedura guidata
91
+ "Esporta fattura elettronica"
92
+ - Per le fatture estere, è possibile inviarle a soli fini fiscali
93
+ inserendo il codice identificativo XXXXXXX (7 volte X) ed avendo
94
+ cura di indicare il paese del partner. Le fatture vanno comunque
95
+ spedite al cliente, ma si evita la predisposizione
96
+ dell'esterometro.
82
97
 
83
98
  **English**
84
99
 
85
- * Fill invoice data you need to export: For instance, in 'Electronic Invoice Attachments' TAB
86
- * Select 1 or N invoices and run 'Export Electronic Invoice' wizard
87
- * For foreign invoices, it is possible to send them only for tax purposes with code XXXXXXX (7 times X) and assuring to set the country of the partner.
88
- Invoices must be sent anyway to the customer, but in this way it is not needed to prepare esterometro.
100
+ - Fill invoice data you need to export: For instance, in 'Electronic
101
+ Invoice Attachments' TAB
102
+ - Select 1 or N invoices and run 'Export Electronic Invoice' wizard
103
+ - For foreign invoices, it is possible to send them only for tax
104
+ purposes with code XXXXXXX (7 times X) and assuring to set the
105
+ country of the partner. Invoices must be sent anyway to the
106
+ customer, but in this way it is not needed to prepare esterometro.
89
107
 
90
108
  Bug Tracker
91
109
  ===========
@@ -101,29 +119,29 @@ Credits
101
119
  =======
102
120
 
103
121
  Authors
104
- ~~~~~~~
122
+ -------
105
123
 
106
124
  * Davide Corio
107
125
  * Agile Business Group
108
126
  * Innoviu
109
127
 
110
128
  Contributors
111
- ~~~~~~~~~~~~
129
+ ------------
112
130
 
113
- * Davide Corio
114
- * Lorenzo Battistini <https://github.com/eLBati>
115
- * Roberto Onnis
116
- * Alessio Gerace
117
- * Alex Comba
118
- * Sergio Zanchetta <https://github.com/primes2h>
119
- * Marco Colombo <https://github.com/TheMule71>
120
- * Giovanni Serra <giovanni@gslab.it>
121
- * `Tecnativa <https://www.tecnativa.com>`_:
131
+ - Davide Corio
132
+ - Lorenzo Battistini <https://github.com/eLBati>
133
+ - Roberto Onnis
134
+ - Alessio Gerace
135
+ - Alex Comba
136
+ - Sergio Zanchetta <https://github.com/primes2h>
137
+ - Marco Colombo <https://github.com/TheMule71>
138
+ - Giovanni Serra <giovanni@gslab.it>
139
+ - `Tecnativa <https://www.tecnativa.com>`__:
122
140
 
123
- * Víctor Martínez
141
+ - Víctor Martínez
124
142
 
125
143
  Maintainers
126
- ~~~~~~~~~~~
144
+ -----------
127
145
 
128
146
  This module is maintained by the OCA.
129
147
 
@@ -7,7 +7,7 @@
7
7
 
8
8
  {
9
9
  "name": "ITA - Fattura elettronica - Emissione",
10
- "version": "16.0.1.0.16",
10
+ "version": "16.0.1.0.17",
11
11
  "development_status": "Beta",
12
12
  "category": "Localization/Italy",
13
13
  "summary": "Emissione fatture elettroniche",
@@ -553,12 +553,7 @@ e 'line' per riga di fattura (a seconda del livello in cui sono chiamati)
553
553
  <!-- <Importo t-out=""/>-->
554
554
  <!-- </ScontoMaggiorazione>-->
555
555
  <ImportoTotaleDocumento
556
- t-if="record.company_id.xml_divisa_value == 'keep_orig'"
557
556
  t-out="format_numbers_two(get_importo_totale(record))"
558
- />
559
- <ImportoTotaleDocumento
560
- t-if="not record.company_id.xml_divisa_value == 'keep_orig'"
561
- t-out="format_numbers_two(fpa_to_eur(get_importo_totale(record), record))"
562
557
  />
563
558
  <!-- <Arrotondamento t-out=""/>-->
564
559
  <t t-foreach="get_causale(record)" t-as="causale">
@@ -344,7 +344,6 @@ msgstr ""
344
344
 
345
345
  #. module: l10n_it_fatturapa_out
346
346
  #: model:ir.model.fields,help:l10n_it_fatturapa_out.field_fatturapa_attachment_out__message_has_error
347
- #: model:ir.model.fields,help:l10n_it_fatturapa_out.field_fatturapa_attachment_out__message_has_sms_error
348
347
  msgid "If checked, some messages have a delivery error."
349
348
  msgstr ""
350
349
 
@@ -665,11 +664,6 @@ msgstr ""
665
664
  msgid "SI"
666
665
  msgstr ""
667
666
 
668
- #. module: l10n_it_fatturapa_out
669
- #: model:ir.model.fields,field_description:l10n_it_fatturapa_out.field_fatturapa_attachment_out__message_has_sms_error
670
- msgid "SMS Delivery error"
671
- msgstr ""
672
-
673
667
  #. module: l10n_it_fatturapa_out
674
668
  #: model:ir.model.fields.selection,name:l10n_it_fatturapa_out.selection__fatturapa_attachment_out__state__sender_error
675
669
  #: model_terms:ir.ui.view,arch_db:l10n_it_fatturapa_out.view_fatturapa_out_attachment_search
@@ -112,5 +112,5 @@ class AccountInvoice(models.Model):
112
112
  )
113
113
  % invoice.name
114
114
  )
115
- res = super(AccountInvoice, self).button_draft()
115
+ res = super().button_draft()
116
116
  return res
@@ -79,7 +79,7 @@ class FatturaPAAttachment(models.Model):
79
79
 
80
80
  def file_name_exists(self, file_id):
81
81
  vat = self.get_file_vat()
82
- partial_fname = r"{}\_{}.".format(vat, file_id) # escaping _ SQL
82
+ partial_fname = rf"{vat}\_{file_id}." # escaping _ SQL
83
83
  # Not trying to perfect match file extension, because user could have
84
84
  # downloaded, signed and uploaded again the file, thus having changed
85
85
  # file extension
@@ -127,7 +127,7 @@ class FatturaPAAttachment(models.Model):
127
127
  attachment_out.state = "ready"
128
128
 
129
129
  def write(self, vals):
130
- res = super(FatturaPAAttachment, self).write(vals)
130
+ res = super().write(vals)
131
131
  if "datas" in vals and "message_ids" not in vals:
132
132
  for attachment in self:
133
133
  attachment.message_post(
@@ -147,7 +147,7 @@ class FatturaPAAttachment(models.Model):
147
147
  invoice.fatturapa_doc_attachments.filtered(
148
148
  "is_pdf_invoice_print"
149
149
  ).unlink()
150
- return super(FatturaPAAttachment, self).unlink()
150
+ return super().unlink()
151
151
 
152
152
 
153
153
  class FatturaAttachments(models.Model):
@@ -62,7 +62,7 @@ class AccountConfigSettings(models.TransientModel):
62
62
 
63
63
  @api.onchange("company_id")
64
64
  def onchange_company_id(self):
65
- res = super(AccountConfigSettings, self).onchange_company_id()
65
+ res = super().onchange_company_id()
66
66
  if self.company_id:
67
67
  company = self.company_id
68
68
  self.max_invoice_in_xml = company.max_invoice_in_xml or 0
@@ -20,7 +20,8 @@ class ResPartner(models.Model):
20
20
  if partner.max_invoice_in_xml < 0:
21
21
  raise ValidationError(
22
22
  _(
23
- "The max number of invoice to group can't be negative for partner %s",
23
+ "The max number of invoice to group "
24
+ "can't be negative for partner %s",
24
25
  partner.name,
25
26
  )
26
27
  )
@@ -0,0 +1,21 @@
1
+ **Italiano**
2
+
3
+ Consultare il file README di l10n_it_fatturapa.
4
+
5
+ É possibile esportare le fatture cliente con le righe articolo con un
6
+ CodiceTipo diverso dallo standard 'ODOO' creando un parametro
7
+ 'fatturapa.codicetipo.odoo' (in Configurazione \> Funzioni tecniche \>
8
+ Parametri \> Parametri di sistema) con il codice voluto (tipicamente su
9
+ richiesta del cliente). Non è possibile impostare un diverso CodiceTipo
10
+ per cliente, al momento.
11
+
12
+ **English**
13
+
14
+ See l10n_it_fatturapa README file.
15
+
16
+ It is possible to export invoices with rows with a different CodiceTipo
17
+ from the default 'ODOO' by creating a parameter
18
+ 'fatturapa.codicetipo.odoo' (in Settings \> Technical \> Parameters \>
19
+ System Parameters) with the desired code (tipically on customer's
20
+ request). It is not possible to set a different CodiceTipo by customer,
21
+ until now.
@@ -0,0 +1,10 @@
1
+ - Davide Corio
2
+ - Lorenzo Battistini \<<https://github.com/eLBati>\>
3
+ - Roberto Onnis
4
+ - Alessio Gerace
5
+ - Alex Comba
6
+ - Sergio Zanchetta \<<https://github.com/primes2h>\>
7
+ - Marco Colombo \<<https://github.com/TheMule71>\>
8
+ - Giovanni Serra \<<giovanni@gslab.it>\>
9
+ - [Tecnativa](https://www.tecnativa.com):
10
+ - Víctor Martínez
@@ -0,0 +1,21 @@
1
+ **Italiano**
2
+
3
+ Questo modulo consente di generare i file XML della fattura elettronica
4
+ versione 1.2
5
+
6
+ <http://www.fatturapa.gov.it/export/fatturazione/it/normativa/f-2.htm>
7
+
8
+ da inviare al Sistema di Interscambio (SdI).
9
+
10
+ <http://www.fatturapa.gov.it/export/fatturazione/it/sdi.htm>
11
+
12
+ **English**
13
+
14
+ This module allows you to generate the Electronic Invoice XML files
15
+ version 1.2
16
+
17
+ <http://www.fatturapa.gov.it/export/fatturazione/en/normativa/f-2.htm>
18
+
19
+ to be sent to the Exchange System (ES).
20
+
21
+ <http://www.fatturapa.gov.it/export/fatturazione/en/sdi.htm>
@@ -0,0 +1,20 @@
1
+ **Italiano**
2
+
3
+ > - Compilare la fattura con i dati necessari per l'esportazione: per
4
+ > esempio, nella scheda "Allegati fattura elettronica"
5
+ > - Selezionare 1 o N fatture ed eseguire la procedura guidata "Esporta
6
+ > fattura elettronica"
7
+ > - Per le fatture estere, è possibile inviarle a soli fini fiscali
8
+ > inserendo il codice identificativo XXXXXXX (7 volte X) ed avendo
9
+ > cura di indicare il paese del partner. Le fatture vanno comunque
10
+ > spedite al cliente, ma si evita la predisposizione dell'esterometro.
11
+
12
+ **English**
13
+
14
+ > - Fill invoice data you need to export: For instance, in 'Electronic
15
+ > Invoice Attachments' TAB
16
+ > - Select 1 or N invoices and run 'Export Electronic Invoice' wizard
17
+ > - For foreign invoices, it is possible to send them only for tax
18
+ > purposes with code XXXXXXX (7 times X) and assuring to set the
19
+ > country of the partner. Invoices must be sent anyway to the
20
+ > customer, but in this way it is not needed to prepare esterometro.
@@ -366,16 +366,18 @@ ul.auto-toc {
366
366
  !! This file is generated by oca-gen-addon-readme !!
367
367
  !! changes will be overwritten. !!
368
368
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
369
- !! source digest: sha256:b2e3bedb96d1ef5459e2727f77c9138d80cd23c393d120dc8ba086e466167dd5
369
+ !! source digest: sha256:52a740ab6cfec6064c6a717da867190fc7b4f0246a0f9db5ee6ec4b2d6b3eb27
370
370
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
371
371
  <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/16.0/l10n_it_fatturapa_out"><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-16-0/l10n-italy-16-0-l10n_it_fatturapa_out"><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=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
372
372
  <p><strong>Italiano</strong></p>
373
- <p>Questo modulo consente di generare i file XML della fattura elettronica versione 1.2</p>
373
+ <p>Questo modulo consente di generare i file XML della fattura elettronica
374
+ versione 1.2</p>
374
375
  <p><a class="reference external" href="http://www.fatturapa.gov.it/export/fatturazione/it/normativa/f-2.htm">http://www.fatturapa.gov.it/export/fatturazione/it/normativa/f-2.htm</a></p>
375
376
  <p>da inviare al Sistema di Interscambio (SdI).</p>
376
377
  <p><a class="reference external" href="http://www.fatturapa.gov.it/export/fatturazione/it/sdi.htm">http://www.fatturapa.gov.it/export/fatturazione/it/sdi.htm</a></p>
377
378
  <p><strong>English</strong></p>
378
- <p>This module allows you to generate the Electronic Invoice XML files version 1.2</p>
379
+ <p>This module allows you to generate the Electronic Invoice XML files
380
+ version 1.2</p>
379
381
  <p><a class="reference external" href="http://www.fatturapa.gov.it/export/fatturazione/en/normativa/f-2.htm">http://www.fatturapa.gov.it/export/fatturazione/en/normativa/f-2.htm</a></p>
380
382
  <p>to be sent to the Exchange System (ES).</p>
381
383
  <p><a class="reference external" href="http://www.fatturapa.gov.it/export/fatturazione/en/sdi.htm">http://www.fatturapa.gov.it/export/fatturazione/en/sdi.htm</a></p>
@@ -397,31 +399,47 @@ ul.auto-toc {
397
399
  <h1><a class="toc-backref" href="#toc-entry-1">Configuration</a></h1>
398
400
  <p><strong>Italiano</strong></p>
399
401
  <p>Consultare il file README di l10n_it_fatturapa.</p>
400
- <p>É possibile esportare le fatture cliente con le righe articolo con un CodiceTipo diverso dallo standard ‘ODOO’ creando un parametro ‘fatturapa.codicetipo.odoo’ (in Configurazione &gt; Funzioni tecniche &gt; Parametri &gt; Parametri di sistema) con il codice voluto (tipicamente su richiesta del cliente).
401
- Non è possibile impostare un diverso CodiceTipo per cliente, al momento.</p>
402
+ <p>É possibile esportare le fatture cliente con le righe articolo con un
403
+ CodiceTipo diverso dallo standard ‘ODOO’ creando un parametro
404
+ ‘fatturapa.codicetipo.odoo’ (in Configurazione &gt; Funzioni tecniche &gt;
405
+ Parametri &gt; Parametri di sistema) con il codice voluto (tipicamente su
406
+ richiesta del cliente). Non è possibile impostare un diverso CodiceTipo
407
+ per cliente, al momento.</p>
402
408
  <p><strong>English</strong></p>
403
409
  <p>See l10n_it_fatturapa README file.</p>
404
- <p>It is possible to export invoices with rows with a different CodiceTipo from the default ‘ODOO’ by creating a parameter ‘fatturapa.codicetipo.odoo’ (in Settings &gt; Technical &gt; Parameters &gt; System Parameters) with the desired code (tipically on customer’s request).
405
- It is not possible to set a different CodiceTipo by customer, until now.</p>
410
+ <p>It is possible to export invoices with rows with a different CodiceTipo
411
+ from the default ‘ODOO’ by creating a parameter
412
+ ‘fatturapa.codicetipo.odoo’ (in Settings &gt; Technical &gt; Parameters &gt;
413
+ System Parameters) with the desired code (tipically on customer’s
414
+ request). It is not possible to set a different CodiceTipo by customer,
415
+ until now.</p>
406
416
  </div>
407
417
  <div class="section" id="usage">
408
418
  <h1><a class="toc-backref" href="#toc-entry-2">Usage</a></h1>
409
419
  <p><strong>Italiano</strong></p>
410
420
  <blockquote>
411
421
  <ul class="simple">
412
- <li>Compilare la fattura con i dati necessari per l’esportazione: per esempio, nella scheda “Allegati fattura elettronica”</li>
413
- <li>Selezionare 1 o N fatture ed eseguire la procedura guidata Esporta fattura elettronica”</li>
414
- <li>Per le fatture estere, è possibile inviarle a soli fini fiscali inserendo il codice identificativo XXXXXXX (7 volte X) ed avendo cura di indicare il paese del partner.
415
- Le fatture vanno comunque spedite al cliente, ma si evita la predisposizione dell’esterometro.</li>
422
+ <li>Compilare la fattura con i dati necessari per l’esportazione: per
423
+ esempio, nella schedaAllegati fattura elettronica”</li>
424
+ <li>Selezionare 1 o N fatture ed eseguire la procedura guidata
425
+ “Esporta fattura elettronica”</li>
426
+ <li>Per le fatture estere, è possibile inviarle a soli fini fiscali
427
+ inserendo il codice identificativo XXXXXXX (7 volte X) ed avendo
428
+ cura di indicare il paese del partner. Le fatture vanno comunque
429
+ spedite al cliente, ma si evita la predisposizione
430
+ dell’esterometro.</li>
416
431
  </ul>
417
432
  </blockquote>
418
433
  <p><strong>English</strong></p>
419
434
  <blockquote>
420
435
  <ul class="simple">
421
- <li>Fill invoice data you need to export: For instance, in ‘Electronic Invoice Attachments’ TAB</li>
436
+ <li>Fill invoice data you need to export: For instance, in ‘Electronic
437
+ Invoice Attachments’ TAB</li>
422
438
  <li>Select 1 or N invoices and run ‘Export Electronic Invoice’ wizard</li>
423
- <li>For foreign invoices, it is possible to send them only for tax purposes with code XXXXXXX (7 times X) and assuring to set the country of the partner.
424
- Invoices must be sent anyway to the customer, but in this way it is not needed to prepare esterometro.</li>
439
+ <li>For foreign invoices, it is possible to send them only for tax
440
+ purposes with code XXXXXXX (7 times X) and assuring to set the
441
+ country of the partner. Invoices must be sent anyway to the
442
+ customer, but in this way it is not needed to prepare esterometro.</li>
425
443
  </ul>
426
444
  </blockquote>
427
445
  </div>
@@ -55,7 +55,7 @@ class FatturaPACommon(AccountTestInvoicingCommon):
55
55
  return tax_values
56
56
 
57
57
  def setUp(self):
58
- super(FatturaPACommon, self).setUp()
58
+ super().setUp()
59
59
  # used to be in AccountTestUsers
60
60
  self.account_model = self.env["account.account"]
61
61
 
@@ -152,7 +152,8 @@ class FatturaPACommon(AccountTestInvoicingCommon):
152
152
  self.company.invalidate_recordset()
153
153
 
154
154
  def create_2nd_company(self):
155
- fatturapa_fiscal_position_id = self.env.company.fatturapa_fiscal_position_id.id
155
+ company = self.env.company
156
+ fatturapa_fiscal_position_id = company.fatturapa_fiscal_position_id.id
156
157
  self.company2 = (
157
158
  self.env["res.company"]
158
159
  .sudo(True)
@@ -162,8 +163,8 @@ class FatturaPACommon(AccountTestInvoicingCommon):
162
163
  "vat": "IT06363381002",
163
164
  "email": "info@yourcompany.example.com",
164
165
  "fatturapa_fiscal_position_id": fatturapa_fiscal_position_id,
165
- "country_id": self.env.company.country_id.id,
166
- "account_fiscal_country_id": self.env.company.account_fiscal_country_id.id,
166
+ "country_id": company.country_id.id,
167
+ "account_fiscal_country_id": company.account_fiscal_country_id.id,
167
168
  "fatturapa_art73": True,
168
169
  }
169
170
  )
@@ -39,7 +39,7 @@ class TestDuplicatedAttachment(FatturaPACommon):
39
39
  @tagged("post_install", "-at_install")
40
40
  class TestFatturaPAXMLValidation(FatturaPACommon):
41
41
  def setUp(self):
42
- super(TestFatturaPAXMLValidation, self).setUp()
42
+ super().setUp()
43
43
  self.company = self.env.company = self.sales_journal.company_id
44
44
 
45
45
  # XXX - a company named "YourCompany" alread exists
@@ -794,9 +794,7 @@ class TestFatturaPAXMLValidation(FatturaPACommon):
794
794
  wizard = self.wizard_model.create({})
795
795
  with self.assertRaises(UserError) as ue:
796
796
  wizard.with_context(active_ids=[invoice.id]).exportFatturaPA()
797
- error_message = "Invoice {} contains product lines w/o taxes".format(
798
- invoice.name
799
- )
797
+ error_message = f"Invoice {invoice.name} contains product lines w/o taxes"
800
798
  self.assertEqual(ue.exception.args[0], error_message)
801
799
 
802
800
  def test_multicompany_fail(self):
@@ -56,13 +56,12 @@ class WizardExportFatturapa(models.TransientModel):
56
56
 
57
57
  attach_str = fatturapa.to_xml(self.env)
58
58
  attach_vals = {
59
- "name": "{}_{}.xml".format(vat, number),
59
+ "name": f"{vat}_{number}.xml",
60
60
  "datas": base64.encodebytes(attach_str),
61
61
  }
62
62
  return attach_obj.create(attach_vals)
63
63
 
64
64
  def getPartnerId(self, invoice_ids):
65
-
66
65
  invoice_model = self.env["account.move"]
67
66
  partner = False
68
67
 
@@ -116,7 +115,10 @@ class WizardExportFatturapa(models.TransientModel):
116
115
  # report (there are cases in which the partner does not have to
117
116
  # paid the VAT, yet its amount has to be printed out and included
118
117
  # in the total amount of the invoice)
119
- return invoice.amount_total
118
+ if invoice.company_id.xml_divisa_value == "keep_orig":
119
+ return invoice.amount_total
120
+ else:
121
+ return abs(invoice.amount_total_signed)
120
122
 
121
123
  @api.model
122
124
  def getAllTaxes(self, invoice):
@@ -298,7 +300,7 @@ class WizardExportFatturapa(models.TransientModel):
298
300
  )
299
301
  att_id = self.env["ir.attachment"].create(
300
302
  {
301
- "name": "{}.pdf".format(inv.name),
303
+ "name": f"{inv.name}.pdf",
302
304
  "type": "binary",
303
305
  "datas": base64.encodebytes(attachment),
304
306
  "res_model": "account.move",
@@ -1,24 +1,23 @@
1
1
  Metadata-Version: 2.1
2
- Name: odoo-addon-l10n-it-fatturapa-out
3
- Version: 16.0.1.0.16
2
+ Name: odoo-addon-l10n_it_fatturapa_out
3
+ Version: 16.0.1.0.17.6
4
+ Requires-Python: >=3.10
5
+ Requires-Dist: elementpath
6
+ Requires-Dist: odoo-addon-l10n_it_account>=16.0dev,<16.1dev
7
+ Requires-Dist: odoo-addon-l10n_it_fatturapa>=16.0dev,<16.1dev
8
+ Requires-Dist: odoo-addon-l10n_it_fiscal_document_type>=16.0dev,<16.1dev
9
+ Requires-Dist: odoo>=16.0a,<16.1dev
10
+ Requires-Dist: unidecode
4
11
  Summary: Emissione fatture elettroniche
5
12
  Home-page: https://github.com/OCA/l10n-italy
13
+ License: AGPL-3
6
14
  Author: Davide Corio, Agile Business Group, Innoviu,Odoo Community Association (OCA)
7
15
  Author-email: support@odoo-community.org
8
- License: AGPL-3
9
- Platform: UNKNOWN
10
16
  Classifier: Programming Language :: Python
11
17
  Classifier: Framework :: Odoo
12
18
  Classifier: Framework :: Odoo :: 16.0
13
19
  Classifier: License :: OSI Approved :: GNU Affero General Public License v3
14
20
  Classifier: Development Status :: 4 - Beta
15
- Requires-Python: >=3.10
16
- Requires-Dist: elementpath
17
- Requires-Dist: odoo-addon-l10n-it-account <16.1dev,>=16.0dev
18
- Requires-Dist: odoo-addon-l10n-it-fatturapa <16.1dev,>=16.0dev
19
- Requires-Dist: odoo-addon-l10n-it-fiscal-document-type <16.1dev,>=16.0dev
20
- Requires-Dist: odoo <16.1dev,>=16.0a
21
- Requires-Dist: unidecode
22
21
 
23
22
  =====================================
24
23
  ITA - Fattura elettronica - Emissione
@@ -29,7 +28,7 @@ ITA - Fattura elettronica - Emissione
29
28
  !! This file is generated by oca-gen-addon-readme !!
30
29
  !! changes will be overwritten. !!
31
30
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
32
- !! source digest: sha256:b2e3bedb96d1ef5459e2727f77c9138d80cd23c393d120dc8ba086e466167dd5
31
+ !! source digest: sha256:52a740ab6cfec6064c6a717da867190fc7b4f0246a0f9db5ee6ec4b2d6b3eb27
33
32
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
34
33
 
35
34
  .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -52,7 +51,8 @@ ITA - Fattura elettronica - Emissione
52
51
 
53
52
  **Italiano**
54
53
 
55
- Questo modulo consente di generare i file XML della fattura elettronica versione 1.2
54
+ Questo modulo consente di generare i file XML della fattura elettronica
55
+ versione 1.2
56
56
 
57
57
  http://www.fatturapa.gov.it/export/fatturazione/it/normativa/f-2.htm
58
58
 
@@ -62,7 +62,8 @@ http://www.fatturapa.gov.it/export/fatturazione/it/sdi.htm
62
62
 
63
63
  **English**
64
64
 
65
- This module allows you to generate the Electronic Invoice XML files version 1.2
65
+ This module allows you to generate the Electronic Invoice XML files
66
+ version 1.2
66
67
 
67
68
  http://www.fatturapa.gov.it/export/fatturazione/en/normativa/f-2.htm
68
69
 
@@ -82,32 +83,48 @@ Configuration
82
83
 
83
84
  Consultare il file README di l10n_it_fatturapa.
84
85
 
85
- É possibile esportare le fatture cliente con le righe articolo con un CodiceTipo diverso dallo standard 'ODOO' creando un parametro 'fatturapa.codicetipo.odoo' (in Configurazione > Funzioni tecniche > Parametri > Parametri di sistema) con il codice voluto (tipicamente su richiesta del cliente).
86
- Non è possibile impostare un diverso CodiceTipo per cliente, al momento.
86
+ É possibile esportare le fatture cliente con le righe articolo con un
87
+ CodiceTipo diverso dallo standard 'ODOO' creando un parametro
88
+ 'fatturapa.codicetipo.odoo' (in Configurazione > Funzioni tecniche >
89
+ Parametri > Parametri di sistema) con il codice voluto (tipicamente su
90
+ richiesta del cliente). Non è possibile impostare un diverso CodiceTipo
91
+ per cliente, al momento.
87
92
 
88
93
  **English**
89
94
 
90
95
  See l10n_it_fatturapa README file.
91
96
 
92
- It is possible to export invoices with rows with a different CodiceTipo from the default 'ODOO' by creating a parameter 'fatturapa.codicetipo.odoo' (in Settings > Technical > Parameters > System Parameters) with the desired code (tipically on customer's request).
93
- It is not possible to set a different CodiceTipo by customer, until now.
97
+ It is possible to export invoices with rows with a different CodiceTipo
98
+ from the default 'ODOO' by creating a parameter
99
+ 'fatturapa.codicetipo.odoo' (in Settings > Technical > Parameters >
100
+ System Parameters) with the desired code (tipically on customer's
101
+ request). It is not possible to set a different CodiceTipo by customer,
102
+ until now.
94
103
 
95
104
  Usage
96
105
  =====
97
106
 
98
107
  **Italiano**
99
108
 
100
- * Compilare la fattura con i dati necessari per l'esportazione: per esempio, nella scheda "Allegati fattura elettronica"
101
- * Selezionare 1 o N fatture ed eseguire la procedura guidata "Esporta fattura elettronica"
102
- * Per le fatture estere, è possibile inviarle a soli fini fiscali inserendo il codice identificativo XXXXXXX (7 volte X) ed avendo cura di indicare il paese del partner.
103
- Le fatture vanno comunque spedite al cliente, ma si evita la predisposizione dell'esterometro.
109
+ - Compilare la fattura con i dati necessari per l'esportazione: per
110
+ esempio, nella scheda "Allegati fattura elettronica"
111
+ - Selezionare 1 o N fatture ed eseguire la procedura guidata
112
+ "Esporta fattura elettronica"
113
+ - Per le fatture estere, è possibile inviarle a soli fini fiscali
114
+ inserendo il codice identificativo XXXXXXX (7 volte X) ed avendo
115
+ cura di indicare il paese del partner. Le fatture vanno comunque
116
+ spedite al cliente, ma si evita la predisposizione
117
+ dell'esterometro.
104
118
 
105
119
  **English**
106
120
 
107
- * Fill invoice data you need to export: For instance, in 'Electronic Invoice Attachments' TAB
108
- * Select 1 or N invoices and run 'Export Electronic Invoice' wizard
109
- * For foreign invoices, it is possible to send them only for tax purposes with code XXXXXXX (7 times X) and assuring to set the country of the partner.
110
- Invoices must be sent anyway to the customer, but in this way it is not needed to prepare esterometro.
121
+ - Fill invoice data you need to export: For instance, in 'Electronic
122
+ Invoice Attachments' TAB
123
+ - Select 1 or N invoices and run 'Export Electronic Invoice' wizard
124
+ - For foreign invoices, it is possible to send them only for tax
125
+ purposes with code XXXXXXX (7 times X) and assuring to set the
126
+ country of the partner. Invoices must be sent anyway to the
127
+ customer, but in this way it is not needed to prepare esterometro.
111
128
 
112
129
  Bug Tracker
113
130
  ===========
@@ -123,29 +140,29 @@ Credits
123
140
  =======
124
141
 
125
142
  Authors
126
- ~~~~~~~
143
+ -------
127
144
 
128
145
  * Davide Corio
129
146
  * Agile Business Group
130
147
  * Innoviu
131
148
 
132
149
  Contributors
133
- ~~~~~~~~~~~~
150
+ ------------
134
151
 
135
- * Davide Corio
136
- * Lorenzo Battistini <https://github.com/eLBati>
137
- * Roberto Onnis
138
- * Alessio Gerace
139
- * Alex Comba
140
- * Sergio Zanchetta <https://github.com/primes2h>
141
- * Marco Colombo <https://github.com/TheMule71>
142
- * Giovanni Serra <giovanni@gslab.it>
143
- * `Tecnativa <https://www.tecnativa.com>`_:
152
+ - Davide Corio
153
+ - Lorenzo Battistini <https://github.com/eLBati>
154
+ - Roberto Onnis
155
+ - Alessio Gerace
156
+ - Alex Comba
157
+ - Sergio Zanchetta <https://github.com/primes2h>
158
+ - Marco Colombo <https://github.com/TheMule71>
159
+ - Giovanni Serra <giovanni@gslab.it>
160
+ - `Tecnativa <https://www.tecnativa.com>`__:
144
161
 
145
- * Víctor Martínez
162
+ - Víctor Martínez
146
163
 
147
164
  Maintainers
148
- ~~~~~~~~~~~
165
+ -----------
149
166
 
150
167
  This module is maintained by the OCA.
151
168
 
@@ -160,5 +177,3 @@ promote its widespread use.
160
177
  This module is part of the `OCA/l10n-italy <https://github.com/OCA/l10n-italy/tree/16.0/l10n_it_fatturapa_out>`_ project on GitHub.
161
178
 
162
179
  You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
163
-
164
-
@@ -1,7 +1,7 @@
1
- odoo/addons/l10n_it_fatturapa_out/README.rst,sha256=bJFcbeiVYXCr3Cephf062lBrqquTD8hi9jHaXzcLFT4,5468
1
+ odoo/addons/l10n_it_fatturapa_out/README.rst,sha256=FO_rSlTknDbIwyroS8dX9RLKQYMV5BzvocHOkXqpGEM,5552
2
2
  odoo/addons/l10n_it_fatturapa_out/__init__.py,sha256=W3SLrBcwzfdkH0kPgcqn6I9vWke1eAXoWdS6LBjaLKw,137
3
- odoo/addons/l10n_it_fatturapa_out/__manifest__.py,sha256=mFTV84_T5mDwMcnE-5rFL6BE_oejCUHTuBNtvWHdLkI,1403
4
- odoo/addons/l10n_it_fatturapa_out/data/invoice_it_template.xml,sha256=zw4F0m0VbVLjwVFWvGYTvAr3kfnvbU6bw_ZTUNy_uCk,36909
3
+ odoo/addons/l10n_it_fatturapa_out/__manifest__.py,sha256=NT5stzetqUc8pugBnPxckCrb06z2Iq_FUUaMCKFZQ0M,1403
4
+ odoo/addons/l10n_it_fatturapa_out/data/invoice_it_template.xml,sha256=ubQbZI0D4qxfTR3zYjl_Po3dRv522kJ_XVVuJNm79f0,36573
5
5
  odoo/addons/l10n_it_fatturapa_out/data/l10n_it_fatturapa_out_data.xml,sha256=OkEskrtlI1TklcV52BeHnTe9Idmr438b8agZgD7in3c,320
6
6
  odoo/addons/l10n_it_fatturapa_out/i18n/am.po,sha256=zAwAq9WIxpCQvOraTh5ZeRscVW5_J_yejdRZNGILwaE,30705
7
7
  odoo/addons/l10n_it_fatturapa_out/i18n/ar.po,sha256=3sCAx9ZXZSil-HZ8BREZ4ONlup-C_45Mt5eAWh5dEmg,30913
@@ -46,7 +46,7 @@ odoo/addons/l10n_it_fatturapa_out/i18n/id.po,sha256=3_p-C7V9mqHvyHnoO9-YynnIwEr4
46
46
  odoo/addons/l10n_it_fatturapa_out/i18n/it.po,sha256=608BNf1i8U0P0w4vgwFH6E9xBmmh9njJQ1uy0VofEaM,42180
47
47
  odoo/addons/l10n_it_fatturapa_out/i18n/ja.po,sha256=f86SagR4iM6a7pjfJ5dEvWEq57iD6YIILoK7np1qKgw,30760
48
48
  odoo/addons/l10n_it_fatturapa_out/i18n/ko.po,sha256=3pncK0YTGK3Kpitw--b5diahlITLjM3-GAQ43HB8F9k,30719
49
- odoo/addons/l10n_it_fatturapa_out/i18n/l10n_it_fatturapa_out.pot,sha256=lzDx_JNa6KchcNaKi-N2M1Yh_Swt8mv9pB37qT35uEM,30318
49
+ odoo/addons/l10n_it_fatturapa_out/i18n/l10n_it_fatturapa_out.pot,sha256=9AWspKvllDfhc7hP9nrI0mXeJbStjDWBZlkxAjuqHGU,30022
50
50
  odoo/addons/l10n_it_fatturapa_out/i18n/lo.po,sha256=5HBpWCwH6hQy-pPTRww8ESy5V1DvBpr4lG7mN42dJ_Q,30639
51
51
  odoo/addons/l10n_it_fatturapa_out/i18n/lt.po,sha256=axLGFtIVNWPADpMtOTb-N9r9C4CkZvVQMQhSI3_ocDo,30880
52
52
  odoo/addons/l10n_it_fatturapa_out/i18n/lt_LT.po,sha256=RoE4iPx41eKBAWipqXDNEEV9X6JMVWtduabU7QH2NbI,30797
@@ -78,22 +78,22 @@ odoo/addons/l10n_it_fatturapa_out/i18n/zh_CN.po,sha256=BMCnNn6Wm4EneheLSS_GXh9Oh
78
78
  odoo/addons/l10n_it_fatturapa_out/i18n/zh_TW.po,sha256=dhT4g6km07n7Lz6fIZACqD60vFRkvEgN-gxBtMxIJtw,30767
79
79
  odoo/addons/l10n_it_fatturapa_out/migrations/16.0.1.0.0/pre-migrate.py,sha256=RQOTfvxmWY8HExckWM3fZgpaisLR9pa8Q8Ssas0dPr4,1085
80
80
  odoo/addons/l10n_it_fatturapa_out/models/__init__.py,sha256=hCcGZj2Cyp2lLJnKLzkaqSDjOokKD1XJHiNP_-znXuc,186
81
- odoo/addons/l10n_it_fatturapa_out/models/account.py,sha256=nI4zCclF_d52AzRLOEfzMIsHEmGKgUUEST1kKwfJsUk,3875
82
- odoo/addons/l10n_it_fatturapa_out/models/attachment.py,sha256=FkxNW2WQt-ULH6ESoAL_anl9v4bfSDGE3wx1OrI9jHc,5889
83
- odoo/addons/l10n_it_fatturapa_out/models/company.py,sha256=3KXrD9EuhM7vk3SigbNA7dX9vR_jRPk5m6QZv0ZhCts,2404
84
- odoo/addons/l10n_it_fatturapa_out/models/partner.py,sha256=rTROxAHufkbo7_mQZoJkMnAHQoduYh6FTK1ROROozes,918
85
- odoo/addons/l10n_it_fatturapa_out/readme/CONFIGURE.rst,sha256=VhHFDOId3yb8tb4d3DzecUA8eq88ixd8oBHwYJGDTew,821
86
- odoo/addons/l10n_it_fatturapa_out/readme/CONTRIBUTORS.rst,sha256=8-z1Ya5YzTqaWytsm0sJXK4du2gxTTAgBh7EbXlHAiQ,310
87
- odoo/addons/l10n_it_fatturapa_out/readme/DESCRIPTION.rst,sha256=ulNEJy2RhSVwVjk_xR9VIpUEA3XZk0AU5kiMEIsvN5k,540
88
- odoo/addons/l10n_it_fatturapa_out/readme/USAGE.rst,sha256=EBTe0MaBIcy2YmngN4MyfBXHYFdRcqOmqkYXejPdofI,935
81
+ odoo/addons/l10n_it_fatturapa_out/models/account.py,sha256=lK1QJEGKFsMLfWc9d0accTXlAEjqu8AhueAXlQdDSzc,3855
82
+ odoo/addons/l10n_it_fatturapa_out/models/attachment.py,sha256=ebxedpm9GLpjanJ1QBovSjI_bmJsLeqGxaZaUeRzEjI,5829
83
+ odoo/addons/l10n_it_fatturapa_out/models/company.py,sha256=YWumZPYWBiTVzUTjrfXpM0MM9bhoGD2OjT3UiSV3N-w,2377
84
+ odoo/addons/l10n_it_fatturapa_out/models/partner.py,sha256=0GNOn_PWtcFfzP8UiZTSh44q1HB7Jg5LhFizysZPTG4,945
85
+ odoo/addons/l10n_it_fatturapa_out/readme/CONFIGURE.md,sha256=SyRsO1yQ29ypgwgTHONlrLp9rY_BP1eHK2WFfUHcIIE,827
86
+ odoo/addons/l10n_it_fatturapa_out/readme/CONTRIBUTORS.md,sha256=Csn34FN8aozAssaO8dcKQ8O36EqRy8cGci0ZQ6DoOVw,323
87
+ odoo/addons/l10n_it_fatturapa_out/readme/DESCRIPTION.md,sha256=QFYN-1z52BLlqxBQ21bDaHQOlJH6p1pc22CQ6qLkJBQ,548
88
+ odoo/addons/l10n_it_fatturapa_out/readme/USAGE.md,sha256=CPBqji3HDYYP9aGBkn6Cknhl1pCDXBOxPzsKYNTl4So,971
89
89
  odoo/addons/l10n_it_fatturapa_out/security/ir.model.access.csv,sha256=hheFLdZySR_wQd0-zdRpJeewdlrlE1LtKj_-seX_3pM,340
90
90
  odoo/addons/l10n_it_fatturapa_out/security/rules.xml,sha256=6_swzyFR5GaxWSA9j3NeUOVGgKVbLDOFk7jVDzUdUfg,514
91
91
  odoo/addons/l10n_it_fatturapa_out/static/description/icon.png,sha256=_NDgbxF3ta8ijPcvP_MPNmjN8w4hlN218cE3omw8EGM,4829
92
- odoo/addons/l10n_it_fatturapa_out/static/description/index.html,sha256=uLKfbj3On-lmV1DIlz9Hq3A_qV9FEgRLvHaWk_-lBOQ,16177
92
+ odoo/addons/l10n_it_fatturapa_out/static/description/index.html,sha256=WcxSqoEd8SGU8_FhC5cfgMzX8EDdlYh1zHqaEQgBQso,16177
93
93
  odoo/addons/l10n_it_fatturapa_out/tests/__init__.py,sha256=KNxMSQSj8RCCaGVrqzTQ5Od7v2x6gUrdZz_PubpUp2A,148
94
- odoo/addons/l10n_it_fatturapa_out/tests/fatturapa_common.py,sha256=AocOVxifVNMYA4pKen-IVZ6xXhlXNuh9GoBiXmXwDQI,11500
94
+ odoo/addons/l10n_it_fatturapa_out/tests/fatturapa_common.py,sha256=WK3-H3_h8YklXN3x-cwS1o1zPeEukuL9lvRi385qBhM,11487
95
95
  odoo/addons/l10n_it_fatturapa_out/tests/test_fatturapa_out_noteline.py,sha256=KO7of281GNIPLjcAJXv-2jdA9q1nFLGu8XBcftGrlE4,8950
96
- odoo/addons/l10n_it_fatturapa_out/tests/test_fatturapa_xml_validation.py,sha256=EGqXAh-sjCQqn3JWiZUHRoHkoiEMSQEPz4c_pYqDS0U,38555
96
+ odoo/addons/l10n_it_fatturapa_out/tests/test_fatturapa_xml_validation.py,sha256=PVlDq3ufdQFt4kuM2VoMpYb3Sxu-C6zbIG5VgHxzyEw,38493
97
97
  odoo/addons/l10n_it_fatturapa_out/tests/data/CHE114993395IVA_00007.xml,sha256=c6E1sOaUDy70SNoldyeakWjurbovnBG4Dnv1IEgSXXA,4597
98
98
  odoo/addons/l10n_it_fatturapa_out/tests/data/IT03297040366_00005.xml,sha256=SeF_jvQPMeDlVgZxLPP32dhv3ow9P5xqsKzQ6rkFHvE,4577
99
99
  odoo/addons/l10n_it_fatturapa_out/tests/data/IT03297040366_00019.xml,sha256=iRPmXM0vB8P66UyokpcHeX_94JNSqGngrgyB516AkCE,4020
@@ -119,11 +119,11 @@ odoo/addons/l10n_it_fatturapa_out/views/company_view.xml,sha256=pxMr-1GRNraEYBH3
119
119
  odoo/addons/l10n_it_fatturapa_out/views/partner_view.xml,sha256=DvVhn8VfHkt8YSFPlKI9k1lrV4D6fg7e5s5vNlDnq4g,513
120
120
  odoo/addons/l10n_it_fatturapa_out/wizard/__init__.py,sha256=ZWQbHot4YQecoYNooAZtguia2eQat_XatBfN9bkNsYs,140
121
121
  odoo/addons/l10n_it_fatturapa_out/wizard/efattura.py,sha256=C7g5lZGBTMxfXvmHxxWs2EyTYdT816tMaR84Z0gRv2o,11344
122
- odoo/addons/l10n_it_fatturapa_out/wizard/wizard_export_fatturapa.py,sha256=X3G6SXnm5Ks60zGB3TRlZpcIeahaCihFuP92Rw36ydk,12168
122
+ odoo/addons/l10n_it_fatturapa_out/wizard/wizard_export_fatturapa.py,sha256=NHWaUpVCNKUjueVLBPrGOPpNyFpuqPvBA4fKheALV48,12282
123
123
  odoo/addons/l10n_it_fatturapa_out/wizard/wizard_export_fatturapa_regenerate.py,sha256=wWr5g6bT1WkXetBmcsS5KRtICisb2eb3BxiEaNnsma4,2357
124
124
  odoo/addons/l10n_it_fatturapa_out/wizard/wizard_export_fatturapa_view.xml,sha256=ljilCk05gfHX2AvYGyGF4ayuikz5-y8fweD_S2PiHgM,1795
125
125
  odoo/addons/l10n_it_fatturapa_out/wizard/wizard_export_fatturapa_view_regenerate.xml,sha256=ZK2JL46SfqWWClapEhwW65PXWxffvxZKFrmQSU9Iyrs,1465
126
- odoo_addon_l10n_it_fatturapa_out-16.0.1.0.16.dist-info/METADATA,sha256=--7U3hcElT5DlJDH985oU1v2iomh-836rShyIoGuzN0,6339
127
- odoo_addon_l10n_it_fatturapa_out-16.0.1.0.16.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
128
- odoo_addon_l10n_it_fatturapa_out-16.0.1.0.16.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
129
- odoo_addon_l10n_it_fatturapa_out-16.0.1.0.16.dist-info/RECORD,,
126
+ odoo_addon_l10n_it_fatturapa_out-16.0.1.0.17.6.dist-info/METADATA,sha256=KlUdg6H3dz97vOrIX55Ca_tP4sxaKKZk1DmdR8_vsZ4,6401
127
+ odoo_addon_l10n_it_fatturapa_out-16.0.1.0.17.6.dist-info/WHEEL,sha256=0WPb27lpWF0K4Majm_kVmkl1QxJZxoKxO5GGil8gPB4,81
128
+ odoo_addon_l10n_it_fatturapa_out-16.0.1.0.17.6.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
129
+ odoo_addon_l10n_it_fatturapa_out-16.0.1.0.17.6.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.42.0)
2
+ Generator: Whool 0.5
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,13 +0,0 @@
1
- **Italiano**
2
-
3
- Consultare il file README di l10n_it_fatturapa.
4
-
5
- É possibile esportare le fatture cliente con le righe articolo con un CodiceTipo diverso dallo standard 'ODOO' creando un parametro 'fatturapa.codicetipo.odoo' (in Configurazione > Funzioni tecniche > Parametri > Parametri di sistema) con il codice voluto (tipicamente su richiesta del cliente).
6
- Non è possibile impostare un diverso CodiceTipo per cliente, al momento.
7
-
8
- **English**
9
-
10
- See l10n_it_fatturapa README file.
11
-
12
- It is possible to export invoices with rows with a different CodiceTipo from the default 'ODOO' by creating a parameter 'fatturapa.codicetipo.odoo' (in Settings > Technical > Parameters > System Parameters) with the desired code (tipically on customer's request).
13
- It is not possible to set a different CodiceTipo by customer, until now.
@@ -1,11 +0,0 @@
1
- * Davide Corio
2
- * Lorenzo Battistini <https://github.com/eLBati>
3
- * Roberto Onnis
4
- * Alessio Gerace
5
- * Alex Comba
6
- * Sergio Zanchetta <https://github.com/primes2h>
7
- * Marco Colombo <https://github.com/TheMule71>
8
- * Giovanni Serra <giovanni@gslab.it>
9
- * `Tecnativa <https://www.tecnativa.com>`_:
10
-
11
- * Víctor Martínez
@@ -1,19 +0,0 @@
1
- **Italiano**
2
-
3
- Questo modulo consente di generare i file XML della fattura elettronica versione 1.2
4
-
5
- http://www.fatturapa.gov.it/export/fatturazione/it/normativa/f-2.htm
6
-
7
- da inviare al Sistema di Interscambio (SdI).
8
-
9
- http://www.fatturapa.gov.it/export/fatturazione/it/sdi.htm
10
-
11
- **English**
12
-
13
- This module allows you to generate the Electronic Invoice XML files version 1.2
14
-
15
- http://www.fatturapa.gov.it/export/fatturazione/en/normativa/f-2.htm
16
-
17
- to be sent to the Exchange System (ES).
18
-
19
- http://www.fatturapa.gov.it/export/fatturazione/en/sdi.htm
@@ -1,13 +0,0 @@
1
- **Italiano**
2
-
3
- * Compilare la fattura con i dati necessari per l'esportazione: per esempio, nella scheda "Allegati fattura elettronica"
4
- * Selezionare 1 o N fatture ed eseguire la procedura guidata "Esporta fattura elettronica"
5
- * Per le fatture estere, è possibile inviarle a soli fini fiscali inserendo il codice identificativo XXXXXXX (7 volte X) ed avendo cura di indicare il paese del partner.
6
- Le fatture vanno comunque spedite al cliente, ma si evita la predisposizione dell'esterometro.
7
-
8
- **English**
9
-
10
- * Fill invoice data you need to export: For instance, in 'Electronic Invoice Attachments' TAB
11
- * Select 1 or N invoices and run 'Export Electronic Invoice' wizard
12
- * For foreign invoices, it is possible to send them only for tax purposes with code XXXXXXX (7 times X) and assuring to set the country of the partner.
13
- Invoices must be sent anyway to the customer, but in this way it is not needed to prepare esterometro.