odoo-addon-l10n-it-vat-registries 16.0.1.4.0.2__py3-none-any.whl → 16.0.1.5.0__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_vat_registries/README.rst +6 -2
- odoo/addons/l10n_it_vat_registries/__manifest__.py +1 -1
- odoo/addons/l10n_it_vat_registries/i18n/l10n_it_vat_registries.pot +15 -0
- odoo/addons/l10n_it_vat_registries/models/vat_registry.py +38 -0
- odoo/addons/l10n_it_vat_registries/report/report_registro_iva.xml +33 -4
- odoo/addons/l10n_it_vat_registries/static/description/index.html +19 -13
- odoo/addons/l10n_it_vat_registries/wizard/print_registro_iva.py +4 -0
- odoo/addons/l10n_it_vat_registries/wizard/print_registro_iva.xml +3 -0
- {odoo_addon_l10n_it_vat_registries-16.0.1.4.0.2.dist-info → odoo_addon_l10n_it_vat_registries-16.0.1.5.0.dist-info}/METADATA +7 -3
- {odoo_addon_l10n_it_vat_registries-16.0.1.4.0.2.dist-info → odoo_addon_l10n_it_vat_registries-16.0.1.5.0.dist-info}/RECORD +12 -12
- {odoo_addon_l10n_it_vat_registries-16.0.1.4.0.2.dist-info → odoo_addon_l10n_it_vat_registries-16.0.1.5.0.dist-info}/WHEEL +0 -0
- {odoo_addon_l10n_it_vat_registries-16.0.1.4.0.2.dist-info → odoo_addon_l10n_it_vat_registries-16.0.1.5.0.dist-info}/top_level.txt +0 -0
@@ -1,3 +1,7 @@
|
|
1
|
+
.. image:: https://odoo-community.org/readme-banner-image
|
2
|
+
:target: https://odoo-community.org/get-involved?utm_source=readme
|
3
|
+
:alt: Odoo Community Association
|
4
|
+
|
1
5
|
==================
|
2
6
|
ITA - Registri IVA
|
3
7
|
==================
|
@@ -7,13 +11,13 @@ ITA - Registri IVA
|
|
7
11
|
!! This file is generated by oca-gen-addon-readme !!
|
8
12
|
!! changes will be overwritten. !!
|
9
13
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
10
|
-
!! source digest: sha256:
|
14
|
+
!! source digest: sha256:dd2a1c799f721788f66d6faca2d0207447093ebe338581c10a1e0bae39a277e8
|
11
15
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
12
16
|
|
13
17
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png
|
14
18
|
:target: https://odoo-community.org/page/development-status
|
15
19
|
:alt: Production/Stable
|
16
|
-
.. |badge2| image:: https://img.shields.io/badge/
|
20
|
+
.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
|
17
21
|
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
|
18
22
|
:alt: License: AGPL-3
|
19
23
|
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fl10n--italy-lightgray.png?logo=github
|
@@ -6,7 +6,7 @@
|
|
6
6
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
7
7
|
|
8
8
|
{
|
9
|
-
"version": "16.0.1.
|
9
|
+
"version": "16.0.1.5.0",
|
10
10
|
"name": "ITA - Registri IVA",
|
11
11
|
"category": "Localization/Italy",
|
12
12
|
"author": "Agile Business Group, Odoo Community Association (OCA), LinkIt Srl",
|
@@ -86,6 +86,16 @@ msgstr ""
|
|
86
86
|
msgid "Display Name"
|
87
87
|
msgstr ""
|
88
88
|
|
89
|
+
#. module: l10n_it_vat_registries
|
90
|
+
#: model:ir.model.fields,field_description:l10n_it_vat_registries.field_wizard_registro_iva__enable_currency
|
91
|
+
msgid "Enable currency values"
|
92
|
+
msgstr ""
|
93
|
+
|
94
|
+
#. module: l10n_it_vat_registries
|
95
|
+
#: model:ir.model.fields,help:l10n_it_vat_registries.field_wizard_registro_iva__enable_currency
|
96
|
+
msgid "Enable currency values in the report"
|
97
|
+
msgstr ""
|
98
|
+
|
89
99
|
#. module: l10n_it_vat_registries
|
90
100
|
#: model:ir.model.fields,field_description:l10n_it_vat_registries.field_account_tax_registry__entry_order
|
91
101
|
#: model:ir.model.fields,field_description:l10n_it_vat_registries.field_wizard_registro_iva__entry_order
|
@@ -314,6 +324,11 @@ msgstr ""
|
|
314
324
|
msgid "TOTAL"
|
315
325
|
msgstr ""
|
316
326
|
|
327
|
+
#. module: l10n_it_vat_registries
|
328
|
+
#: model_terms:ir.ui.view,arch_db:l10n_it_vat_registries.report_registro_iva
|
329
|
+
msgid "TOTAL (currency)"
|
330
|
+
msgstr ""
|
331
|
+
|
317
332
|
#. module: l10n_it_vat_registries
|
318
333
|
#. odoo-python
|
319
334
|
#: code:addons/l10n_it_vat_registries/wizard/report_registro_iva_xlsx.py:0
|
@@ -30,6 +30,8 @@ class ReportRegistroIva(models.AbstractModel):
|
|
30
30
|
"to_date": self._format_date(data["form"]["to_date"], date_format),
|
31
31
|
"registry_type": data["form"]["registry_type"],
|
32
32
|
"invoice_total": self._get_move_total,
|
33
|
+
"currency_total": self._get_currency_move_total,
|
34
|
+
"show_currency": self._show_currency,
|
33
35
|
"tax_registry_name": data["form"]["tax_registry_name"],
|
34
36
|
"env": self.env,
|
35
37
|
"formatLang": formatLang,
|
@@ -40,9 +42,16 @@ class ReportRegistroIva(models.AbstractModel):
|
|
40
42
|
"show_full_contact_addess": data["form"]["show_full_contact_addess"],
|
41
43
|
"date_format": date_format,
|
42
44
|
"year_footer": data["form"]["year_footer"],
|
45
|
+
"enable_currency": data["form"]["enable_currency"],
|
46
|
+
"company_currency_symbol": self.env.company.currency_id.symbol,
|
43
47
|
}
|
44
48
|
return docargs
|
45
49
|
|
50
|
+
def _show_currency(self, move):
|
51
|
+
if move.currency_id != self.env.company.currency_id:
|
52
|
+
return True
|
53
|
+
return False
|
54
|
+
|
46
55
|
def _get_move(self, move_ids):
|
47
56
|
move_list = self.env["account.move"].browse(move_ids)
|
48
57
|
return move_list
|
@@ -90,21 +99,29 @@ class ReportRegistroIva(models.AbstractModel):
|
|
90
99
|
res[tax.id] = {
|
91
100
|
"name": tax.name,
|
92
101
|
"base": 0,
|
102
|
+
"base_currency": 0,
|
93
103
|
"tax": 0,
|
104
|
+
"tax_currency": 0,
|
94
105
|
}
|
95
106
|
tax_amount = move_line.debit - move_line.credit
|
107
|
+
tax_amount_currency = move_line.amount_currency
|
96
108
|
|
97
109
|
if "receivable" in move.financial_type:
|
98
110
|
# otherwise refund would be positive and invoices
|
99
111
|
# negative.
|
100
112
|
tax_amount = -tax_amount
|
113
|
+
tax_amount_currency = -tax_amount_currency
|
101
114
|
|
102
115
|
if is_base:
|
103
116
|
# recupero il valore dell'imponibile
|
104
117
|
res[tax.id]["base"] += tax_amount
|
118
|
+
res[tax.id]["base_currency"] += tax_amount_currency
|
105
119
|
else:
|
106
120
|
# recupero il valore dell'imposta
|
107
121
|
res[tax.id]["tax"] += tax_amount
|
122
|
+
res[tax.id]["tax_currency"] += tax_amount_currency
|
123
|
+
|
124
|
+
res[tax.id]["currency_symbol"] = move_line.currency_id.symbol
|
108
125
|
|
109
126
|
return res
|
110
127
|
|
@@ -143,6 +160,9 @@ class ReportRegistroIva(models.AbstractModel):
|
|
143
160
|
"tax_code_name": tax._get_tax_name(),
|
144
161
|
"base": amounts_by_tax_id[tax_id]["base"],
|
145
162
|
"tax": amounts_by_tax_id[tax_id]["tax"],
|
163
|
+
"base_currency": amounts_by_tax_id[tax_id]["base_currency"],
|
164
|
+
"tax_currency": amounts_by_tax_id[tax_id]["tax_currency"],
|
165
|
+
"currency_symbol": amounts_by_tax_id[tax_id]["currency_symbol"],
|
146
166
|
"index": index,
|
147
167
|
"invoice_type": invoice_type,
|
148
168
|
"invoice_date": (move.invoice_date or move.date or ""),
|
@@ -182,6 +202,24 @@ class ReportRegistroIva(models.AbstractModel):
|
|
182
202
|
total = -total
|
183
203
|
return total
|
184
204
|
|
205
|
+
def _get_currency_move_total(self, move):
|
206
|
+
total_currency = 0.0
|
207
|
+
receivable_payable_found = False
|
208
|
+
for move_line in move.line_ids:
|
209
|
+
if move_line.account_id.account_type == "asset_receivable":
|
210
|
+
total_currency += move_line.amount_currency
|
211
|
+
receivable_payable_found = True
|
212
|
+
elif move_line.account_id.account_type == "liability_payable":
|
213
|
+
total_currency += move_line.amount_currency
|
214
|
+
receivable_payable_found = True
|
215
|
+
if receivable_payable_found:
|
216
|
+
total_currency = abs(total_currency)
|
217
|
+
else:
|
218
|
+
total_currency = abs(move.amount_currency)
|
219
|
+
if "refund" in move.move_type:
|
220
|
+
total_currency = -total_currency
|
221
|
+
return total_currency
|
222
|
+
|
185
223
|
def _compute_totals_tax(self, tax, data):
|
186
224
|
"""
|
187
225
|
Returns:
|
@@ -26,6 +26,12 @@
|
|
26
26
|
/>
|
27
27
|
<thead>
|
28
28
|
<tr class="first_th_row">
|
29
|
+
<t t-if="enable_currency">
|
30
|
+
<t
|
31
|
+
t-set="columns_number"
|
32
|
+
t-value="columns_number + 1"
|
33
|
+
/>
|
34
|
+
</t>
|
29
35
|
<td
|
30
36
|
t-att-colspan="columns_number"
|
31
37
|
style="padding:10;"
|
@@ -49,6 +55,10 @@
|
|
49
55
|
</t>
|
50
56
|
<th class="left_without_line" />
|
51
57
|
<th class="right_without_line">TOTAL</th>
|
58
|
+
<th
|
59
|
+
t-if="enable_currency"
|
60
|
+
class="right_without_line"
|
61
|
+
>TOTAL (currency)</th>
|
52
62
|
</tr>
|
53
63
|
<tr style="page-break-inside: avoid" name="vat_header_tax">
|
54
64
|
<t t-if="registry_type != 'corrispettivi'">
|
@@ -62,6 +72,10 @@
|
|
62
72
|
<th class="right_with_line_bottom">Taxable</th>
|
63
73
|
<th class="right_with_line_bottom">Tax</th>
|
64
74
|
<th class="right_with_line_bottom" />
|
75
|
+
<th
|
76
|
+
t-if="enable_currency"
|
77
|
+
class="right_with_line_bottom"
|
78
|
+
/>
|
65
79
|
</tr>
|
66
80
|
</t>
|
67
81
|
</thead>
|
@@ -131,11 +145,15 @@
|
|
131
145
|
t-if="move.journal_id.type == 'purchase'"
|
132
146
|
>
|
133
147
|
<!-- Numero fattura (fornitore)-->
|
148
|
+
<t
|
149
|
+
t-set="move_ref"
|
150
|
+
t-value="move.ref"
|
151
|
+
/>
|
134
152
|
<td
|
135
153
|
class="left_without_line_bold"
|
136
154
|
><div
|
137
155
|
style="page-break-inside: avoid"
|
138
|
-
t-esc="
|
156
|
+
t-esc="move_ref"
|
139
157
|
/></td>
|
140
158
|
</t>
|
141
159
|
<t
|
@@ -175,7 +193,14 @@
|
|
175
193
|
<!-- totale -->
|
176
194
|
<td class="right_without_line_bold"><div
|
177
195
|
style="page-break-inside: avoid"
|
178
|
-
t-esc="formatLang(env, invoice_total(move))"
|
196
|
+
t-esc="company_currency_symbol + ' ' + formatLang(env, invoice_total(move))"
|
197
|
+
/></td>
|
198
|
+
<td
|
199
|
+
t-if="enable_currency and show_currency(move)"
|
200
|
+
class="right_without_line_bold"
|
201
|
+
><div
|
202
|
+
style="page-break-inside: avoid"
|
203
|
+
t-esc="line['currency_symbol'] + ' ' + formatLang(env, currency_total(move))"
|
179
204
|
/></td>
|
180
205
|
</tr>
|
181
206
|
</t>
|
@@ -198,14 +223,18 @@
|
|
198
223
|
<!-- base -->
|
199
224
|
<td class="right_without_line"><div
|
200
225
|
style="page-break-inside: avoid"
|
201
|
-
t-esc="formatLang(env, line['base'])"
|
226
|
+
t-esc="company_currency_symbol + ' ' + formatLang(env, line['base'])"
|
202
227
|
/></td>
|
203
228
|
<!-- tax -->
|
204
229
|
<td class="right_without_line"><div
|
205
230
|
style="page-break-inside: avoid"
|
206
|
-
t-esc="formatLang(env, line['tax'])"
|
231
|
+
t-esc="company_currency_symbol + ' ' + formatLang(env, line['tax'])"
|
207
232
|
/></td>
|
208
233
|
<td class="left_without_line" />
|
234
|
+
<td
|
235
|
+
t-if="enable_currency"
|
236
|
+
class="right_without_line"
|
237
|
+
/>
|
209
238
|
</tr>
|
210
239
|
</t>
|
211
240
|
</t>
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
5
5
|
<meta name="generator" content="Docutils: https://docutils.sourceforge.io/" />
|
6
|
-
<title>
|
6
|
+
<title>README.rst</title>
|
7
7
|
<style type="text/css">
|
8
8
|
|
9
9
|
/*
|
@@ -360,16 +360,21 @@ ul.auto-toc {
|
|
360
360
|
</style>
|
361
361
|
</head>
|
362
362
|
<body>
|
363
|
-
<div class="document"
|
364
|
-
<h1 class="title">ITA - Registri IVA</h1>
|
363
|
+
<div class="document">
|
365
364
|
|
365
|
+
|
366
|
+
<a class="reference external image-reference" href="https://odoo-community.org/get-involved?utm_source=readme">
|
367
|
+
<img alt="Odoo Community Association" src="https://odoo-community.org/readme-banner-image" />
|
368
|
+
</a>
|
369
|
+
<div class="section" id="ita-registri-iva">
|
370
|
+
<h1>ITA - Registri IVA</h1>
|
366
371
|
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
367
372
|
!! This file is generated by oca-gen-addon-readme !!
|
368
373
|
!! changes will be overwritten. !!
|
369
374
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
370
|
-
!! source digest: sha256:
|
375
|
+
!! source digest: sha256:dd2a1c799f721788f66d6faca2d0207447093ebe338581c10a1e0bae39a277e8
|
371
376
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
372
|
-
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Production/Stable" src="https://img.shields.io/badge/maturity-Production%2FStable-green.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/
|
377
|
+
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Production/Stable" src="https://img.shields.io/badge/maturity-Production%2FStable-green.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/16.0/l10n_it_vat_registries"><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_vat_registries"><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=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
|
373
378
|
<p>Law: Decreto del Presidente della Repubblica del 26 ottobre 1972 n. 633
|
374
379
|
<a class="reference external" href="https://goo.gl/31yTVj">https://goo.gl/31yTVj</a></p>
|
375
380
|
<p><strong>Table of contents</strong></p>
|
@@ -388,7 +393,7 @@ ul.auto-toc {
|
|
388
393
|
</ul>
|
389
394
|
</div>
|
390
395
|
<div class="section" id="configuration">
|
391
|
-
<
|
396
|
+
<h2><a class="toc-backref" href="#toc-entry-1">Configuration</a></h2>
|
392
397
|
<p><strong>Italiano</strong></p>
|
393
398
|
<p>È possibile configurare quali imposte escludere dai registri (ad esempio
|
394
399
|
le ritenute) impostando il campo dell’imposta ‘Escludere dai registri
|
@@ -435,7 +440,7 @@ the ‘VAT registry’ field.</p>
|
|
435
440
|
total equal to zero.</p>
|
436
441
|
</div>
|
437
442
|
<div class="section" id="usage">
|
438
|
-
<
|
443
|
+
<h2><a class="toc-backref" href="#toc-entry-2">Usage</a></h2>
|
439
444
|
<p><strong>Italiano</strong></p>
|
440
445
|
<p>Dal menu Contabilità -> Rendicontazione -> Imposte -> Registri IVA è
|
441
446
|
possibile lanciare la procedura di stampa, nella quale è necessario
|
@@ -452,7 +457,7 @@ You can use a fiscal period in the field ‘date range’.</p>
|
|
452
457
|
you can directly journals and layout in the fields below.</p>
|
453
458
|
</div>
|
454
459
|
<div class="section" id="bug-tracker">
|
455
|
-
<
|
460
|
+
<h2><a class="toc-backref" href="#toc-entry-3">Bug Tracker</a></h2>
|
456
461
|
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/l10n-italy/issues">GitHub Issues</a>.
|
457
462
|
In case of trouble, please check there if your issue has already been reported.
|
458
463
|
If you spotted it first, help us to smash it by providing a detailed and welcomed
|
@@ -460,16 +465,16 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
|
|
460
465
|
<p>Do not contact contributors directly about support or help with technical issues.</p>
|
461
466
|
</div>
|
462
467
|
<div class="section" id="credits">
|
463
|
-
<
|
468
|
+
<h2><a class="toc-backref" href="#toc-entry-4">Credits</a></h2>
|
464
469
|
<div class="section" id="authors">
|
465
|
-
<
|
470
|
+
<h3><a class="toc-backref" href="#toc-entry-5">Authors</a></h3>
|
466
471
|
<ul class="simple">
|
467
472
|
<li>Agile Business Group</li>
|
468
473
|
<li>LinkIt Srl</li>
|
469
474
|
</ul>
|
470
475
|
</div>
|
471
476
|
<div class="section" id="contributors">
|
472
|
-
<
|
477
|
+
<h3><a class="toc-backref" href="#toc-entry-6">Contributors</a></h3>
|
473
478
|
<ul class="simple">
|
474
479
|
<li>Lorenzo Battistini <<a class="reference external" href="mailto:lorenzo.battistini@agilebg.com">lorenzo.battistini@agilebg.com</a>></li>
|
475
480
|
<li>Sergio Corato <<a class="reference external" href="mailto:sergiocorato@gmail.com">sergiocorato@gmail.com</a>></li>
|
@@ -478,14 +483,14 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
|
|
478
483
|
</ul>
|
479
484
|
</div>
|
480
485
|
<div class="section" id="other-credits">
|
481
|
-
<
|
486
|
+
<h3><a class="toc-backref" href="#toc-entry-7">Other credits</a></h3>
|
482
487
|
<p>The development of this module has been financially supported by:</p>
|
483
488
|
<ul class="simple">
|
484
489
|
<li>Odoo Italia Network</li>
|
485
490
|
</ul>
|
486
491
|
</div>
|
487
492
|
<div class="section" id="maintainers">
|
488
|
-
<
|
493
|
+
<h3><a class="toc-backref" href="#toc-entry-8">Maintainers</a></h3>
|
489
494
|
<p>This module is maintained by the OCA.</p>
|
490
495
|
<a class="reference external image-reference" href="https://odoo-community.org">
|
491
496
|
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
|
@@ -498,5 +503,6 @@ promote its widespread use.</p>
|
|
498
503
|
</div>
|
499
504
|
</div>
|
500
505
|
</div>
|
506
|
+
</div>
|
501
507
|
</body>
|
502
508
|
</html>
|
@@ -45,6 +45,9 @@ class WizardRegistroIva(models.TransientModel):
|
|
45
45
|
year_footer = fields.Char(
|
46
46
|
string="Year for Footer", help="Value printed near number of page in the footer"
|
47
47
|
)
|
48
|
+
enable_currency = fields.Boolean(
|
49
|
+
string="Enable currency values", help="Enable currency values in the report"
|
50
|
+
)
|
48
51
|
|
49
52
|
@api.onchange("tax_registry_id")
|
50
53
|
def on_change_tax_registry_id(self):
|
@@ -100,6 +103,7 @@ class WizardRegistroIva(models.TransientModel):
|
|
100
103
|
datas_form["fiscal_page_base"] = self.fiscal_page_base
|
101
104
|
datas_form["registry_type"] = self.layout_type
|
102
105
|
datas_form["year_footer"] = self.year_footer
|
106
|
+
datas_form["enable_currency"] = self.enable_currency
|
103
107
|
|
104
108
|
lang_code = self.env.company.partner_id.lang
|
105
109
|
lang = self.env["res.lang"]
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: odoo-addon-l10n_it_vat_registries
|
3
|
-
Version: 16.0.1.
|
3
|
+
Version: 16.0.1.5.0
|
4
4
|
Requires-Python: >=3.10
|
5
5
|
Requires-Dist: odoo-addon-account_tax_balance>=16.0dev,<16.1dev
|
6
6
|
Requires-Dist: odoo-addon-date_range>=16.0dev,<16.1dev
|
@@ -18,6 +18,10 @@ Classifier: Framework :: Odoo :: 16.0
|
|
18
18
|
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
|
19
19
|
Classifier: Development Status :: 5 - Production/Stable
|
20
20
|
|
21
|
+
.. image:: https://odoo-community.org/readme-banner-image
|
22
|
+
:target: https://odoo-community.org/get-involved?utm_source=readme
|
23
|
+
:alt: Odoo Community Association
|
24
|
+
|
21
25
|
==================
|
22
26
|
ITA - Registri IVA
|
23
27
|
==================
|
@@ -27,13 +31,13 @@ ITA - Registri IVA
|
|
27
31
|
!! This file is generated by oca-gen-addon-readme !!
|
28
32
|
!! changes will be overwritten. !!
|
29
33
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
30
|
-
!! source digest: sha256:
|
34
|
+
!! source digest: sha256:dd2a1c799f721788f66d6faca2d0207447093ebe338581c10a1e0bae39a277e8
|
31
35
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
32
36
|
|
33
37
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png
|
34
38
|
:target: https://odoo-community.org/page/development-status
|
35
39
|
:alt: Production/Stable
|
36
|
-
.. |badge2| image:: https://img.shields.io/badge/
|
40
|
+
.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
|
37
41
|
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
|
38
42
|
:alt: License: AGPL-3
|
39
43
|
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fl10n--italy-lightgray.png?logo=github
|
@@ -1,6 +1,6 @@
|
|
1
|
-
odoo/addons/l10n_it_vat_registries/README.rst,sha256=
|
1
|
+
odoo/addons/l10n_it_vat_registries/README.rst,sha256=RwKqLVl7npk5RLCaWMb07OgI7i3ESPlmkbSNEDsiCLQ,6209
|
2
2
|
odoo/addons/l10n_it_vat_registries/__init__.py,sha256=JqDSCLCkAweuTaARbhG1B8Lkrgg-ZjR4Jbkty4ySwok,107
|
3
|
-
odoo/addons/l10n_it_vat_registries/__manifest__.py,sha256=
|
3
|
+
odoo/addons/l10n_it_vat_registries/__manifest__.py,sha256=uW9NKItduRg_HEKqsztH83Qk4VoZMyAwOaPwySi7hiM,1211
|
4
4
|
odoo/addons/l10n_it_vat_registries/i18n/am.po,sha256=Wk3fJQOJn08Bcfg-g2ZQhnC7Mzaw0xwZd6_c9gM5jfo,15202
|
5
5
|
odoo/addons/l10n_it_vat_registries/i18n/ar.po,sha256=MZ1Q7A5rS4JndT9KBpCJfD08ygU71qdOL87PPvJMRhc,15360
|
6
6
|
odoo/addons/l10n_it_vat_registries/i18n/bg.po,sha256=_77JVoh_QNKXdJ_9uJNMQlR6WgJDVJv4LIOVk1KLr30,15334
|
@@ -44,7 +44,7 @@ odoo/addons/l10n_it_vat_registries/i18n/id.po,sha256=2VJCYn4fqu6Nzul7RyoXGiuARBS
|
|
44
44
|
odoo/addons/l10n_it_vat_registries/i18n/it.po,sha256=OQa6x4W1S5jP5uO7eS2flPDWo1j6aMHf_OZ7GRjIEZg,17597
|
45
45
|
odoo/addons/l10n_it_vat_registries/i18n/ja.po,sha256=3sD7OGELS4odSkUstlqXMUOIPJlk26O-ELx9-XECt-A,15212
|
46
46
|
odoo/addons/l10n_it_vat_registries/i18n/ko.po,sha256=JIEbHo-ZymKj29rmmOsc1yLo3dtAACI5MtddLY8aJ9c,15213
|
47
|
-
odoo/addons/l10n_it_vat_registries/i18n/l10n_it_vat_registries.pot,sha256=
|
47
|
+
odoo/addons/l10n_it_vat_registries/i18n/l10n_it_vat_registries.pot,sha256=sPehhKa0Er_9ECmTcl2k-GTW92HUDsufe2WODy680Lc,15330
|
48
48
|
odoo/addons/l10n_it_vat_registries/i18n/lo.po,sha256=l2ifdzkUx7H2i2dtbBUUh8B7BSlDf3WUbYFGPOENmYM,15136
|
49
49
|
odoo/addons/l10n_it_vat_registries/i18n/lt.po,sha256=iyojKIi3hwVBd-geDvb9E74ORHgAyAp2Or4VyrvKN1c,15327
|
50
50
|
odoo/addons/l10n_it_vat_registries/i18n/lt_LT.po,sha256=MfHA17ihluwd4CJaw7L2ftUSmfyaODVdHaAACBw3TZs,15289
|
@@ -77,28 +77,28 @@ odoo/addons/l10n_it_vat_registries/models/__init__.py,sha256=6yHBq2GwnY9MZDjKUL-
|
|
77
77
|
odoo/addons/l10n_it_vat_registries/models/account.py,sha256=-7xeUNAFzf4jDYqcBWiCTtOfieqMHgAN5sf2b5pqzLs,1092
|
78
78
|
odoo/addons/l10n_it_vat_registries/models/account_journal.py,sha256=lVrBFity9mn7nyXczTVANWVDNvwwFcMcUd7xWYWCokc,457
|
79
79
|
odoo/addons/l10n_it_vat_registries/models/account_tax_registry.py,sha256=-JVfjQi5_Mt6Wj6Ng4m0Qxoix-9-UKlmxyAXoMiS7HQ,998
|
80
|
-
odoo/addons/l10n_it_vat_registries/models/vat_registry.py,sha256=
|
80
|
+
odoo/addons/l10n_it_vat_registries/models/vat_registry.py,sha256=OxMLE-80M6VDr0Ltv4eHiAa3nh7BjY6PJV2Sm6M-L4s,8682
|
81
81
|
odoo/addons/l10n_it_vat_registries/readme/CONFIGURE.md,sha256=mAKbQwtdJtsHAQPCnanJtyfJtIjmJTofGd0aG5oKv38,2066
|
82
82
|
odoo/addons/l10n_it_vat_registries/readme/CONTRIBUTORS.md,sha256=mqsG-iv709t8dWOrPg2cvF3yDtnut8xBXCVh8K1xpqs,191
|
83
83
|
odoo/addons/l10n_it_vat_registries/readme/CREDITS.md,sha256=adgy2b0E705AYaKihyQS_KXVgutgR3jQ33Se-BZvMF8,89
|
84
84
|
odoo/addons/l10n_it_vat_registries/readme/DESCRIPTION.md,sha256=wtW9ElobuDdencAdgRd6QzLDx1C5eeDzQOnDOLK-C4Q,96
|
85
85
|
odoo/addons/l10n_it_vat_registries/readme/USAGE.md,sha256=DtBGHIk1gM695eu4_SwWqSeIyuX1mf4M5kArnojCkpY,792
|
86
|
-
odoo/addons/l10n_it_vat_registries/report/report_registro_iva.xml,sha256=
|
86
|
+
odoo/addons/l10n_it_vat_registries/report/report_registro_iva.xml,sha256=w795VKeQ9Idqx2a_GrqEczgjR08kSg62E7O4jHt1ejk,21684
|
87
87
|
odoo/addons/l10n_it_vat_registries/report/reports.xml,sha256=PvUnJig1ovVTWakXlCNV0olE4O_bsjvNchJP7I-04iw,1059
|
88
88
|
odoo/addons/l10n_it_vat_registries/security/ir.model.access.csv,sha256=60vgVGdBp4z_DW3k8g10Xsqn_lC3ISmsXRS8yFMIVSw,651
|
89
89
|
odoo/addons/l10n_it_vat_registries/security/vat_registry_security.xml,sha256=Pv8n9zR3hlhuZcl2IgL76OuS8c1Q090zzB1TrpXHCMs,441
|
90
90
|
odoo/addons/l10n_it_vat_registries/static/description/icon.png,sha256=xbRU_cSM3yeaxH2HArBlJ9csFUu0GYQitvLydbJnpAM,6167
|
91
|
-
odoo/addons/l10n_it_vat_registries/static/description/index.html,sha256=
|
91
|
+
odoo/addons/l10n_it_vat_registries/static/description/index.html,sha256=_OybCsiNvyUTLnHfeQLkLlw4RTRH8IHTNhhzmCuXvp8,16906
|
92
92
|
odoo/addons/l10n_it_vat_registries/tests/__init__.py,sha256=dZJwSFx0LQvIqMT8R2Pw_Z0kaW0spztW5C03jAy5bPY,93
|
93
93
|
odoo/addons/l10n_it_vat_registries/tests/test_registry.py,sha256=JRJXzMcWjEKTPhNskNkl4uWAz60QF9hqgr0FX44sMY4,4233
|
94
94
|
odoo/addons/l10n_it_vat_registries/views/account_journal_view.xml,sha256=TQwBBKqaIb-8mzfD4fBtaRGCVyqZZT5lTiltFrekZEI,493
|
95
95
|
odoo/addons/l10n_it_vat_registries/views/account_tax_registry_view.xml,sha256=iXC4sFLvbX_SwmprHLjP_MyTsxXdKQeAhh2Mx_Xddoc,1377
|
96
96
|
odoo/addons/l10n_it_vat_registries/views/account_view.xml,sha256=AHJosvsC4zr9CU8JKcPJr7crLsDPjBTlyAwUVWrrdyA,470
|
97
97
|
odoo/addons/l10n_it_vat_registries/wizard/__init__.py,sha256=mGqx5yofct5XGCZHYycLIyem9PVQYnLqcByZZgGQ8a0,137
|
98
|
-
odoo/addons/l10n_it_vat_registries/wizard/print_registro_iva.py,sha256=
|
99
|
-
odoo/addons/l10n_it_vat_registries/wizard/print_registro_iva.xml,sha256=
|
98
|
+
odoo/addons/l10n_it_vat_registries/wizard/print_registro_iva.py,sha256=japz011Eyb5yeOmlK1A56D_Cgd4LluUjxnc6q6mX4es,5146
|
99
|
+
odoo/addons/l10n_it_vat_registries/wizard/print_registro_iva.xml,sha256=sPdK4Aq-lxLNWn0njIpnLl10CscXfhkcw3OS0Zw8gNM,3235
|
100
100
|
odoo/addons/l10n_it_vat_registries/wizard/report_registro_iva_xlsx.py,sha256=Z5kJMyiwpNUiuOUZCaEFxxtSTKqPxIPfw95QzT6N0g4,5479
|
101
|
-
odoo_addon_l10n_it_vat_registries-16.0.1.
|
102
|
-
odoo_addon_l10n_it_vat_registries-16.0.1.
|
103
|
-
odoo_addon_l10n_it_vat_registries-16.0.1.
|
104
|
-
odoo_addon_l10n_it_vat_registries-16.0.1.
|
101
|
+
odoo_addon_l10n_it_vat_registries-16.0.1.5.0.dist-info/METADATA,sha256=J95Ps8j4Q10uUJyN-R0cD4KuIDaW8-JaV99zmGj16Bo,7042
|
102
|
+
odoo_addon_l10n_it_vat_registries-16.0.1.5.0.dist-info/WHEEL,sha256=9fEMia4zL7ZuZbnCOrcYogUhmn4XFIVaJ8G4YGI31xc,81
|
103
|
+
odoo_addon_l10n_it_vat_registries-16.0.1.5.0.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
|
104
|
+
odoo_addon_l10n_it_vat_registries-16.0.1.5.0.dist-info/RECORD,,
|
File without changes
|