Skip to content

Commit 1f6751f

Browse files
authored
Merge branch 'OCA:18.0' into 18.0
2 parents 9982436 + 9c91903 commit 1f6751f

22 files changed

Lines changed: 749 additions & 10 deletions

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,10 @@ addon | version | maintainers | summary
3939
[l10n_it_intrastat](l10n_it_intrastat/) | 18.0.1.0.0 | | Riclassificazione merci e servizi per dichiarazioni Intrastat
4040
[l10n_it_intrastat_statement](l10n_it_intrastat_statement/) | 18.0.1.0.0 | | Dichiarazione Intrastat per l'Agenzia delle Dogane
4141
[l10n_it_location_nuts](l10n_it_location_nuts/) | 18.0.1.0.0 | | Opzioni NUTS specifiche per l'Italia
42-
[l10n_it_vat_registries](l10n_it_vat_registries/) | 18.0.1.1.0 | | ITA - Registri IVA
42+
[l10n_it_vat_registries](l10n_it_vat_registries/) | 18.0.1.1.1 | | ITA - Registri IVA
4343
[l10n_it_vat_settlement_communication](l10n_it_vat_settlement_communication/) | 18.0.1.0.1 | | Comunicazione liquidazione IVA ed esportazione file xmlconforme alle specifiche dell'Agenzia delle Entrate
4444
[l10n_it_vat_settlement_date](l10n_it_vat_settlement_date/) | 18.0.1.0.0 | | Settlement date for VAT Statement
45+
[l10n_it_website_portal_fiscalcode](l10n_it_website_portal_fiscalcode/) | 18.0.1.0.0 | | Add fiscal code to details of frontend user
4546

4647
[//]: # (end addons)
4748

l10n_it_currency_rate_update_boi/i18n/it.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ msgid ""
66
msgstr ""
77
"Project-Id-Version: Odoo Server 12.0\n"
88
"Report-Msgid-Bugs-To: \n"
9-
"PO-Revision-Date: 2023-12-27 19:36+0000\n"
9+
"PO-Revision-Date: 2025-09-26 18:43+0000\n"
1010
"Last-Translator: mymage <stefano.consolaro@mymage.it>\n"
1111
"Language-Team: none\n"
1212
"Language: it\n"
1313
"MIME-Version: 1.0\n"
1414
"Content-Type: text/plain; charset=UTF-8\n"
1515
"Content-Transfer-Encoding: \n"
1616
"Plural-Forms: nplurals=2; plural=n != 1;\n"
17-
"X-Generator: Weblate 4.17\n"
17+
"X-Generator: Weblate 5.10.4\n"
1818

1919
#. module: l10n_it_currency_rate_update_boi
2020
#: model:ir.model.fields.selection,name:l10n_it_currency_rate_update_boi.selection__res_currency_rate_provider__service__boi
@@ -29,7 +29,7 @@ msgstr "Fornitore tassi di cambio"
2929
#. module: l10n_it_currency_rate_update_boi
3030
#: model:ir.model.fields,field_description:l10n_it_currency_rate_update_boi.field_res_currency_rate_provider__service
3131
msgid "Provider"
32-
msgstr ""
32+
msgstr "Provider"
3333

3434
#~ msgid "Display Name"
3535
#~ msgstr "Nome visualizzato"

l10n_it_vat_registries/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ITA - Registri IVA
1111
!! This file is generated by oca-gen-addon-readme !!
1212
!! changes will be overwritten. !!
1313
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
14-
!! source digest: sha256:8a3455eafdafa0f7c5848cfe4fd73b09c475aad1de1075672537969d0b5c4610
14+
!! source digest: sha256:c43de1bdea5564cc88e06d6691a209a43ac1c54b4a29f8f89c42268187cd88f8
1515
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1616
1717
.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png

l10n_it_vat_registries/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
77

88
{
9-
"version": "18.0.1.1.0",
9+
"version": "18.0.1.1.1",
1010
"name": "ITA - Registri IVA",
1111
"category": "Localization/Italy",
1212
"author": "Agile Business Group, Odoo Community Association (OCA), LinkIt Srl",

l10n_it_vat_registries/models/vat_registry.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@ def _tax_amounts_by_tax_id(self, move, move_lines, registry_type):
6565

6666
for move_line in move_lines:
6767
taxes = move_line.tax_ids.filtered(
68-
lambda tax: tax._l10n_it_get_tax_kind() in [None, "vat"]
68+
lambda tax: tax._l10n_it_filter_kind("vat")
6969
)
7070
tax_line = move_line.tax_line_id.filtered(
71-
lambda tax: tax._l10n_it_get_tax_kind() in [None, "vat"]
71+
lambda tax: tax._l10n_it_filter_kind("vat")
7272
)
7373

7474
if not (tax_line or taxes):

l10n_it_vat_registries/static/description/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ <h1>ITA - Registri IVA</h1>
372372
!! This file is generated by oca-gen-addon-readme !!
373373
!! changes will be overwritten. !!
374374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
375-
!! source digest: sha256:8a3455eafdafa0f7c5848cfe4fd73b09c475aad1de1075672537969d0b5c4610
375+
!! source digest: sha256:c43de1bdea5564cc88e06d6691a209a43ac1c54b4a29f8f89c42268187cd88f8
376376
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
377377
<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/18.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-18-0/l10n-italy-18-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&amp;target_branch=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
378378
<p>Law: Decreto del Presidente della Repubblica del 26 ottobre 1972 n. 633
Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
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+
5+
===============================
6+
ITA - Website portal fiscalcode
7+
===============================
8+
9+
..
10+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
11+
!! This file is generated by oca-gen-addon-readme !!
12+
!! changes will be overwritten. !!
13+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
14+
!! source digest: sha256:314eb0bedd0ea2df62c198a5ba6ab8109a1d86b867a6783fb39161626e04ce37
15+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
16+
17+
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
18+
:target: https://odoo-community.org/page/development-status
19+
:alt: Beta
20+
.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
21+
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
22+
:alt: License: AGPL-3
23+
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fl10n--italy-lightgray.png?logo=github
24+
:target: https://github.com/OCA/l10n-italy/tree/18.0/l10n_it_website_portal_fiscalcode
25+
:alt: OCA/l10n-italy
26+
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
27+
:target: https://translation.odoo-community.org/projects/l10n-italy-18-0/l10n-italy-18-0-l10n_it_website_portal_fiscalcode
28+
:alt: Translate me on Weblate
29+
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
30+
:target: https://runboat.odoo-community.org/builds?repo=OCA/l10n-italy&target_branch=18.0
31+
:alt: Try me on Runboat
32+
33+
|badge1| |badge2| |badge3| |badge4| |badge5|
34+
35+
Allow frontend users to edit their fiscal code from their *details*
36+
page.
37+
38+
**Table of contents**
39+
40+
.. contents::
41+
:local:
42+
43+
Bug Tracker
44+
===========
45+
46+
Bugs are tracked on `GitHub Issues <https://github.com/OCA/l10n-italy/issues>`_.
47+
In case of trouble, please check there if your issue has already been reported.
48+
If you spotted it first, help us to smash it by providing a detailed and welcomed
49+
`feedback <https://github.com/OCA/l10n-italy/issues/new?body=module:%20l10n_it_website_portal_fiscalcode%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
50+
51+
Do not contact contributors directly about support or help with technical issues.
52+
53+
Credits
54+
=======
55+
56+
Contributors
57+
------------
58+
59+
- Simone Rubino <simone.rubino88@gmail.com>
60+
61+
Maintainers
62+
-----------
63+
64+
This module is maintained by the OCA.
65+
66+
.. image:: https://odoo-community.org/logo.png
67+
:alt: Odoo Community Association
68+
:target: https://odoo-community.org
69+
70+
OCA, or the Odoo Community Association, is a nonprofit organization whose
71+
mission is to support the collaborative development of Odoo features and
72+
promote its widespread use.
73+
74+
This module is part of the `OCA/l10n-italy <https://github.com/OCA/l10n-italy/tree/18.0/l10n_it_website_portal_fiscalcode>`_ project on GitHub.
75+
76+
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Copyright 2019 Simone Rubino
2+
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
3+
4+
from . import controllers
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Copyright 2019 Simone Rubino
2+
# Copyright 2019 Lorenzo Battistini
3+
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
4+
{
5+
"name": "ITA - Website portal fiscalcode",
6+
"summary": "Add fiscal code to details of frontend user",
7+
"version": "18.0.1.0.0",
8+
"author": "Odoo Community Association (OCA)",
9+
"category": "Localization/Italy",
10+
"website": "https://github.com/OCA/l10n-italy",
11+
"license": "AGPL-3",
12+
"depends": ["l10n_it_edi_extension", "portal"],
13+
"data": ["views/l10n_it_website_portal_fiscalcode_templates.xml"],
14+
"auto_install": True,
15+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
2+
3+
from . import main

0 commit comments

Comments
 (0)