odoo-addon-l10n-it-edi-extension 18.0.1.0.0.32__py3-none-any.whl → 18.0.1.1.0.1__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.
Potentially problematic release.
This version of odoo-addon-l10n-it-edi-extension might be problematic. Click here for more details.
- odoo/addons/l10n_it_edi_extension/README.rst +1 -1
- odoo/addons/l10n_it_edi_extension/__manifest__.py +1 -1
- odoo/addons/l10n_it_edi_extension/data/invoice_it_template.xml +2 -2
- odoo/addons/l10n_it_edi_extension/i18n/it.po +41 -23
- odoo/addons/l10n_it_edi_extension/i18n/l10n_it_edi_extension.pot +6 -0
- odoo/addons/l10n_it_edi_extension/models/res_partner.py +1 -0
- odoo/addons/l10n_it_edi_extension/static/description/index.html +1 -1
- odoo/addons/l10n_it_edi_extension/views/res_partner_view.xml +1 -0
- {odoo_addon_l10n_it_edi_extension-18.0.1.0.0.32.dist-info → odoo_addon_l10n_it_edi_extension-18.0.1.1.0.1.dist-info}/METADATA +2 -2
- {odoo_addon_l10n_it_edi_extension-18.0.1.0.0.32.dist-info → odoo_addon_l10n_it_edi_extension-18.0.1.1.0.1.dist-info}/RECORD +12 -12
- {odoo_addon_l10n_it_edi_extension-18.0.1.0.0.32.dist-info → odoo_addon_l10n_it_edi_extension-18.0.1.1.0.1.dist-info}/WHEEL +0 -0
- {odoo_addon_l10n_it_edi_extension-18.0.1.0.0.32.dist-info → odoo_addon_l10n_it_edi_extension-18.0.1.1.0.1.dist-info}/top_level.txt +0 -0
|
@@ -11,7 +11,7 @@ Italy - E-invoicing - Base Feature
|
|
|
11
11
|
!! This file is generated by oca-gen-addon-readme !!
|
|
12
12
|
!! changes will be overwritten. !!
|
|
13
13
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
14
|
-
!! source digest: sha256:
|
|
14
|
+
!! source digest: sha256:d816030b9518befc24303a948383962abe17d52bfceb651557a50c0a7dda4f26
|
|
15
15
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
16
16
|
|
|
17
17
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
</xpath>
|
|
35
35
|
<xpath expr="//CedentePrestatore/IscrizioneREA" position="after">
|
|
36
36
|
<RiferimentoAmministrazione
|
|
37
|
-
t-if="company.l10n_edi_it_admin_ref"
|
|
38
|
-
t-out="company.l10n_edi_it_admin_ref"
|
|
37
|
+
t-if="partner.l10n_edi_it_admin_ref or company.l10n_edi_it_admin_ref"
|
|
38
|
+
t-out="partner.l10n_edi_it_admin_ref or company.l10n_edi_it_admin_ref"
|
|
39
39
|
/>
|
|
40
40
|
</xpath>
|
|
41
41
|
<xpath expr="//DatiGeneraliDocumento/ImportoTotaleDocumento" position="after">
|
|
@@ -19,10 +19,15 @@ msgstr ""
|
|
|
19
19
|
#. module: l10n_it_edi_extension
|
|
20
20
|
#: model_terms:ir.ui.view,arch_db:l10n_it_edi_extension.view_account_config_settings_create_partner
|
|
21
21
|
msgid ""
|
|
22
|
-
"<span class=\"o_form_label\" title=\"Minimum: the bill is created with no
|
|
22
|
+
"<span class=\"o_form_label\" title=\"Minimum: the bill is created with no "
|
|
23
|
+
"lines; the user will have to create them, according to what specified in the "
|
|
24
|
+
"electronic bill. Tax rate: every tax rate present in the electronic "
|
|
25
|
+
"bill will create a line in the bill. Maximum (default): every line "
|
|
26
|
+
"contained in the electronic bill will create a line in the bill.\">\n"
|
|
23
27
|
" E-bills import detail level\n"
|
|
24
28
|
" </span>\n"
|
|
25
|
-
" <span class=\"fa fa-lg fa-building-o\"
|
|
29
|
+
" <span class=\"fa fa-lg fa-building-o\" "
|
|
30
|
+
"title=\"Values set here are company-specific.\"/>"
|
|
26
31
|
msgstr ""
|
|
27
32
|
"<span class=\"o_form_label\" title=\"Minimo: la fattura viene creata senza "
|
|
28
33
|
"righe; l'utente dovrà crearle, in base a quanto specificato nella fattura "
|
|
@@ -32,8 +37,8 @@ msgstr ""
|
|
|
32
37
|
" Livello di dettaglio per l'importazione delle "
|
|
33
38
|
"fatture elettroniche\n"
|
|
34
39
|
" </span>\n"
|
|
35
|
-
" <span class=\"fa fa-lg fa-building-o\" title
|
|
36
|
-
"
|
|
40
|
+
" <span class=\"fa fa-lg fa-building-o\" title=\"I "
|
|
41
|
+
"valori impostati qui sono specifici dell'azienda.\"/>"
|
|
37
42
|
|
|
38
43
|
#. module: l10n_it_edi_extension
|
|
39
44
|
#: model:ir.model.fields,help:l10n_it_edi_extension.field_account_bank_statement_line__l10n_it_edi_stabile_organizzazione_provincia
|
|
@@ -57,6 +62,12 @@ msgstr "Stato avanzamento lavori"
|
|
|
57
62
|
msgid "Admin. ref."
|
|
58
63
|
msgstr "Rif. ammin."
|
|
59
64
|
|
|
65
|
+
#. module: l10n_it_edi_extension
|
|
66
|
+
#: model:ir.model.fields,field_description:l10n_it_edi_extension.field_res_partner__l10n_edi_it_admin_ref
|
|
67
|
+
#: model:ir.model.fields,field_description:l10n_it_edi_extension.field_res_users__l10n_edi_it_admin_ref
|
|
68
|
+
msgid "Administrative Reference"
|
|
69
|
+
msgstr ""
|
|
70
|
+
|
|
60
71
|
#. module: l10n_it_edi_extension
|
|
61
72
|
#: model:ir.model.fields,field_description:l10n_it_edi_extension.field_l10n_it_edi_discount_rise_price__amount
|
|
62
73
|
msgid "Amount"
|
|
@@ -462,13 +473,13 @@ msgstr "Spese accessorie"
|
|
|
462
473
|
msgid ""
|
|
463
474
|
"Indicates whether the document has been issued according to methods and "
|
|
464
475
|
"terms laid down in a ministerial decree under the terms of Article 73 of "
|
|
465
|
-
"Italian Presidential Decree 633/72 (this enables the company to issue in the"
|
|
466
|
-
"
|
|
476
|
+
"Italian Presidential Decree 633/72 (this enables the company to issue in the "
|
|
477
|
+
"same year several documents with same number)"
|
|
467
478
|
msgstr ""
|
|
468
479
|
"Indica se il documento è stato emesso secondo le modalità e i termini "
|
|
469
|
-
"stabiliti con decreto ministeriale ai sensi dell'articolo 73 del DPR n.
|
|
470
|
-
"72 (ciò consente all'azienda l'emissione nello stesso anno di più
|
|
471
|
-
"aventi lo stesso numero)"
|
|
480
|
+
"stabiliti con decreto ministeriale ai sensi dell'articolo 73 del DPR n. "
|
|
481
|
+
"633/72 (ciò consente all'azienda l'emissione nello stesso anno di più "
|
|
482
|
+
"documenti aventi lo stesso numero)"
|
|
472
483
|
|
|
473
484
|
#. module: l10n_it_edi_extension
|
|
474
485
|
#: model:ir.model.fields,help:l10n_it_edi_extension.field_account_bank_statement_line__l10n_edi_it_art73
|
|
@@ -480,9 +491,9 @@ msgid ""
|
|
|
480
491
|
"issue in the same year several documents with same number)"
|
|
481
492
|
msgstr ""
|
|
482
493
|
"Indica se il documento è stato emesso secondo le modalità e i termini "
|
|
483
|
-
"stabiliti con decreto ministeriale ai sensi dell'articolo 73 del DPR n.
|
|
484
|
-
"72 (ciò consente al cedente/prestatore l'emissione nello stesso anno di
|
|
485
|
-
"documenti aventi lo stesso numero)"
|
|
494
|
+
"stabiliti con decreto ministeriale ai sensi dell'articolo 73 del DPR n. "
|
|
495
|
+
"633/72 (ciò consente al cedente/prestatore l'emissione nello stesso anno di "
|
|
496
|
+
"più documenti aventi lo stesso numero)"
|
|
486
497
|
|
|
487
498
|
#. module: l10n_it_edi_extension
|
|
488
499
|
#: model_terms:ir.ui.view,arch_db:l10n_it_edi_extension.wizard_compute_fc_form
|
|
@@ -609,9 +620,12 @@ msgstr "Minimo"
|
|
|
609
620
|
#: model:ir.model.fields,help:l10n_it_edi_extension.field_res_company__l10n_it_edi_import_detail_level
|
|
610
621
|
#: model:ir.model.fields,help:l10n_it_edi_extension.field_res_config_settings__l10n_it_edi_import_detail_level
|
|
611
622
|
msgid ""
|
|
612
|
-
"Minimum: the bill is created with no lines; the user will have to create
|
|
613
|
-
"
|
|
614
|
-
"
|
|
623
|
+
"Minimum: the bill is created with no lines; the user will have to create "
|
|
624
|
+
"them, according to what specified in the electronic bill.\n"
|
|
625
|
+
"Tax rate: every tax rate present in the electronic bill will create a line "
|
|
626
|
+
"in the bill.\n"
|
|
627
|
+
"Maximum (default): every line contained in the electronic bill will create a "
|
|
628
|
+
"line in the bill."
|
|
615
629
|
msgstr ""
|
|
616
630
|
"Minimo: la fattura viene creata senza righe; l'utente dovrà crearle, in base "
|
|
617
631
|
"a quanto specificato nella fattura elettronica.\n"
|
|
@@ -735,10 +749,14 @@ msgstr "Altri dati gestionali"
|
|
|
735
749
|
#: model:ir.model.fields,help:l10n_it_edi_extension.field_res_partner__l10n_it_edi_import_detail_level
|
|
736
750
|
#: model:ir.model.fields,help:l10n_it_edi_extension.field_res_users__l10n_it_edi_import_detail_level
|
|
737
751
|
msgid ""
|
|
738
|
-
"Override the 'E-bills import detail level' of the company for bills of this
|
|
739
|
-
"
|
|
740
|
-
"
|
|
741
|
-
"
|
|
752
|
+
"Override the 'E-bills import detail level' of the company for bills of this "
|
|
753
|
+
"supplier.\n"
|
|
754
|
+
"Minimum: the bill is created with no lines; the user will have to create "
|
|
755
|
+
"them, according to what specified in the electronic bill.\n"
|
|
756
|
+
"Tax rate: every tax rate present in the electronic bill will create a line "
|
|
757
|
+
"in the bill.\n"
|
|
758
|
+
"Maximum: every line contained in the electronic bill will create a line in "
|
|
759
|
+
"the bill."
|
|
742
760
|
msgstr ""
|
|
743
761
|
"Sostituirei il \"Livello di dettaglio importazione e-fatture\" dell'azienda "
|
|
744
762
|
"per le fatture di questo fornitore.\n"
|
|
@@ -1065,8 +1083,8 @@ msgstr "Unità di misura"
|
|
|
1065
1083
|
#. odoo-python
|
|
1066
1084
|
#: code:addons/l10n_it_edi_extension/models/account_move.py:0
|
|
1067
1085
|
msgid ""
|
|
1068
|
-
"Untaxed amount (%(amount_untaxed)s}) minus rounding (%(rounding)s}) does not"
|
|
1069
|
-
"
|
|
1086
|
+
"Untaxed amount (%(amount_untaxed)s}) minus rounding (%(rounding)s}) does not "
|
|
1087
|
+
"match with e-invoice untaxed amount %(edi_amount_untaxed)s)"
|
|
1070
1088
|
msgstr ""
|
|
1071
1089
|
"L'importo non tassato (%(amount_untaxed)s}) meno l'arrotondamento "
|
|
1072
1090
|
"(%(rounding)s}) non corrisponde all'importo non tassato della e-fattura "
|
|
@@ -1110,8 +1128,8 @@ msgid ""
|
|
|
1110
1128
|
"[N2.1] Non soggette ad IVA ai sensi degli artt. Da 7 a 7-septies del DPR "
|
|
1111
1129
|
"633/72"
|
|
1112
1130
|
msgstr ""
|
|
1113
|
-
"[N2.1] Non soggette ad IVA ai sensi degli artt. Da 7 a 7-septies del DPR
|
|
1114
|
-
"72"
|
|
1131
|
+
"[N2.1] Non soggette ad IVA ai sensi degli artt. Da 7 a 7-septies del DPR "
|
|
1132
|
+
"633/72"
|
|
1115
1133
|
|
|
1116
1134
|
#. module: l10n_it_edi_extension
|
|
1117
1135
|
#: model:ir.model.fields.selection,name:l10n_it_edi_extension.selection__l10n_it_edi_summary_data__non_taxable_nature__n2_2
|
|
@@ -41,6 +41,12 @@ msgstr ""
|
|
|
41
41
|
msgid "Admin. ref."
|
|
42
42
|
msgstr ""
|
|
43
43
|
|
|
44
|
+
#. module: l10n_it_edi_extension
|
|
45
|
+
#: model:ir.model.fields,field_description:l10n_it_edi_extension.field_res_partner__l10n_edi_it_admin_ref
|
|
46
|
+
#: model:ir.model.fields,field_description:l10n_it_edi_extension.field_res_users__l10n_edi_it_admin_ref
|
|
47
|
+
msgid "Administrative Reference"
|
|
48
|
+
msgstr ""
|
|
49
|
+
|
|
44
50
|
#. module: l10n_it_edi_extension
|
|
45
51
|
#: model:ir.model.fields,field_description:l10n_it_edi_extension.field_l10n_it_edi_discount_rise_price__amount
|
|
46
52
|
msgid "Amount"
|
|
@@ -36,6 +36,7 @@ class ResPartnerInherit(models.Model):
|
|
|
36
36
|
"Maximum: every line contained in the electronic bill "
|
|
37
37
|
"will create a line in the bill.",
|
|
38
38
|
)
|
|
39
|
+
l10n_edi_it_admin_ref = fields.Char(string="Administrative Reference")
|
|
39
40
|
|
|
40
41
|
@api.constrains(
|
|
41
42
|
"l10n_it_codice_fiscale",
|
|
@@ -372,7 +372,7 @@ ul.auto-toc {
|
|
|
372
372
|
!! This file is generated by oca-gen-addon-readme !!
|
|
373
373
|
!! changes will be overwritten. !!
|
|
374
374
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
375
|
-
!! source digest: sha256:
|
|
375
|
+
!! source digest: sha256:d816030b9518befc24303a948383962abe17d52bfceb651557a50c0a7dda4f26
|
|
376
376
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
|
377
377
|
<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/license-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/l10n-italy/tree/18.0/l10n_it_edi_extension"><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-18-0/l10n-italy-18-0-l10n_it_edi_extension"><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&target_branch=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
|
|
378
378
|
<p><strong>Italiano</strong></p>
|
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
<field name="arch" type="xml">
|
|
8
8
|
<xpath expr="//group[@id='invoice_send_settings']" position="inside">
|
|
9
9
|
<field name="l10n_edi_it_eori_code" />
|
|
10
|
+
<field name="l10n_edi_it_admin_ref" />
|
|
10
11
|
<field name="l10n_edi_it_electronic_invoice_no_contact_update" />
|
|
11
12
|
<field name="l10n_edi_it_register" />
|
|
12
13
|
<field name="l10n_edi_it_register_province_id" />
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: odoo-addon-l10n_it_edi_extension
|
|
3
|
-
Version: 18.0.1.
|
|
3
|
+
Version: 18.0.1.1.0.1
|
|
4
4
|
Requires-Python: >=3.10
|
|
5
5
|
Requires-Dist: codicefiscale
|
|
6
6
|
Requires-Dist: odoo-addon-partner_firstname==18.0.*
|
|
@@ -31,7 +31,7 @@ Italy - E-invoicing - Base Feature
|
|
|
31
31
|
!! This file is generated by oca-gen-addon-readme !!
|
|
32
32
|
!! changes will be overwritten. !!
|
|
33
33
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
34
|
-
!! source digest: sha256:
|
|
34
|
+
!! source digest: sha256:d816030b9518befc24303a948383962abe17d52bfceb651557a50c0a7dda4f26
|
|
35
35
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
36
36
|
|
|
37
37
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
odoo/addons/l10n_it_edi_extension/README.rst,sha256=
|
|
1
|
+
odoo/addons/l10n_it_edi_extension/README.rst,sha256=_Otm2tk9p4kqFu6P8p8Z-YC00QEJlHNw6Dj9BZH8_Zs,19693
|
|
2
2
|
odoo/addons/l10n_it_edi_extension/__init__.py,sha256=3gpDtQq2GJScIVT_8O5VqZ9zqnVAcoVN2cVBKBhhWHM,29660
|
|
3
|
-
odoo/addons/l10n_it_edi_extension/__manifest__.py,sha256=
|
|
3
|
+
odoo/addons/l10n_it_edi_extension/__manifest__.py,sha256=WHBLpTRQRvaeVmgIJf-EmlOwJ6hjp1XnwnyzZKRoplg,1190
|
|
4
4
|
odoo/addons/l10n_it_edi_extension/controllers/__init__.py,sha256=pbQq5NM9NigzahTMibNoNS6EIjIX0NupxcT9qKMBdsM,21
|
|
5
5
|
odoo/addons/l10n_it_edi_extension/controllers/portal.py,sha256=0J1xPjErMjOTEqtHKqdgRdDEXrGmSrPVxZTwVv2ACMY,894
|
|
6
6
|
odoo/addons/l10n_it_edi_extension/data/FoglioStileAssoSoftware.xsl,sha256=RBxnfg_E4fIVOkGhR4bHPw4He0DWyWdd38AWPOnApfY,112080
|
|
7
|
-
odoo/addons/l10n_it_edi_extension/data/invoice_it_template.xml,sha256=
|
|
7
|
+
odoo/addons/l10n_it_edi_extension/data/invoice_it_template.xml,sha256=lcNnqinub0qYMOvWmlnH5lyySktfjXvyTyu95T07k4w,2076
|
|
8
8
|
odoo/addons/l10n_it_edi_extension/data/res.city.it.code.csv,sha256=yag-bkIe8ade4Jk63BdLtAH8AV6tsYslwojykxdaGi4,679858
|
|
9
|
-
odoo/addons/l10n_it_edi_extension/i18n/it.po,sha256=
|
|
10
|
-
odoo/addons/l10n_it_edi_extension/i18n/l10n_it_edi_extension.pot,sha256=
|
|
9
|
+
odoo/addons/l10n_it_edi_extension/i18n/it.po,sha256=hQk2zyXBNQyc7ZTqTQ2GMDq5oHfXkgvaxSgA1kXFjKU,59752
|
|
10
|
+
odoo/addons/l10n_it_edi_extension/i18n/l10n_it_edi_extension.pot,sha256=mLokUu0blnAQQLNpxggfUtS2lCU4lnqinwvNQmVx6as,51052
|
|
11
11
|
odoo/addons/l10n_it_edi_extension/i18n/l10n_it_edi_fatturapa.pot,sha256=a3ZhVrdMUIi8ElaiBppfI9Za4xMyFb2pVicxHOLZgZY,1469
|
|
12
12
|
odoo/addons/l10n_it_edi_extension/models/__init__.py,sha256=2kZt_slXNNz3pimWo8ozdGXJe89s0HcqX1JT_WDNoP0,508
|
|
13
13
|
odoo/addons/l10n_it_edi_extension/models/account_journal.py,sha256=_01RscOcCZMvhlAYu78Q0Sa2QHO58MSYOv7mdHoX04c,5639
|
|
@@ -22,13 +22,13 @@ odoo/addons/l10n_it_edi_extension/models/l10n_it_edi_line_other_data.py,sha256=M
|
|
|
22
22
|
odoo/addons/l10n_it_edi_extension/models/l10n_it_edi_summary_data.py,sha256=vqll3YA6JOocrkzBiZII675BVXyCDOOP-wojCWtR1R8,3516
|
|
23
23
|
odoo/addons/l10n_it_edi_extension/models/res_city_it_code.py,sha256=hDWocgIYVlfD7wjkI80G6dy61aqRNxjWVuGNKSfyXWM,2943
|
|
24
24
|
odoo/addons/l10n_it_edi_extension/models/res_company.py,sha256=HfcSJJluEOx5ufLfF_cjaWta2Xi_OPq_occ0HQ0K7Xg,2458
|
|
25
|
-
odoo/addons/l10n_it_edi_extension/models/res_partner.py,sha256=
|
|
25
|
+
odoo/addons/l10n_it_edi_extension/models/res_partner.py,sha256=87sWeAQzqXfWH9orzYuqrCoairyNA4E2XB6NXS-ztEI,2768
|
|
26
26
|
odoo/addons/l10n_it_edi_extension/readme/CONFIGURE.md,sha256=U2wUpi9DHSNuS88Sk5poFfBkaGPogoQ9fNSdNZlUWLA,4459
|
|
27
27
|
odoo/addons/l10n_it_edi_extension/readme/CONTRIBUTORS.md,sha256=PhSsDUD71uRhRID0X78zS8n59VMMJnBuy6fGLXzZhOE,257
|
|
28
28
|
odoo/addons/l10n_it_edi_extension/readme/DESCRIPTION.md,sha256=L9gk2sTNV6myJdXYrGtx4ineu-r6rMHb-c5tKrcVTjA,11138
|
|
29
29
|
odoo/addons/l10n_it_edi_extension/security/ir.model.access.csv,sha256=XBf4g2PhAmwvL13DN9BSRGZwzv5cMuioxbKE9KcrtmQ,2095
|
|
30
30
|
odoo/addons/l10n_it_edi_extension/static/description/icon.png,sha256=6xBPJauaFOF0KDHfHgQopSc28kKvxMaeoQFQWZtfZDo,9455
|
|
31
|
-
odoo/addons/l10n_it_edi_extension/static/description/index.html,sha256=
|
|
31
|
+
odoo/addons/l10n_it_edi_extension/static/description/index.html,sha256=BaYfRENzM2q_77ajWNr77QMOvdoxztkX38THukJC3Js,33692
|
|
32
32
|
odoo/addons/l10n_it_edi_extension/tests/__init__.py,sha256=OUkQQHqgmcQCKPqxHcu6j28nSozRhjQBQh9Yi882u5o,74
|
|
33
33
|
odoo/addons/l10n_it_edi_extension/tests/test_fiscalcode.py,sha256=uQStI-wHFdCqQgFaSIsn0qoIbeFlnoOQYIXeVFbFdx8,3975
|
|
34
34
|
odoo/addons/l10n_it_edi_extension/tests/test_import_edi_extension_xml.py,sha256=GoeMNxz281BTZrg6IIkfvx6Fpasj-J6muarurk6g3vI,12355
|
|
@@ -40,13 +40,13 @@ odoo/addons/l10n_it_edi_extension/tests/import_xmls/test.png,sha256=vCH8GnZ1GfHk
|
|
|
40
40
|
odoo/addons/l10n_it_edi_extension/tests/import_xmls/xml_import.zip,sha256=yB6id6N5NzffQqLxyTMvlnwkVuQlHWaPdQ3uxydybYs,90801
|
|
41
41
|
odoo/addons/l10n_it_edi_extension/views/company_view.xml,sha256=_nMhWMsL7DPaq0I7lJTOxydVh2Anp1HZjc-Ens8d2P0,2105
|
|
42
42
|
odoo/addons/l10n_it_edi_extension/views/l10n_it_view.xml,sha256=vXdoepFs9Qq3AdRwDewE_MLezxyAy6g4tNr-1yserRQ,7920
|
|
43
|
-
odoo/addons/l10n_it_edi_extension/views/res_partner_view.xml,sha256=
|
|
43
|
+
odoo/addons/l10n_it_edi_extension/views/res_partner_view.xml,sha256=psMlicQoxzHe_9Qm1cavDnhdTlHF7SNg3SjEHbnhVnU,983
|
|
44
44
|
odoo/addons/l10n_it_edi_extension/wizards/__init__.py,sha256=eDQt-prhhjQIgMGcYJgUIKsNuqOJaTO5OPGVT8_-0ec,70
|
|
45
45
|
odoo/addons/l10n_it_edi_extension/wizards/compute_fc.py,sha256=JCsOo_Lz5BRXNG4eD_EVFUyEdn7cow_YNABMX9Hj8rI,7159
|
|
46
46
|
odoo/addons/l10n_it_edi_extension/wizards/compute_fc_view.xml,sha256=msf08uPAKCvdi49XVCVM7wWdtKR-QwTueHadnuq74Pc,2609
|
|
47
47
|
odoo/addons/l10n_it_edi_extension/wizards/l10n_it_edi_import_file_wizard.py,sha256=nh76fSl3v-px3YV7vuQPP_Xq7c502lhZYS-bMmuiUEU,3887
|
|
48
48
|
odoo/addons/l10n_it_edi_extension/wizards/l10n_it_edi_import_file_wizard.xml,sha256=zQpUHg19GdwdRs167611XHzI15HSiXVarlEct_Qowzs,1762
|
|
49
|
-
odoo_addon_l10n_it_edi_extension-18.0.1.
|
|
50
|
-
odoo_addon_l10n_it_edi_extension-18.0.1.
|
|
51
|
-
odoo_addon_l10n_it_edi_extension-18.0.1.
|
|
52
|
-
odoo_addon_l10n_it_edi_extension-18.0.1.
|
|
49
|
+
odoo_addon_l10n_it_edi_extension-18.0.1.1.0.1.dist-info/METADATA,sha256=X0KtcqzM9Qr0RMGNFpSovuTvmUT8mZw3u3m-KlO2Xb8,20400
|
|
50
|
+
odoo_addon_l10n_it_edi_extension-18.0.1.1.0.1.dist-info/WHEEL,sha256=ZhOvUsYhy81Dx67gN3TV0RchQWBIIzutDZaJODDg2Vo,81
|
|
51
|
+
odoo_addon_l10n_it_edi_extension-18.0.1.1.0.1.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
|
|
52
|
+
odoo_addon_l10n_it_edi_extension-18.0.1.1.0.1.dist-info/RECORD,,
|
|
File without changes
|