This module extends the functionality of account tax.
With this module is possibile to set a kind of exemption for every account tax you need.
diff --git a/l10n_it_causali_pagamento/tests/__init__.py b/l10n_it_causali_pagamento/tests/__init__.py
index c2db1494a530..1d005ff6ff3e 100644
--- a/l10n_it_causali_pagamento/tests/__init__.py
+++ b/l10n_it_causali_pagamento/tests/__init__.py
@@ -1,3 +1,3 @@
-# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
+# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from . import test_causali
diff --git a/l10n_it_causali_pagamento/tests/test_causali.py b/l10n_it_causali_pagamento/tests/test_causali.py
index e70d2e7e3825..19a283909e0a 100644
--- a/l10n_it_causali_pagamento/tests/test_causali.py
+++ b/l10n_it_causali_pagamento/tests/test_causali.py
@@ -1,4 +1,4 @@
-# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
+# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from odoo.tests.common import TransactionCase
from odoo.exceptions import ValidationError
diff --git a/l10n_it_central_journal/__init__.py b/l10n_it_central_journal/__init__.py
index e335c105b146..2b327295010a 100755
--- a/l10n_it_central_journal/__init__.py
+++ b/l10n_it_central_journal/__init__.py
@@ -1,5 +1,5 @@
# Copyright 2018 Gianmarco Conte (gconte@dinamicheaziendali.it)
-# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
+# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from . import models
from . import wizard
diff --git a/l10n_it_central_journal/__manifest__.py b/l10n_it_central_journal/__manifest__.py
index e2ee16308ffa..38404b57494e 100755
--- a/l10n_it_central_journal/__manifest__.py
+++ b/l10n_it_central_journal/__manifest__.py
@@ -1,5 +1,5 @@
# Copyright 2018 Gianmarco Conte (gconte@dinamicheaziendali.it)
-# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
+# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
'name': 'ITA - Libro giornale',
diff --git a/l10n_it_central_journal/models/__init__.py b/l10n_it_central_journal/models/__init__.py
index 02f5176cd5c1..e37c1e0e3aaa 100755
--- a/l10n_it_central_journal/models/__init__.py
+++ b/l10n_it_central_journal/models/__init__.py
@@ -1,5 +1,5 @@
# Copyright 2018 Gianmarco Conte (gconte@dinamicheaziendali.it)
-# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
+# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from . import account
from . import central_journal
diff --git a/l10n_it_central_journal/models/account.py b/l10n_it_central_journal/models/account.py
index b717ab10af52..070cc1fb66fc 100755
--- a/l10n_it_central_journal/models/account.py
+++ b/l10n_it_central_journal/models/account.py
@@ -1,5 +1,5 @@
# Copyright 2018 Gianmarco Conte (gconte@dinamicheaziendali.it)
-# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
+# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from odoo import models, fields
import odoo.addons.decimal_precision as dp
diff --git a/l10n_it_central_journal/models/central_journal.py b/l10n_it_central_journal/models/central_journal.py
index 733101bfa4d4..2c3e43d88fb6 100755
--- a/l10n_it_central_journal/models/central_journal.py
+++ b/l10n_it_central_journal/models/central_journal.py
@@ -1,5 +1,5 @@
# Copyright 2018 Gianmarco Conte (gconte@dinamicheaziendali.it)
-# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
+# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from odoo import models, api
from odoo.tools.misc import formatLang
diff --git a/l10n_it_central_journal/wizard/__init__.py b/l10n_it_central_journal/wizard/__init__.py
index 57e7d14841dc..0be86aa2f975 100755
--- a/l10n_it_central_journal/wizard/__init__.py
+++ b/l10n_it_central_journal/wizard/__init__.py
@@ -1,4 +1,4 @@
# Copyright 2018 Gianmarco Conte (gconte@dinamicheaziendali.it)
-# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
+# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from . import print_giornale
diff --git a/l10n_it_central_journal/wizard/print_giornale.py b/l10n_it_central_journal/wizard/print_giornale.py
index ca21b8fd902e..90139c28af5b 100755
--- a/l10n_it_central_journal/wizard/print_giornale.py
+++ b/l10n_it_central_journal/wizard/print_giornale.py
@@ -1,5 +1,5 @@
# Copyright 2018 Gianmarco Conte (gconte@dinamicheaziendali.it)
-# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
+# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from odoo import models, fields, api, _
from odoo.exceptions import Warning as UserError
diff --git a/l10n_it_codici_carica/README.rst b/l10n_it_codici_carica/README.rst
index 575a48078575..38e24141abd6 100644
--- a/l10n_it_codici_carica/README.rst
+++ b/l10n_it_codici_carica/README.rst
@@ -10,9 +10,9 @@ Codici carica
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
:target: https://odoo-community.org/page/development-status
:alt: Beta
-.. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png
- :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
- :alt: License: LGPL-3
+.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
+ :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
+ :alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fl10n--italy-lightgray.png?logo=github
:target: https://github.com/OCA/l10n-italy/tree/12.0/l10n_it_codici_carica
:alt: OCA/l10n-italy
diff --git a/l10n_it_codici_carica/__manifest__.py b/l10n_it_codici_carica/__manifest__.py
index f3c96c8fd19f..0b09974c8f16 100644
--- a/l10n_it_codici_carica/__manifest__.py
+++ b/l10n_it_codici_carica/__manifest__.py
@@ -1,7 +1,7 @@
# © 2017 Alessandro Camilli - Openforce
# Copyright 2019 Stefano Consolaro (Associazione PNLUG - Gruppo Odoo)
#
-# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
+# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
'name': 'Codici carica',
@@ -14,7 +14,7 @@
"Odoo Community Association (OCA)",
'website': 'https://github.com/OCA/l10n-italy/tree/12.0/'
'l10n_it_codici_carica',
- 'license': 'LGPL-3',
+ 'license': 'AGPL-3',
'depends': ['account'],
'data': [
'security/ir.model.access.csv',
diff --git a/l10n_it_codici_carica/static/description/index.html b/l10n_it_codici_carica/static/description/index.html
index e71b7204c8d3..3baed4dbbdec 100644
--- a/l10n_it_codici_carica/static/description/index.html
+++ b/l10n_it_codici_carica/static/description/index.html
@@ -367,7 +367,7 @@
Codici carica
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
-
+
Italiano
Tabella dei codici carica da usare nelle dichiarazioni fiscali italiane
English
diff --git a/l10n_it_corrispettivi/README.rst b/l10n_it_corrispettivi/README.rst
index 61183c7e3849..41ebfc063cea 100644
--- a/l10n_it_corrispettivi/README.rst
+++ b/l10n_it_corrispettivi/README.rst
@@ -10,9 +10,9 @@ Italian Localization - Ricevute
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
:target: https://odoo-community.org/page/development-status
:alt: Beta
-.. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png
- :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
- :alt: License: LGPL-3
+.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
+ :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
+ :alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fl10n--italy-lightgray.png?logo=github
:target: https://github.com/OCA/l10n-italy/tree/12.0/l10n_it_corrispettivi
:alt: OCA/l10n-italy
diff --git a/l10n_it_corrispettivi/__init__.py b/l10n_it_corrispettivi/__init__.py
index 62f91bd9431d..62735a9391c7 100644
--- a/l10n_it_corrispettivi/__init__.py
+++ b/l10n_it_corrispettivi/__init__.py
@@ -1,4 +1,4 @@
-# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).
+# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
from . import controllers
from . import models
diff --git a/l10n_it_corrispettivi/__manifest__.py b/l10n_it_corrispettivi/__manifest__.py
index 5640895be95d..58020f19b75b 100644
--- a/l10n_it_corrispettivi/__manifest__.py
+++ b/l10n_it_corrispettivi/__manifest__.py
@@ -2,7 +2,7 @@
# Copyright 2018-2019 Simone Rubino - Agile Business Group
# Copyright 2019 Sergio Zanchetta (Associazione PNLUG - Gruppo Odoo)
# Copyright 2020 Giovanni Serra - GSLab.it
-# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).
+# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
'name': 'Italian Localization - Ricevute',
'version': '12.0.1.1.4',
@@ -11,7 +11,7 @@
'Odoo Community Association (OCA)',
'website': 'https://github.com/OCA/l10n-italy/tree/12.0/'
'l10n_it_corrispettivi',
- 'license': 'LGPL-3',
+ 'license': 'AGPL-3',
'depends': ['account'],
'data': [
'data/account_journal_data.xml',
diff --git a/l10n_it_corrispettivi/models/__init__.py b/l10n_it_corrispettivi/models/__init__.py
index ff13f4cb3ad3..13be251279c3 100644
--- a/l10n_it_corrispettivi/models/__init__.py
+++ b/l10n_it_corrispettivi/models/__init__.py
@@ -1,3 +1,3 @@
-# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).
+# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
from . import account
diff --git a/l10n_it_corrispettivi/models/account.py b/l10n_it_corrispettivi/models/account.py
index 4a84a13160e9..ceb4e5bc8f39 100644
--- a/l10n_it_corrispettivi/models/account.py
+++ b/l10n_it_corrispettivi/models/account.py
@@ -1,6 +1,6 @@
# Copyright 2016 Lorenzo Battistini - Agile Business Group
# Copyright 2018 Simone Rubino - Agile Business Group
-# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).
+# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
from odoo import models, fields, api, _
from odoo.exceptions import UserError
diff --git a/l10n_it_corrispettivi/static/description/index.html b/l10n_it_corrispettivi/static/description/index.html
index 12ffa56f064b..7676c5d3f7a6 100644
--- a/l10n_it_corrispettivi/static/description/index.html
+++ b/l10n_it_corrispettivi/static/description/index.html
@@ -367,7 +367,7 @@
Italian Localization - Ricevute
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
-
+
Italiano
Questo modulo permette di generare le ricevute specificando le varie aliquote per riga
(le righe della ricevuta hanno gli stessi automatismi di quelle della fattura) e quindi registrare le ricevute una per una.
diff --git a/l10n_it_corrispettivi/views/account_report.xml b/l10n_it_corrispettivi/views/account_report.xml
index b1cf9e9a8859..e62c6653b70e 100644
--- a/l10n_it_corrispettivi/views/account_report.xml
+++ b/l10n_it_corrispettivi/views/account_report.xml
@@ -1,6 +1,6 @@
+ License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). -->
+ License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). -->
diff --git a/l10n_it_esigibilita_iva/README.rst b/l10n_it_esigibilita_iva/README.rst
index ad60892e1f08..1608d8fe7044 100644
--- a/l10n_it_esigibilita_iva/README.rst
+++ b/l10n_it_esigibilita_iva/README.rst
@@ -10,9 +10,9 @@ Italian Localization - Esigibilita' IVA
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
:target: https://odoo-community.org/page/development-status
:alt: Beta
-.. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png
- :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
- :alt: License: LGPL-3
+.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
+ :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
+ :alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fl10n--italy-lightgray.png?logo=github
:target: https://github.com/OCA/l10n-italy/tree/12.0/l10n_it_esigibilita_iva
:alt: OCA/l10n-italy
diff --git a/l10n_it_esigibilita_iva/__init__.py b/l10n_it_esigibilita_iva/__init__.py
index 35038d03a65e..02179fb0440b 100644
--- a/l10n_it_esigibilita_iva/__init__.py
+++ b/l10n_it_esigibilita_iva/__init__.py
@@ -1,2 +1,2 @@
-# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
+# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from . import models
diff --git a/l10n_it_esigibilita_iva/__manifest__.py b/l10n_it_esigibilita_iva/__manifest__.py
index f32b5c6e9cca..a772c1930a7c 100644
--- a/l10n_it_esigibilita_iva/__manifest__.py
+++ b/l10n_it_esigibilita_iva/__manifest__.py
@@ -1,6 +1,6 @@
# Copyright 2017 Alessandro Camilli - Openforce
# Copyright 2018 Lorenzo Battistini
-# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
+# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
'name': "Italian Localization - Esigibilita' IVA",
@@ -10,7 +10,7 @@
'author': "Openforce di Camilli Alessandro, "
"Odoo Community Association (OCA)",
'website': 'https://github.com/OCA/l10n-italy',
- 'license': 'LGPL-3',
+ 'license': 'AGPL-3',
'depends': [
'account',
],
diff --git a/l10n_it_esigibilita_iva/models/__init__.py b/l10n_it_esigibilita_iva/models/__init__.py
index 2404c888df5b..c7667a719ceb 100644
--- a/l10n_it_esigibilita_iva/models/__init__.py
+++ b/l10n_it_esigibilita_iva/models/__init__.py
@@ -1,2 +1,2 @@
-# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
+# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from . import account
diff --git a/l10n_it_esigibilita_iva/models/account.py b/l10n_it_esigibilita_iva/models/account.py
index 9cdd6d5f6cfe..c69a3307f3e5 100644
--- a/l10n_it_esigibilita_iva/models/account.py
+++ b/l10n_it_esigibilita_iva/models/account.py
@@ -1,4 +1,4 @@
-# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
+# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from odoo import models, fields
diff --git a/l10n_it_esigibilita_iva/static/description/index.html b/l10n_it_esigibilita_iva/static/description/index.html
index d6c2131c325f..c790491617fd 100644
--- a/l10n_it_esigibilita_iva/static/description/index.html
+++ b/l10n_it_esigibilita_iva/static/description/index.html
@@ -367,7 +367,7 @@ Italian Localization - Esigibilita’ IVA
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
-
+
Italiano
Aggiunge all’imposta il campo esigibilità da usare nei dichiarativi fiscali italiani
English
diff --git a/l10n_it_fatturapa/README.rst b/l10n_it_fatturapa/README.rst
index d7fa2b89b1e4..96e4990a6d03 100644
--- a/l10n_it_fatturapa/README.rst
+++ b/l10n_it_fatturapa/README.rst
@@ -10,9 +10,9 @@ ITA - Fattura elettronica - Base
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
:target: https://odoo-community.org/page/development-status
:alt: Beta
-.. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png
- :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
- :alt: License: LGPL-3
+.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
+ :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
+ :alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fl10n--italy-lightgray.png?logo=github
:target: https://github.com/OCA/l10n-italy/tree/12.0/l10n_it_fatturapa
:alt: OCA/l10n-italy
diff --git a/l10n_it_fatturapa/__init__.py b/l10n_it_fatturapa/__init__.py
index 4ce750b9d269..81499f51b075 100644
--- a/l10n_it_fatturapa/__init__.py
+++ b/l10n_it_fatturapa/__init__.py
@@ -1,6 +1,6 @@
# Copyright 2014 Davide Corio
# Copyright 2015-2016 Lorenzo Battistini - Agile Business Group
-# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
+# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from . import models
from . import bindings
diff --git a/l10n_it_fatturapa/__manifest__.py b/l10n_it_fatturapa/__manifest__.py
index a9203e24efff..946fc5e0df7b 100644
--- a/l10n_it_fatturapa/__manifest__.py
+++ b/l10n_it_fatturapa/__manifest__.py
@@ -2,7 +2,7 @@
# Copyright 2015-2016 Lorenzo Battistini - Agile Business Group
# Copyright 2018-2019 Sergio Zanchetta (Associazione PNLUG - Gruppo Odoo)
# Copyright 2019 Gianluigi Tiesi - Netfarm S.r.l.
-# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
+# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
'name': 'ITA - Fattura elettronica - Base',
@@ -13,7 +13,7 @@
'Odoo Italia Network, Odoo Community Association (OCA)',
'website': 'https://github.com/OCA/l10n-italy/tree/12.0/'
'l10n_it_fatturapa',
- 'license': 'LGPL-3',
+ 'license': 'AGPL-3',
'excludes': ['l10n_it_edi'],
"depends": [
'l10n_it_account',
diff --git a/l10n_it_fatturapa/models/__init__.py b/l10n_it_fatturapa/models/__init__.py
index b881a02a2d4a..3b005b920db4 100644
--- a/l10n_it_fatturapa/models/__init__.py
+++ b/l10n_it_fatturapa/models/__init__.py
@@ -1,5 +1,5 @@
# Copyright 2014 Davide Corio
-# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
+# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from . import account
from . import company
diff --git a/l10n_it_fatturapa/models/account.py b/l10n_it_fatturapa/models/account.py
index c4a59f66043b..48f0298406ce 100644
--- a/l10n_it_fatturapa/models/account.py
+++ b/l10n_it_fatturapa/models/account.py
@@ -1,5 +1,5 @@
# Copyright 2014 Davide Corio
-# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
+# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from odoo import fields, models, api
import odoo.addons.decimal_precision as dp
diff --git a/l10n_it_fatturapa/models/company.py b/l10n_it_fatturapa/models/company.py
index f78301b45fb1..f56234f4d39a 100644
--- a/l10n_it_fatturapa/models/company.py
+++ b/l10n_it_fatturapa/models/company.py
@@ -1,5 +1,5 @@
# Copyright 2014 Davide Corio
-# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
+# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from odoo import fields, models, api
diff --git a/l10n_it_fatturapa/models/partner.py b/l10n_it_fatturapa/models/partner.py
index 14e2e6c174dc..53bf6289ebf1 100644
--- a/l10n_it_fatturapa/models/partner.py
+++ b/l10n_it_fatturapa/models/partner.py
@@ -1,6 +1,6 @@
# Copyright 2014 Davide Corio
# Copyright 2019 Sergio Zanchetta
-# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
+# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from odoo import fields, models, api, _
from odoo.exceptions import ValidationError
diff --git a/l10n_it_fatturapa/static/description/index.html b/l10n_it_fatturapa/static/description/index.html
index b273ab95d49e..403314c05c31 100644
--- a/l10n_it_fatturapa/static/description/index.html
+++ b/l10n_it_fatturapa/static/description/index.html
@@ -367,7 +367,7 @@ ITA - Fattura elettronica - Base
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
-
+
Italiano
Modulo base per gestire le fatture elettroniche.
http://fatturapa.gov.it
diff --git a/l10n_it_fatturapa_in/README.rst b/l10n_it_fatturapa_in/README.rst
index b438d58cc01b..09bdce462817 100644
--- a/l10n_it_fatturapa_in/README.rst
+++ b/l10n_it_fatturapa_in/README.rst
@@ -10,9 +10,9 @@ ITA - Fattura elettronica - Ricezione
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
:target: https://odoo-community.org/page/development-status
:alt: Beta
-.. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png
- :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
- :alt: License: LGPL-3
+.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
+ :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
+ :alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fl10n--italy-lightgray.png?logo=github
:target: https://github.com/OCA/l10n-italy/tree/12.0/l10n_it_fatturapa_in
:alt: OCA/l10n-italy
diff --git a/l10n_it_fatturapa_in/__manifest__.py b/l10n_it_fatturapa_in/__manifest__.py
index cfed628ee627..75463fe6710e 100644
--- a/l10n_it_fatturapa_in/__manifest__.py
+++ b/l10n_it_fatturapa_in/__manifest__.py
@@ -2,7 +2,7 @@
# Copyright 2015 innoviu Srl
# Copyright 2018 Lorenzo Battistini
# Copyright 2018 Sergio Zanchetta (Associazione PNLUG - Gruppo Odoo)
-# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
+# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
'name': 'ITA - Fattura elettronica - Ricezione',
@@ -14,7 +14,7 @@
'Odoo Community Association (OCA)',
'website': 'https://github.com/OCA/l10n-italy/tree/12.0/'
'l10n_it_fatturapa_in',
- 'license': 'LGPL-3',
+ 'license': 'AGPL-3',
"depends": [
'l10n_it_fatturapa',
'l10n_it_withholding_tax_causali',
diff --git a/l10n_it_fatturapa_in/static/description/index.html b/l10n_it_fatturapa_in/static/description/index.html
index a4372e9ecc9e..80147674a52d 100644
--- a/l10n_it_fatturapa_in/static/description/index.html
+++ b/l10n_it_fatturapa_in/static/description/index.html
@@ -367,7 +367,7 @@ ITA - Fattura elettronica - Ricezione
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
-
+
Italiano
Questo modulo consente di importare i file XML della fattura elettronica versione 1.2
http://www.fatturapa.gov.it/export/fatturazione/it/normativa/f-2.htm
diff --git a/l10n_it_fatturapa_in_purchase/README.rst b/l10n_it_fatturapa_in_purchase/README.rst
index 0cdc9bb8638d..70b42d6f3d82 100644
--- a/l10n_it_fatturapa_in_purchase/README.rst
+++ b/l10n_it_fatturapa_in_purchase/README.rst
@@ -10,9 +10,9 @@ ITA - Fattura elettronica - Integrazione acquisti
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
:target: https://odoo-community.org/page/development-status
:alt: Beta
-.. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png
- :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
- :alt: License: LGPL-3
+.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
+ :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
+ :alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fl10n--italy-lightgray.png?logo=github
:target: https://github.com/OCA/l10n-italy/tree/12.0/l10n_it_fatturapa_in_purchase
:alt: OCA/l10n-italy
diff --git a/l10n_it_fatturapa_in_purchase/__init__.py b/l10n_it_fatturapa_in_purchase/__init__.py
index 7d768b54b0a9..69f7babdfb1a 100644
--- a/l10n_it_fatturapa_in_purchase/__init__.py
+++ b/l10n_it_fatturapa_in_purchase/__init__.py
@@ -1,3 +1,3 @@
-# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
+# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from . import models
diff --git a/l10n_it_fatturapa_in_purchase/__manifest__.py b/l10n_it_fatturapa_in_purchase/__manifest__.py
index ab2966063c22..08a9c3d11904 100644
--- a/l10n_it_fatturapa_in_purchase/__manifest__.py
+++ b/l10n_it_fatturapa_in_purchase/__manifest__.py
@@ -1,7 +1,7 @@
# Copyright 2018 Lorenzo Battistini
# Copyright 2018 Sergio Zanchetta (Associazione PNLUG - Gruppo Odoo)
# Copyright 2019 Simone Rubino - Agile Business Group
-# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
+# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
@@ -13,7 +13,7 @@
'Odoo Community Association (OCA)',
'website': 'https://github.com/OCA/l10n-italy/tree/12.0/'
'l10n_it_fatturapa_in_purchase',
- 'license': 'LGPL-3',
+ 'license': 'AGPL-3',
"depends": [
'l10n_it_fatturapa_in',
'purchase',
diff --git a/l10n_it_fatturapa_in_purchase/models/__init__.py b/l10n_it_fatturapa_in_purchase/models/__init__.py
index df2fa5840842..ec99c00ae2e1 100644
--- a/l10n_it_fatturapa_in_purchase/models/__init__.py
+++ b/l10n_it_fatturapa_in_purchase/models/__init__.py
@@ -1,3 +1,3 @@
-# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
+# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from . import purchase_order
diff --git a/l10n_it_fatturapa_in_purchase/models/purchase_order.py b/l10n_it_fatturapa_in_purchase/models/purchase_order.py
index 531db864e6e1..bae3f7c3dc68 100644
--- a/l10n_it_fatturapa_in_purchase/models/purchase_order.py
+++ b/l10n_it_fatturapa_in_purchase/models/purchase_order.py
@@ -1,7 +1,7 @@
# Copyright 2018 Lorenzo Battistini
# Copyright 2018 Sergio Zanchetta (Associazione PNLUG - Gruppo Odoo)
# Copyright 2019 Simone Rubino - Agile Business Group
-# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
+# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from odoo import models, fields, api
from odoo.tools import float_compare
diff --git a/l10n_it_fatturapa_in_purchase/static/description/index.html b/l10n_it_fatturapa_in_purchase/static/description/index.html
index feee269916e3..347c2f8c53a5 100644
--- a/l10n_it_fatturapa_in_purchase/static/description/index.html
+++ b/l10n_it_fatturapa_in_purchase/static/description/index.html
@@ -367,7 +367,7 @@ ITA - Fattura elettronica - Integrazione acquisti
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
-
+
Italiano
Integra gli ordini di acquisto con le fatture elettroniche fornitore.
Con questo modulo è possibile collegare una fattura elettronica fornitore a un ordine di acquisto esistente.
diff --git a/l10n_it_fatturapa_in_purchase/views/invoice_view.xml b/l10n_it_fatturapa_in_purchase/views/invoice_view.xml
index 8b5d8e4b4293..7ce09d530579 100644
--- a/l10n_it_fatturapa_in_purchase/views/invoice_view.xml
+++ b/l10n_it_fatturapa_in_purchase/views/invoice_view.xml
@@ -1,7 +1,7 @@
+ License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -->
diff --git a/l10n_it_fatturapa_out/README.rst b/l10n_it_fatturapa_out/README.rst
index 8cfa6e0aa755..76e4bf145aa5 100644
--- a/l10n_it_fatturapa_out/README.rst
+++ b/l10n_it_fatturapa_out/README.rst
@@ -10,9 +10,9 @@ ITA - Fattura elettronica - Emissione
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
:target: https://odoo-community.org/page/development-status
:alt: Beta
-.. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png
- :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
- :alt: License: LGPL-3
+.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
+ :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
+ :alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fl10n--italy-lightgray.png?logo=github
:target: https://github.com/OCA/l10n-italy/tree/12.0/l10n_it_fatturapa_out
:alt: OCA/l10n-italy
diff --git a/l10n_it_fatturapa_out/__init__.py b/l10n_it_fatturapa_out/__init__.py
index fb3adc8443e6..73477ea316ad 100644
--- a/l10n_it_fatturapa_out/__init__.py
+++ b/l10n_it_fatturapa_out/__init__.py
@@ -1,6 +1,6 @@
# Copyright 2014 Davide Corio
# Copyright 2015-2016 Lorenzo Battistini - Agile Business Group
-# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
+# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from . import wizard
from . import models
diff --git a/l10n_it_fatturapa_out/__manifest__.py b/l10n_it_fatturapa_out/__manifest__.py
index bac29333066a..95f4e53d306b 100644
--- a/l10n_it_fatturapa_out/__manifest__.py
+++ b/l10n_it_fatturapa_out/__manifest__.py
@@ -2,7 +2,7 @@
# Copyright 2015-2016 Lorenzo Battistini - Agile Business Group
# Copyright 2018 Sergio Zanchetta (Associazione PNLUG - Gruppo Odoo)
# Copyright 2018 Sergio Corato
-# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
+# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
'name': 'ITA - Fattura elettronica - Emissione',
@@ -14,7 +14,7 @@
'Odoo Community Association (OCA)',
'website': 'https://github.com/OCA/l10n-italy/tree/12.0/'
'l10n_it_fatturapa_out',
- 'license': 'LGPL-3',
+ 'license': 'AGPL-3',
'depends': [
'l10n_it_account',
'l10n_it_fatturapa',
diff --git a/l10n_it_fatturapa_out/models/__init__.py b/l10n_it_fatturapa_out/models/__init__.py
index b70da26f7510..7254e664dbb6 100644
--- a/l10n_it_fatturapa_out/models/__init__.py
+++ b/l10n_it_fatturapa_out/models/__init__.py
@@ -1,6 +1,6 @@
# Copyright 2014 Davide Corio
# Copyright 2015-2016 Lorenzo Battistini - Agile Business Group
-# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
+# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from . import attachment
from . import account
diff --git a/l10n_it_fatturapa_out/models/account.py b/l10n_it_fatturapa_out/models/account.py
index 5d3e76a25784..5fdc0940271f 100644
--- a/l10n_it_fatturapa_out/models/account.py
+++ b/l10n_it_fatturapa_out/models/account.py
@@ -1,6 +1,6 @@
# Copyright 2014 Davide Corio
# Copyright 2016 Lorenzo Battistini - Agile Business Group
-# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
+# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from odoo import fields, models, api
diff --git a/l10n_it_fatturapa_out/models/attachment.py b/l10n_it_fatturapa_out/models/attachment.py
index d1b8f2652385..3bee7509d795 100644
--- a/l10n_it_fatturapa_out/models/attachment.py
+++ b/l10n_it_fatturapa_out/models/attachment.py
@@ -1,6 +1,6 @@
# Copyright 2014 Davide Corio
# Copyright 2016-2018 Lorenzo Battistini - Agile Business Group
-# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
+# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from odoo import fields, models, api, _
from odoo.exceptions import UserError
diff --git a/l10n_it_fatturapa_out/static/description/index.html b/l10n_it_fatturapa_out/static/description/index.html
index d67472925cbc..df4441f94609 100644
--- a/l10n_it_fatturapa_out/static/description/index.html
+++ b/l10n_it_fatturapa_out/static/description/index.html
@@ -367,7 +367,7 @@ ITA - Fattura elettronica - Emissione
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
-
+
Italiano
Questo modulo consente di generare i file XML della fattura elettronica versione 1.2
http://www.fatturapa.gov.it/export/fatturazione/it/normativa/f-2.htm
diff --git a/l10n_it_fatturapa_out/tests/__init__.py b/l10n_it_fatturapa_out/tests/__init__.py
index 801e286e2529..e5655b566c75 100644
--- a/l10n_it_fatturapa_out/tests/__init__.py
+++ b/l10n_it_fatturapa_out/tests/__init__.py
@@ -1,5 +1,5 @@
# Copyright 2014 Davide Corio
-# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
+# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from . import fatturapa_common
from . import test_fatturapa_xml_validation
diff --git a/l10n_it_fatturapa_out/tests/test_fatturapa_xml_validation.py b/l10n_it_fatturapa_out/tests/test_fatturapa_xml_validation.py
index 8a0a86007508..ef0600641e7f 100644
--- a/l10n_it_fatturapa_out/tests/test_fatturapa_xml_validation.py
+++ b/l10n_it_fatturapa_out/tests/test_fatturapa_xml_validation.py
@@ -1,7 +1,7 @@
# Copyright 2014 Davide Corio
# Copyright 2015-2016 Lorenzo Battistini - Agile Business Group
# Copyright 2018-2019 Alex Comba - Agile Business Group
-# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
+# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
import base64
import re
diff --git a/l10n_it_fatturapa_out/wizard/__init__.py b/l10n_it_fatturapa_out/wizard/__init__.py
index 288f1561bcf4..293e7706de29 100644
--- a/l10n_it_fatturapa_out/wizard/__init__.py
+++ b/l10n_it_fatturapa_out/wizard/__init__.py
@@ -1,5 +1,5 @@
# Copyright 2014 Davide Corio
-# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
+# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
import logging
diff --git a/l10n_it_fatturapa_out_ddt/README.rst b/l10n_it_fatturapa_out_ddt/README.rst
index e512fad533dc..ffe60187b875 100644
--- a/l10n_it_fatturapa_out_ddt/README.rst
+++ b/l10n_it_fatturapa_out_ddt/README.rst
@@ -10,9 +10,9 @@ Italian Localization - Fattura elettronica - Integrazione DDT
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
:target: https://odoo-community.org/page/development-status
:alt: Beta
-.. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png
- :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
- :alt: License: LGPL-3
+.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
+ :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
+ :alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fl10n--italy-lightgray.png?logo=github
:target: https://github.com/OCA/l10n-italy/tree/12.0/l10n_it_fatturapa_out_ddt
:alt: OCA/l10n-italy
diff --git a/l10n_it_fatturapa_out_ddt/__init__.py b/l10n_it_fatturapa_out_ddt/__init__.py
index ecff9ecda20f..4b25b9723083 100644
--- a/l10n_it_fatturapa_out_ddt/__init__.py
+++ b/l10n_it_fatturapa_out_ddt/__init__.py
@@ -1,3 +1,3 @@
-# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).
+# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
from . import wizard
diff --git a/l10n_it_fatturapa_out_ddt/__manifest__.py b/l10n_it_fatturapa_out_ddt/__manifest__.py
index 195672a42a04..03101d8a4e97 100644
--- a/l10n_it_fatturapa_out_ddt/__manifest__.py
+++ b/l10n_it_fatturapa_out_ddt/__manifest__.py
@@ -1,7 +1,7 @@
# Copyright 2018 Lorenzo Battistini
# Copyright 2018 Sergio Zanchetta (Associazione PNLUG - Gruppo Odoo)
# Copyright 2018 Ruben Tonetto (Associazione PNLUG - Gruppo Odoo)
-# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).
+# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
'name': 'Italian Localization - Fattura elettronica - Integrazione DDT',
@@ -13,7 +13,7 @@
'l10n_it_fatturapa_out_ddt',
"author": "Agile Business Group, Odoo Community Association (OCA)",
"maintainers": [],
- "license": "LGPL-3",
+ "license": "AGPL-3",
"application": False,
"installable": True,
"auto_install": True,
diff --git a/l10n_it_fatturapa_out_ddt/static/description/index.html b/l10n_it_fatturapa_out_ddt/static/description/index.html
index aca1000b3652..65a9bb6228ce 100644
--- a/l10n_it_fatturapa_out_ddt/static/description/index.html
+++ b/l10n_it_fatturapa_out_ddt/static/description/index.html
@@ -367,7 +367,7 @@ Italian Localization - Fattura elettronica - Integrazione DDT<
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
-
+
Italiano
Questo modulo consente di scegliere se e come compilare i campi XML relativi ai DDT, nei due casi “fattura differita” e “fattura accompagnatoria”.
English
diff --git a/l10n_it_fatturapa_out_ddt/tests/__init__.py b/l10n_it_fatturapa_out_ddt/tests/__init__.py
index 71402a6bf20a..46e049eece0b 100644
--- a/l10n_it_fatturapa_out_ddt/tests/__init__.py
+++ b/l10n_it_fatturapa_out_ddt/tests/__init__.py
@@ -1,3 +1,3 @@
-# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).
+# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
from . import test_fatturapa_ddt
diff --git a/l10n_it_fatturapa_out_ddt/tests/test_fatturapa_ddt.py b/l10n_it_fatturapa_out_ddt/tests/test_fatturapa_ddt.py
index be9adf4d44be..7239b183a1cf 100644
--- a/l10n_it_fatturapa_out_ddt/tests/test_fatturapa_ddt.py
+++ b/l10n_it_fatturapa_out_ddt/tests/test_fatturapa_ddt.py
@@ -1,4 +1,4 @@
-# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).
+# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
import codecs
from odoo.addons.l10n_it_fatturapa_out.tests.fatturapa_common import (
FatturaPACommon)
diff --git a/l10n_it_fatturapa_out_ddt/wizard/__init__.py b/l10n_it_fatturapa_out_ddt/wizard/__init__.py
index 867b656accc2..232223e74fd5 100644
--- a/l10n_it_fatturapa_out_ddt/wizard/__init__.py
+++ b/l10n_it_fatturapa_out_ddt/wizard/__init__.py
@@ -1,3 +1,3 @@
-# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).
+# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
from . import wizard_export_fatturapa
diff --git a/l10n_it_fatturapa_out_ddt/wizard/wizard_export_fatturapa.py b/l10n_it_fatturapa_out_ddt/wizard/wizard_export_fatturapa.py
index d8cebba0a79a..f2f43a1dda79 100644
--- a/l10n_it_fatturapa_out_ddt/wizard/wizard_export_fatturapa.py
+++ b/l10n_it_fatturapa_out_ddt/wizard/wizard_export_fatturapa.py
@@ -1,4 +1,4 @@
-# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).
+# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
from odoo import models, fields, api, _
from odoo.exceptions import UserError
diff --git a/l10n_it_fatturapa_out_stamp/README.rst b/l10n_it_fatturapa_out_stamp/README.rst
index b0663fcca3b5..475a7e705dc1 100644
--- a/l10n_it_fatturapa_out_stamp/README.rst
+++ b/l10n_it_fatturapa_out_stamp/README.rst
@@ -10,9 +10,9 @@ Italian Localization - Fattura elettronica - Integrazione bollo
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
:target: https://odoo-community.org/page/development-status
:alt: Beta
-.. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png
- :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
- :alt: License: LGPL-3
+.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
+ :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
+ :alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fl10n--italy-lightgray.png?logo=github
:target: https://github.com/OCA/l10n-italy/tree/12.0/l10n_it_fatturapa_out_stamp
:alt: OCA/l10n-italy
diff --git a/l10n_it_fatturapa_out_stamp/__init__.py b/l10n_it_fatturapa_out_stamp/__init__.py
index 09e999105d3c..3ee39aaa7d1e 100644
--- a/l10n_it_fatturapa_out_stamp/__init__.py
+++ b/l10n_it_fatturapa_out_stamp/__init__.py
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
-# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).
+# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
from . import wizard
diff --git a/l10n_it_fatturapa_out_stamp/__manifest__.py b/l10n_it_fatturapa_out_stamp/__manifest__.py
index 46f8be119b08..640a116ed50d 100644
--- a/l10n_it_fatturapa_out_stamp/__manifest__.py
+++ b/l10n_it_fatturapa_out_stamp/__manifest__.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# Copyright 2018 Lorenzo Battistini
-# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).
+# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "Italian Localization - Fattura elettronica - Integrazione bollo",
"summary": "Modulo ponte tra emissione fatture elettroniche e imposta di "
@@ -11,7 +11,7 @@
"website": "https://github.com/OCA/l10n-italy",
"author": "Agile Business Group, Odoo Community Association (OCA)",
"maintainers": ["eLBati"],
- "license": "LGPL-3",
+ "license": "AGPL-3",
"application": False,
"installable": True,
"auto_install": True,
diff --git a/l10n_it_fatturapa_out_stamp/static/description/index.html b/l10n_it_fatturapa_out_stamp/static/description/index.html
index 5761baac00c5..d80dbda32cb0 100644
--- a/l10n_it_fatturapa_out_stamp/static/description/index.html
+++ b/l10n_it_fatturapa_out_stamp/static/description/index.html
@@ -367,7 +367,7 @@ Italian Localization - Fattura elettronica - Integrazione boll
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
-
+
Modulo ponte tra emissione fatture elettroniche e imposta di bollo.
Con questo modulo, l’elemento XML DatiBollo verrà correttamente valorizzato.
Table of contents
diff --git a/l10n_it_fatturapa_out_stamp/wizard/__init__.py b/l10n_it_fatturapa_out_stamp/wizard/__init__.py
index be4e4d181cb5..8f2b2ce3cf6b 100644
--- a/l10n_it_fatturapa_out_stamp/wizard/__init__.py
+++ b/l10n_it_fatturapa_out_stamp/wizard/__init__.py
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
-# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).
+# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
from . import wizard_export_fatturapa
diff --git a/l10n_it_fatturapa_out_stamp/wizard/wizard_export_fatturapa.py b/l10n_it_fatturapa_out_stamp/wizard/wizard_export_fatturapa.py
index bdc2400febb3..20e2f8667a4a 100644
--- a/l10n_it_fatturapa_out_stamp/wizard/wizard_export_fatturapa.py
+++ b/l10n_it_fatturapa_out_stamp/wizard/wizard_export_fatturapa.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).
+# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
from odoo import models
from odoo.tools.translate import _
diff --git a/l10n_it_fatturapa_out_triple_discount/__init__.py b/l10n_it_fatturapa_out_triple_discount/__init__.py
index 0c3cef012b8c..74d71de4bef5 100644
--- a/l10n_it_fatturapa_out_triple_discount/__init__.py
+++ b/l10n_it_fatturapa_out_triple_discount/__init__.py
@@ -1,3 +1,3 @@
-# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).
+# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
from . import wizards
diff --git a/l10n_it_fatturapa_out_triple_discount/wizards/__init__.py b/l10n_it_fatturapa_out_triple_discount/wizards/__init__.py
index 867b656accc2..232223e74fd5 100644
--- a/l10n_it_fatturapa_out_triple_discount/wizards/__init__.py
+++ b/l10n_it_fatturapa_out_triple_discount/wizards/__init__.py
@@ -1,3 +1,3 @@
-# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).
+# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
from . import wizard_export_fatturapa
diff --git a/l10n_it_fatturapa_out_wt/README.rst b/l10n_it_fatturapa_out_wt/README.rst
index 1ac3e86aa5e9..cb8a5dac843d 100644
--- a/l10n_it_fatturapa_out_wt/README.rst
+++ b/l10n_it_fatturapa_out_wt/README.rst
@@ -10,9 +10,9 @@ ITA - Fattura elettronica - Integrazione ritenuta
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
:target: https://odoo-community.org/page/development-status
:alt: Beta
-.. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png
- :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
- :alt: License: LGPL-3
+.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
+ :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
+ :alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fl10n--italy-lightgray.png?logo=github
:target: https://github.com/OCA/l10n-italy/tree/12.0/l10n_it_fatturapa_out_wt
:alt: OCA/l10n-italy
diff --git a/l10n_it_fatturapa_out_wt/__manifest__.py b/l10n_it_fatturapa_out_wt/__manifest__.py
index 5e3375717a2f..ffdd46862420 100644
--- a/l10n_it_fatturapa_out_wt/__manifest__.py
+++ b/l10n_it_fatturapa_out_wt/__manifest__.py
@@ -12,7 +12,7 @@
'category': 'Hidden',
'website': 'https://github.com/OCA/l10n-italy',
'author': 'Sergio Corato, Odoo Community Association (OCA)',
- 'license': 'LGPL-3',
+ 'license': 'AGPL-3',
'depends': [
'l10n_it_fatturapa',
'l10n_it_fatturapa_out',
diff --git a/l10n_it_fatturapa_out_wt/static/description/index.html b/l10n_it_fatturapa_out_wt/static/description/index.html
index f5d916d0f01a..37e54814c979 100644
--- a/l10n_it_fatturapa_out_wt/static/description/index.html
+++ b/l10n_it_fatturapa_out_wt/static/description/index.html
@@ -367,7 +367,7 @@ ITA - Fattura elettronica - Integrazione ritenuta
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
-
+
Italiano
Modulo ponte tra emissione fatture elettroniche e ritenute.
Con questo modulo, l’elemento XML DatiRitenuta verrà correttamente valorizzato.
diff --git a/l10n_it_fatturapa_out_wt/tests/__init__.py b/l10n_it_fatturapa_out_wt/tests/__init__.py
index 596933ddb061..d7c73f54be12 100644
--- a/l10n_it_fatturapa_out_wt/tests/__init__.py
+++ b/l10n_it_fatturapa_out_wt/tests/__init__.py
@@ -1,3 +1,3 @@
-# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).
+# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
from . import test_fatturapa_wt
diff --git a/l10n_it_fatturapa_out_wt/tests/test_fatturapa_wt.py b/l10n_it_fatturapa_out_wt/tests/test_fatturapa_wt.py
index 598dacd1182f..8a692ceb7e29 100644
--- a/l10n_it_fatturapa_out_wt/tests/test_fatturapa_wt.py
+++ b/l10n_it_fatturapa_out_wt/tests/test_fatturapa_wt.py
@@ -1,4 +1,4 @@
-# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).
+# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
import base64
from odoo.addons.l10n_it_fatturapa_out.tests.fatturapa_common import (
diff --git a/l10n_it_fatturapa_out_wt/wizard/__init__.py b/l10n_it_fatturapa_out_wt/wizard/__init__.py
index 867b656accc2..232223e74fd5 100644
--- a/l10n_it_fatturapa_out_wt/wizard/__init__.py
+++ b/l10n_it_fatturapa_out_wt/wizard/__init__.py
@@ -1,3 +1,3 @@
-# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).
+# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
from . import wizard_export_fatturapa
diff --git a/l10n_it_fatturapa_out_wt/wizard/wizard_export_fatturapa.py b/l10n_it_fatturapa_out_wt/wizard/wizard_export_fatturapa.py
index a4e003f0ba15..17e122a803b4 100644
--- a/l10n_it_fatturapa_out_wt/wizard/wizard_export_fatturapa.py
+++ b/l10n_it_fatturapa_out_wt/wizard/wizard_export_fatturapa.py
@@ -1,4 +1,4 @@
-# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).
+# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
from odoo import models
from odoo.tools.translate import _
diff --git a/l10n_it_fatturapa_pec/README.rst b/l10n_it_fatturapa_pec/README.rst
index 84ac463584b1..eaf01e89074d 100644
--- a/l10n_it_fatturapa_pec/README.rst
+++ b/l10n_it_fatturapa_pec/README.rst
@@ -10,9 +10,9 @@ ITA - Fattura elettronica - Supporto PEC
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
:target: https://odoo-community.org/page/development-status
:alt: Beta
-.. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png
- :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
- :alt: License: LGPL-3
+.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
+ :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
+ :alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fl10n--italy-lightgray.png?logo=github
:target: https://github.com/OCA/l10n-italy/tree/12.0/l10n_it_fatturapa_pec
:alt: OCA/l10n-italy
diff --git a/l10n_it_fatturapa_pec/__init__.py b/l10n_it_fatturapa_pec/__init__.py
index 12ce5d69dcd8..93aa2c1f84b4 100644
--- a/l10n_it_fatturapa_pec/__init__.py
+++ b/l10n_it_fatturapa_pec/__init__.py
@@ -1,4 +1,4 @@
-# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).
+# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
from . import models
from . import wizard
diff --git a/l10n_it_fatturapa_pec/__manifest__.py b/l10n_it_fatturapa_pec/__manifest__.py
index b7ae6607f703..0da1ebeeb073 100644
--- a/l10n_it_fatturapa_pec/__manifest__.py
+++ b/l10n_it_fatturapa_pec/__manifest__.py
@@ -3,7 +3,7 @@
# Copyright 2018-2019 Sergio Corato (https://efatto.it)
# Copyright 2018-2019 Lorenzo Battistini
# Copyright 2018 Sergio Zanchetta (Associazione PNLUG - Gruppo Odoo)
-# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).
+# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
'name': 'ITA - Fattura elettronica - Supporto PEC',
@@ -13,7 +13,7 @@
'author': 'Openforce Srls Unipersonale, Odoo Community Association (OCA)',
'website': 'https://github.com/OCA/l10n-italy/tree/12.0/'
'l10n_it_fatturapa_pec',
- 'license': 'LGPL-3',
+ 'license': 'AGPL-3',
'depends': [
'fetchmail',
'l10n_it_fatturapa_out',
diff --git a/l10n_it_fatturapa_pec/models/__init__.py b/l10n_it_fatturapa_pec/models/__init__.py
index b9202bedefbb..64562c1969c2 100644
--- a/l10n_it_fatturapa_pec/models/__init__.py
+++ b/l10n_it_fatturapa_pec/models/__init__.py
@@ -1,4 +1,4 @@
-# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).
+# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
from . import account
from . import fatturapa_attachment_out
diff --git a/l10n_it_fatturapa_pec/models/account.py b/l10n_it_fatturapa_pec/models/account.py
index 124a5ac8af55..7798b92d8b34 100644
--- a/l10n_it_fatturapa_pec/models/account.py
+++ b/l10n_it_fatturapa_pec/models/account.py
@@ -1,7 +1,7 @@
# Author(s): Andrea Colangelo (andreacolangelo@openforce.it)
# Copyright © 2018 Openforce Srls Unipersonale (www.openforce.it)
# Copyright 2019 Lorenzo Battistini
-# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).
+# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
from odoo import api, fields, models
diff --git a/l10n_it_fatturapa_pec/models/fatturapa_attachment_out.py b/l10n_it_fatturapa_pec/models/fatturapa_attachment_out.py
index 5fb8433b8d71..5382e4e6db01 100644
--- a/l10n_it_fatturapa_pec/models/fatturapa_attachment_out.py
+++ b/l10n_it_fatturapa_pec/models/fatturapa_attachment_out.py
@@ -2,7 +2,7 @@
# Copyright 2018 Openforce Srls Unipersonale (www.openforce.it)
# Copyright 2018 Sergio Corato (https://efatto.it)
# Copyright 2018-2019 Lorenzo Battistini
-# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).
+# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
import logging
import re
diff --git a/l10n_it_fatturapa_pec/models/fetchmail.py b/l10n_it_fatturapa_pec/models/fetchmail.py
index 3338ac9f7104..c90f2e2a5fb5 100644
--- a/l10n_it_fatturapa_pec/models/fetchmail.py
+++ b/l10n_it_fatturapa_pec/models/fetchmail.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# Copyright 2018 Lorenzo Battistini
-# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).
+# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
import logging
from odoo import models, api, fields, _
diff --git a/l10n_it_fatturapa_pec/models/mail_thread.py b/l10n_it_fatturapa_pec/models/mail_thread.py
index bc9858d2e66d..1e7dec953544 100644
--- a/l10n_it_fatturapa_pec/models/mail_thread.py
+++ b/l10n_it_fatturapa_pec/models/mail_thread.py
@@ -2,7 +2,7 @@
# Copyright 2018 Openforce Srls Unipersonale (www.openforce.it)
# Copyright 2018 Sergio Corato (https://efatto.it)
# Copyright 2018 Lorenzo Battistini
-# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).
+# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
import logging
import re
diff --git a/l10n_it_fatturapa_pec/static/description/index.html b/l10n_it_fatturapa_pec/static/description/index.html
index 5d6b09ad390b..d1554159fac5 100644
--- a/l10n_it_fatturapa_pec/static/description/index.html
+++ b/l10n_it_fatturapa_pec/static/description/index.html
@@ -367,7 +367,7 @@ ITA - Fattura elettronica - Supporto PEC
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
-
+
Italiano
Questo modulo consente di inviare e ricevere i file XML della fattura elettronica versione 1.2
http://www.fatturapa.gov.it/export/fatturazione/en/sdi.htm
diff --git a/l10n_it_fatturapa_pec/wizard/__init__.py b/l10n_it_fatturapa_pec/wizard/__init__.py
index 63d026cbdf55..d823f4431703 100644
--- a/l10n_it_fatturapa_pec/wizard/__init__.py
+++ b/l10n_it_fatturapa_pec/wizard/__init__.py
@@ -1,3 +1,3 @@
-# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).
+# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
from . import send_pec
diff --git a/l10n_it_fatturapa_pec/wizard/send_pec.py b/l10n_it_fatturapa_pec/wizard/send_pec.py
index f196c39aebd6..d996bfe9aeba 100644
--- a/l10n_it_fatturapa_pec/wizard/send_pec.py
+++ b/l10n_it_fatturapa_pec/wizard/send_pec.py
@@ -1,4 +1,4 @@
-# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).
+# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
from odoo import models, api
diff --git a/l10n_it_fiscal_document_type/README.rst b/l10n_it_fiscal_document_type/README.rst
index 90fe83243ffe..92c8d8726da0 100644
--- a/l10n_it_fiscal_document_type/README.rst
+++ b/l10n_it_fiscal_document_type/README.rst
@@ -10,9 +10,9 @@ Italian Localization - Tipi di documento fiscale per dichiarativi
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
:target: https://odoo-community.org/page/development-status
:alt: Beta
-.. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png
- :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
- :alt: License: LGPL-3
+.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
+ :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
+ :alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fl10n--italy-lightgray.png?logo=github
:target: https://github.com/OCA/l10n-italy/tree/12.0/l10n_it_fiscal_document_type
:alt: OCA/l10n-italy
diff --git a/l10n_it_fiscal_document_type/__init__.py b/l10n_it_fiscal_document_type/__init__.py
index 29276a93ddb8..3275ac2adf3d 100644
--- a/l10n_it_fiscal_document_type/__init__.py
+++ b/l10n_it_fiscal_document_type/__init__.py
@@ -1,2 +1,2 @@
-# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).
+# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
from . import models
diff --git a/l10n_it_fiscal_document_type/__manifest__.py b/l10n_it_fiscal_document_type/__manifest__.py
index a09ee7612a34..f470a6fe2d01 100644
--- a/l10n_it_fiscal_document_type/__manifest__.py
+++ b/l10n_it_fiscal_document_type/__manifest__.py
@@ -1,7 +1,7 @@
# Copyright 2017 Alessandro Camilli
# Copyright 2018 Sergio Zanchetta (Associazione PNLUG - Gruppo Odoo)
# Copyright 2018 Lorenzo Battistini (https://github.com/eLBati)
-# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).
+# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
'name': 'Italian Localization - '
@@ -11,7 +11,7 @@
'author': "Link It srl, Odoo Community Association (OCA)",
'website': 'https://github.com/OCA/l10n-italy/tree/12.0/'
'l10n_it_fiscal_document_type',
- 'license': 'LGPL-3',
+ 'license': 'AGPL-3',
'depends': ['l10n_it_account'],
'data': [
'views/fiscal_document_type_view.xml',
diff --git a/l10n_it_fiscal_document_type/static/description/index.html b/l10n_it_fiscal_document_type/static/description/index.html
index ee3e73de170c..5dfe874598f9 100644
--- a/l10n_it_fiscal_document_type/static/description/index.html
+++ b/l10n_it_fiscal_document_type/static/description/index.html
@@ -367,7 +367,7 @@ Italian Localization - Tipi di documento fiscale per dichiarat
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
-
+
Italiano
Tabella con codici tipo documento previsti dall’Agenzia delle Entrate.
English
diff --git a/l10n_it_fiscal_document_type/tests/__init__.py b/l10n_it_fiscal_document_type/tests/__init__.py
index 87051513e475..910e86037180 100644
--- a/l10n_it_fiscal_document_type/tests/__init__.py
+++ b/l10n_it_fiscal_document_type/tests/__init__.py
@@ -1,4 +1,4 @@
# Copyright 2017 Lorenzo Battistini
-# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).
+# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
from . import test_doc_type
diff --git a/l10n_it_fiscal_document_type/tests/test_doc_type.py b/l10n_it_fiscal_document_type/tests/test_doc_type.py
index 98267d40d5e5..f38236ce3a49 100644
--- a/l10n_it_fiscal_document_type/tests/test_doc_type.py
+++ b/l10n_it_fiscal_document_type/tests/test_doc_type.py
@@ -1,5 +1,5 @@
# Copyright 2017 Lorenzo Battistini
-# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).
+# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
from odoo.tests.common import TransactionCase
diff --git a/l10n_it_fiscal_payment_term/README.rst b/l10n_it_fiscal_payment_term/README.rst
index 9e0edd0e110b..c5057df5bac9 100644
--- a/l10n_it_fiscal_payment_term/README.rst
+++ b/l10n_it_fiscal_payment_term/README.rst
@@ -10,9 +10,9 @@ Italian Localization - Termini fiscali di pagamento
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
:target: https://odoo-community.org/page/development-status
:alt: Beta
-.. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png
- :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
- :alt: License: LGPL-3
+.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
+ :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
+ :alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fl10n--italy-lightgray.png?logo=github
:target: https://github.com/OCA/l10n-italy/tree/12.0/l10n_it_fiscal_payment_term
:alt: OCA/l10n-italy
diff --git a/l10n_it_fiscal_payment_term/__manifest__.py b/l10n_it_fiscal_payment_term/__manifest__.py
index 15387b83417e..45191ce53e4b 100644
--- a/l10n_it_fiscal_payment_term/__manifest__.py
+++ b/l10n_it_fiscal_payment_term/__manifest__.py
@@ -1,7 +1,7 @@
# Copyright 2014 Davide Corio
# Copyright 2015-2016 Lorenzo Battistini - Agile Business Group
# Copyright 2019 Sergio Zanchetta (Associazione PNLUG - Gruppo Odoo)
-# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
+# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
'name': 'Italian Localization - Termini fiscali di pagamento',
@@ -11,7 +11,7 @@
'author': 'Davide Corio, Agile Business Group, Innoviu, '
'Odoo Italia Network, Odoo Community Association (OCA)',
'website': 'https://github.com/OCA/l10n-italy',
- 'license': 'LGPL-3',
+ 'license': 'AGPL-3',
'depends': [
'account',
],
diff --git a/l10n_it_fiscal_payment_term/models/__init__.py b/l10n_it_fiscal_payment_term/models/__init__.py
index 1c0c26debe3b..98cbe3eed94f 100644
--- a/l10n_it_fiscal_payment_term/models/__init__.py
+++ b/l10n_it_fiscal_payment_term/models/__init__.py
@@ -1,4 +1,4 @@
# Copyright 2014 Davide Corio
-# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
+# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from . import account
diff --git a/l10n_it_fiscal_payment_term/models/account.py b/l10n_it_fiscal_payment_term/models/account.py
index cf8a08b1486b..a4003cd293f7 100644
--- a/l10n_it_fiscal_payment_term/models/account.py
+++ b/l10n_it_fiscal_payment_term/models/account.py
@@ -1,5 +1,5 @@
# Copyright 2014 Davide Corio
-# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
+# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from odoo import fields, models
diff --git a/l10n_it_fiscal_payment_term/static/description/index.html b/l10n_it_fiscal_payment_term/static/description/index.html
index 6514e84009d2..b2d607c3d524 100644
--- a/l10n_it_fiscal_payment_term/static/description/index.html
+++ b/l10n_it_fiscal_payment_term/static/description/index.html
@@ -367,7 +367,7 @@ Italian Localization - Termini fiscali di pagamento
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
-
+
Italiano
Modulo propedeutico alla gestione delle fatture elettroniche.
English
diff --git a/l10n_it_invoices_data_communication/README.rst b/l10n_it_invoices_data_communication/README.rst
index 0f8452a51be2..6267c55dadf7 100644
--- a/l10n_it_invoices_data_communication/README.rst
+++ b/l10n_it_invoices_data_communication/README.rst
@@ -10,9 +10,9 @@ ITA - Comunicazione dati fatture
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
:target: https://odoo-community.org/page/development-status
:alt: Beta
-.. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png
- :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
- :alt: License: LGPL-3
+.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
+ :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
+ :alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fl10n--italy-lightgray.png?logo=github
:target: https://github.com/OCA/l10n-italy/tree/12.0/l10n_it_invoices_data_communication
:alt: OCA/l10n-italy
diff --git a/l10n_it_invoices_data_communication/__manifest__.py b/l10n_it_invoices_data_communication/__manifest__.py
index f6f0c95f8a18..96a6006eb31c 100644
--- a/l10n_it_invoices_data_communication/__manifest__.py
+++ b/l10n_it_invoices_data_communication/__manifest__.py
@@ -1,7 +1,7 @@
# Copyright 2017 Alessandro Camilli - Openforce
# Copyright 2017-2019 Lorenzo Battistini
# Copyright 2019 Glauco Prina - Linkit
-# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).
+# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
'name': 'ITA - Comunicazione dati fatture',
@@ -12,7 +12,7 @@
'author': "Openforce di Camilli Alessandro, "
"Odoo Community Association (OCA)",
'website': 'https://github.com/OCA/l10n-italy/',
- 'license': 'LGPL-3',
+ 'license': 'AGPL-3',
'depends': [
'account', 'l10n_it_fiscal_document_type', 'l10n_it_codici_carica',
'l10n_it_fiscalcode', 'l10n_it_esigibilita_iva',
diff --git a/l10n_it_invoices_data_communication/static/description/index.html b/l10n_it_invoices_data_communication/static/description/index.html
index 875aa3bf4174..c238ee82b510 100644
--- a/l10n_it_invoices_data_communication/static/description/index.html
+++ b/l10n_it_invoices_data_communication/static/description/index.html
@@ -367,7 +367,7 @@ ITA - Comunicazione dati fatture
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
-
+
Italiano
Gestione comunicazione dati fatture ed esportazione file XML conforme alle specifiche dell’Agenzia delle Entrate.
Riferimento: https://bit.ly/2N2Rhv8
diff --git a/l10n_it_invoices_data_communication_fatturapa/README.rst b/l10n_it_invoices_data_communication_fatturapa/README.rst
index 778dfc02a2b6..b19e0ef9e760 100644
--- a/l10n_it_invoices_data_communication_fatturapa/README.rst
+++ b/l10n_it_invoices_data_communication_fatturapa/README.rst
@@ -10,9 +10,9 @@ ITA - Comunicazione dati fatture - Integrazione e-fattura
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
:target: https://odoo-community.org/page/development-status
:alt: Beta
-.. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png
- :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
- :alt: License: LGPL-3
+.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
+ :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
+ :alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fl10n--italy-lightgray.png?logo=github
:target: https://github.com/OCA/l10n-italy/tree/12.0/l10n_it_invoices_data_communication_fatturapa
:alt: OCA/l10n-italy
diff --git a/l10n_it_invoices_data_communication_fatturapa/__manifest__.py b/l10n_it_invoices_data_communication_fatturapa/__manifest__.py
index 4d9e2bf30565..b40b57266fad 100644
--- a/l10n_it_invoices_data_communication_fatturapa/__manifest__.py
+++ b/l10n_it_invoices_data_communication_fatturapa/__manifest__.py
@@ -1,5 +1,5 @@
# Copyright 2019 Lorenzo Battistini
-# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).
+# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
'name': 'ITA - Comunicazione dati fatture - '
@@ -11,7 +11,7 @@
'author': "Agile Business Group, "
"Odoo Community Association (OCA)",
'website': 'https://github.com/OCA/l10n-italy/',
- 'license': 'LGPL-3',
+ 'license': 'AGPL-3',
'depends': [
'l10n_it_invoices_data_communication',
'l10n_it_fatturapa_in',
diff --git a/l10n_it_invoices_data_communication_fatturapa/static/description/index.html b/l10n_it_invoices_data_communication_fatturapa/static/description/index.html
index ebad878e3ea8..d847e8662e33 100644
--- a/l10n_it_invoices_data_communication_fatturapa/static/description/index.html
+++ b/l10n_it_invoices_data_communication_fatturapa/static/description/index.html
@@ -367,7 +367,7 @@ ITA - Comunicazione dati fatture - Integrazione e-fattura
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
-
+
Italiano
Modulo di collegamento tra l10n_it_invoices_data_communication ed i moduli di fatturazione elettronica.
Permette di evitare di inserire nella comunicazione dati fatture (esterometro) le fatture elettroniche.
diff --git a/l10n_it_reverse_charge/README.rst b/l10n_it_reverse_charge/README.rst
index 36a9107edf94..894cfdeba8bb 100644
--- a/l10n_it_reverse_charge/README.rst
+++ b/l10n_it_reverse_charge/README.rst
@@ -10,9 +10,9 @@ ITA - Inversione contabile
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
:target: https://odoo-community.org/page/development-status
:alt: Beta
-.. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png
- :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
- :alt: License: LGPL-3
+.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
+ :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
+ :alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fl10n--italy-lightgray.png?logo=github
:target: https://github.com/OCA/l10n-italy/tree/12.0/l10n_it_reverse_charge
:alt: OCA/l10n-italy
diff --git a/l10n_it_reverse_charge/__init__.py b/l10n_it_reverse_charge/__init__.py
index f0e81ea288d5..38d1a13b7247 100644
--- a/l10n_it_reverse_charge/__init__.py
+++ b/l10n_it_reverse_charge/__init__.py
@@ -2,6 +2,6 @@
# Copyright 2017 Alex Comba - Agile Business Group
# Copyright 2017 Lorenzo Battistini - Agile Business Group
# Copyright 2017 Marco Calcagni - Dinamiche Aziendali srl
-# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
+# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from . import models
diff --git a/l10n_it_reverse_charge/__manifest__.py b/l10n_it_reverse_charge/__manifest__.py
index 36c704bb22ce..31aceae50f42 100644
--- a/l10n_it_reverse_charge/__manifest__.py
+++ b/l10n_it_reverse_charge/__manifest__.py
@@ -2,7 +2,7 @@
# Copyright 2017 Alex Comba - Agile Business Group
# Copyright 2017 Lorenzo Battistini - Agile Business Group
# Copyright 2017 Marco Calcagni - Dinamiche Aziendali srl
-# License LGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
+# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
'name': 'ITA - Inversione contabile',
@@ -10,7 +10,7 @@
'category': 'Localization/Italy',
'summary': 'Inversione contabile',
'author': 'Odoo Italia Network, Odoo Community Association (OCA)',
- 'license': 'LGPL-3',
+ 'license': 'AGPL-3',
'website': 'https://github.com/OCA/l10n-italy/tree/'
'12.0/l10n_it_reverse_charge',
'depends': [
diff --git a/l10n_it_reverse_charge/models/__init__.py b/l10n_it_reverse_charge/models/__init__.py
index 2e574604a3ba..ee3b147c0486 100644
--- a/l10n_it_reverse_charge/models/__init__.py
+++ b/l10n_it_reverse_charge/models/__init__.py
@@ -2,7 +2,7 @@
# Copyright 2017 Alex Comba - Agile Business Group
# Copyright 2017 Lorenzo Battistini - Agile Business Group
# Copyright 2017 Marco Calcagni - Dinamiche Aziendali srl
-# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
+# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from . import account_fiscal_position
from . import account_invoice
diff --git a/l10n_it_reverse_charge/models/account_fiscal_position.py b/l10n_it_reverse_charge/models/account_fiscal_position.py
index 0c26e6792c9f..556152f9204c 100644
--- a/l10n_it_reverse_charge/models/account_fiscal_position.py
+++ b/l10n_it_reverse_charge/models/account_fiscal_position.py
@@ -2,7 +2,7 @@
# Copyright 2017 Alex Comba - Agile Business Group
# Copyright 2017 Lorenzo Battistini - Agile Business Group
# Copyright 2017 Marco Calcagni - Dinamiche Aziendali srl
-# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
+# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from odoo import fields, models
diff --git a/l10n_it_reverse_charge/models/account_invoice.py b/l10n_it_reverse_charge/models/account_invoice.py
index a3a4310d5f2d..b80c586d8ded 100644
--- a/l10n_it_reverse_charge/models/account_invoice.py
+++ b/l10n_it_reverse_charge/models/account_invoice.py
@@ -2,7 +2,7 @@
# Copyright 2017 Alex Comba - Agile Business Group
# Copyright 2017 Lorenzo Battistini - Agile Business Group
# Copyright 2017 Marco Calcagni - Dinamiche Aziendali srl
-# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
+# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from odoo import api, fields, models
from odoo.exceptions import Warning as UserError
diff --git a/l10n_it_reverse_charge/models/account_rc_type.py b/l10n_it_reverse_charge/models/account_rc_type.py
index f30ff2c06995..827d34052a0f 100644
--- a/l10n_it_reverse_charge/models/account_rc_type.py
+++ b/l10n_it_reverse_charge/models/account_rc_type.py
@@ -2,7 +2,7 @@
# Copyright 2017 Alex Comba - Agile Business Group
# Copyright 2017 Lorenzo Battistini - Agile Business Group
# Copyright 2017 Marco Calcagni - Dinamiche Aziendali srl
-# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
+# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from odoo import fields, models, _, api
from odoo.exceptions import ValidationError
diff --git a/l10n_it_reverse_charge/static/description/index.html b/l10n_it_reverse_charge/static/description/index.html
index 6f9e1ed078bb..16ceff3f8d18 100644
--- a/l10n_it_reverse_charge/static/description/index.html
+++ b/l10n_it_reverse_charge/static/description/index.html
@@ -367,7 +367,7 @@ ITA - Inversione contabile
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
-
+
Italiano
Modulo per gestire l’inversione contabile (reverse charge) nelle fatture fornitore.
Il modulo permette di automatizzare le registrazioni contabili derivate dalle fatture fornitori intra UE ed extra UE mediante l’inversione contabile IVA.
diff --git a/l10n_it_reverse_charge/views/account_fiscal_position_view.xml b/l10n_it_reverse_charge/views/account_fiscal_position_view.xml
index c91dd860f798..debbaeb5906d 100644
--- a/l10n_it_reverse_charge/views/account_fiscal_position_view.xml
+++ b/l10n_it_reverse_charge/views/account_fiscal_position_view.xml
@@ -3,7 +3,7 @@
Copyright 2017 Alex Comba - Agile Business Group
Copyright 2017 Lorenzo Battistini - Agile Business Group
Copyright 2017 Marco Calcagni - Dinamiche Aziendali srl
- License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html). -->
+ License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). -->
diff --git a/l10n_it_reverse_charge/views/account_invoice_view.xml b/l10n_it_reverse_charge/views/account_invoice_view.xml
index 7926d9ca12e4..0944dc8a2807 100644
--- a/l10n_it_reverse_charge/views/account_invoice_view.xml
+++ b/l10n_it_reverse_charge/views/account_invoice_view.xml
@@ -3,7 +3,7 @@
Copyright 2017 Alex Comba - Agile Business Group
Copyright 2017 Lorenzo Battistini - Agile Business Group
Copyright 2017 Marco Calcagni - Dinamiche Aziendali srl
- License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html). -->
+ License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). -->
diff --git a/l10n_it_reverse_charge/views/account_rc_type_view.xml b/l10n_it_reverse_charge/views/account_rc_type_view.xml
index a91a3b1ac366..13d0f41312ac 100644
--- a/l10n_it_reverse_charge/views/account_rc_type_view.xml
+++ b/l10n_it_reverse_charge/views/account_rc_type_view.xml
@@ -3,7 +3,7 @@
Copyright 2017 Alex Comba - Agile Business Group
Copyright 2017 Lorenzo Battistini - Agile Business Group
Copyright 2017 Marco Calcagni - Dinamiche Aziendali srl
- License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html). -->
+ License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). -->
diff --git a/l10n_it_vat_statement_communication/README.rst b/l10n_it_vat_statement_communication/README.rst
index d4ae7c98c503..4bf2f91e0215 100644
--- a/l10n_it_vat_statement_communication/README.rst
+++ b/l10n_it_vat_statement_communication/README.rst
@@ -10,9 +10,9 @@ ITA - Comunicazione liquidazione IVA
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
:target: https://odoo-community.org/page/development-status
:alt: Beta
-.. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png
- :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
- :alt: License: LGPL-3
+.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
+ :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
+ :alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fl10n--italy-lightgray.png?logo=github
:target: https://github.com/OCA/l10n-italy/tree/12.0/l10n_it_vat_statement_communication
:alt: OCA/l10n-italy
diff --git a/l10n_it_vat_statement_communication/__manifest__.py b/l10n_it_vat_statement_communication/__manifest__.py
index e5326a84e20e..109188ddef7d 100644
--- a/l10n_it_vat_statement_communication/__manifest__.py
+++ b/l10n_it_vat_statement_communication/__manifest__.py
@@ -1,6 +1,6 @@
# Copyright 2017 Alessandro Camilli - Openforce
# Copyright 2017-2019 Lorenzo Battistini
-# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).
+# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
'name': 'ITA - Comunicazione liquidazione IVA',
'summary': 'Comunicazione liquidazione IVA ed esportazione file xml'
@@ -10,7 +10,7 @@
'author': "Openforce di Camilli Alessandro, "
"Odoo Community Association (OCA)",
'website': 'https://github.com/OCA/l10n-italy',
- 'license': 'LGPL-3',
+ 'license': 'AGPL-3',
'depends': [
'account_vat_period_end_statement',
'l10n_it_codici_carica', 'l10n_it_fiscalcode'
diff --git a/l10n_it_vat_statement_communication/static/description/index.html b/l10n_it_vat_statement_communication/static/description/index.html
index e755127dba65..625dffc80dc2 100644
--- a/l10n_it_vat_statement_communication/static/description/index.html
+++ b/l10n_it_vat_statement_communication/static/description/index.html
@@ -367,7 +367,7 @@ ITA - Comunicazione liquidazione IVA
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
-
+
Comunicazione liquidazione IVA ed export file XML, conforme alle specifiche dell’’Agenzia delle Entrate.
I dati possono essere caricati da liquidazioni IVA effettuate in odoo tramite account_vat_period_end_statement
Table of contents
diff --git a/l10n_it_website_sale_fiscalcode/README.rst b/l10n_it_website_sale_fiscalcode/README.rst
index 3daa4aa2d087..aaf304fff2cb 100644
--- a/l10n_it_website_sale_fiscalcode/README.rst
+++ b/l10n_it_website_sale_fiscalcode/README.rst
@@ -10,9 +10,9 @@ Website Sale FiscalCode
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
:target: https://odoo-community.org/page/development-status
:alt: Beta
-.. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png
- :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
- :alt: License: LGPL-3
+.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
+ :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
+ :alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fl10n--italy-lightgray.png?logo=github
:target: https://github.com/OCA/l10n-italy/tree/12.0/l10n_it_website_sale_fiscalcode
:alt: OCA/l10n-italy
diff --git a/l10n_it_website_sale_fiscalcode/__init__.py b/l10n_it_website_sale_fiscalcode/__init__.py
index dfe12c94b17d..8d06052ebb15 100644
--- a/l10n_it_website_sale_fiscalcode/__init__.py
+++ b/l10n_it_website_sale_fiscalcode/__init__.py
@@ -1,4 +1,4 @@
# Copyright 2017 Nicola Malcontenti - Agile Business Group
-# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
+# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from . import controllers
diff --git a/l10n_it_website_sale_fiscalcode/__manifest__.py b/l10n_it_website_sale_fiscalcode/__manifest__.py
index d159bbb50062..dacd9c3975ee 100644
--- a/l10n_it_website_sale_fiscalcode/__manifest__.py
+++ b/l10n_it_website_sale_fiscalcode/__manifest__.py
@@ -8,7 +8,7 @@
'author': "Agile Business Group,"
"Odoo Community Association (OCA)",
'version': '12.0.1.1.1',
- 'license': 'LGPL-3',
+ 'license': 'AGPL-3',
'website': 'https://github.com/OCA/l10n-italy/tree/'
'12.0/l10n_it_website_sale_fiscalcode',
'depends': [
diff --git a/l10n_it_website_sale_fiscalcode/controllers/__init__.py b/l10n_it_website_sale_fiscalcode/controllers/__init__.py
index 8f221b45cfef..00b7e89404ac 100644
--- a/l10n_it_website_sale_fiscalcode/controllers/__init__.py
+++ b/l10n_it_website_sale_fiscalcode/controllers/__init__.py
@@ -1,4 +1,4 @@
# Copyright 2017 Nicola Malcontenti - Agile Business Group
-# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
+# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from . import main
diff --git a/l10n_it_website_sale_fiscalcode/controllers/main.py b/l10n_it_website_sale_fiscalcode/controllers/main.py
index e9a30a9fafdb..6234af2067e0 100644
--- a/l10n_it_website_sale_fiscalcode/controllers/main.py
+++ b/l10n_it_website_sale_fiscalcode/controllers/main.py
@@ -1,5 +1,5 @@
# Copyright 2017 Nicola Malcontenti - Agile Business Group
-# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
+# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from odoo.http import request
from odoo.addons.website_sale.controllers.main import WebsiteSale
diff --git a/l10n_it_website_sale_fiscalcode/static/description/index.html b/l10n_it_website_sale_fiscalcode/static/description/index.html
index 047b734275fa..668b832d128e 100644
--- a/l10n_it_website_sale_fiscalcode/static/description/index.html
+++ b/l10n_it_website_sale_fiscalcode/static/description/index.html
@@ -367,7 +367,7 @@ Website Sale FiscalCode
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
-
+
Italiano
Questo modulo aggiunge il codice fiscale nel form del checkout.
English
diff --git a/l10n_it_website_sale_fiscalcode/views/templates.xml b/l10n_it_website_sale_fiscalcode/views/templates.xml
index d9d199ec7ffc..887713b3a442 100644
--- a/l10n_it_website_sale_fiscalcode/views/templates.xml
+++ b/l10n_it_website_sale_fiscalcode/views/templates.xml
@@ -1,7 +1,7 @@
+ License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -->
diff --git a/l10n_it_withholding_tax_causali/README.rst b/l10n_it_withholding_tax_causali/README.rst
index 7113a704ce43..c155ec3a5b4e 100644
--- a/l10n_it_withholding_tax_causali/README.rst
+++ b/l10n_it_withholding_tax_causali/README.rst
@@ -10,9 +10,9 @@ Causali pagamento per ritenute d'acconto
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
:target: https://odoo-community.org/page/development-status
:alt: Beta
-.. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png
- :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
- :alt: License: LGPL-3
+.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
+ :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
+ :alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fl10n--italy-lightgray.png?logo=github
:target: https://github.com/OCA/l10n-italy/tree/12.0/l10n_it_withholding_tax_causali
:alt: OCA/l10n-italy
diff --git a/l10n_it_withholding_tax_causali/__manifest__.py b/l10n_it_withholding_tax_causali/__manifest__.py
index 5b888df7b799..0254193c1539 100644
--- a/l10n_it_withholding_tax_causali/__manifest__.py
+++ b/l10n_it_withholding_tax_causali/__manifest__.py
@@ -1,5 +1,5 @@
# Copyright 2018 Lorenzo Battistini - Agile Business Group
-# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).
+# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "Causali pagamento per ritenute d'acconto",
"version": "12.0.1.1.0",
@@ -7,7 +7,7 @@
"category": "Hidden",
"website": "https://github.com/OCA/l10n-italy",
"author": "Agile Business Group, Odoo Community Association (OCA)",
- "license": "LGPL-3",
+ "license": "AGPL-3",
"application": False,
"installable": True,
"depends": [
diff --git a/l10n_it_withholding_tax_causali/static/description/index.html b/l10n_it_withholding_tax_causali/static/description/index.html
index 31476d49281b..0b875094a30d 100644
--- a/l10n_it_withholding_tax_causali/static/description/index.html
+++ b/l10n_it_withholding_tax_causali/static/description/index.html
@@ -367,7 +367,7 @@ Causali pagamento per ritenute d’acconto
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
-
+
Bridge module between l10n_it_withholding_tax and l10n_it_causali_pagamento
Table of contents