Skip to content

Commit

Permalink
FIX license compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
eLBati committed Sep 10, 2020
1 parent 06db174 commit 4ac9f4e
Show file tree
Hide file tree
Showing 61 changed files with 30 additions and 74 deletions.
2 changes: 1 addition & 1 deletion l10n_it_account_balance_report/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
'maintainers': ["SilvioGregorini"],
'website': "https://github.com/OCA/l10n-italy/tree/12.0"
"/l10n_it_account_balance_report",
'license': "LGPL-3",
'license': "AGPL-3",
'depends': [
'account_financial_report',
'account_type_menu',
Expand Down
2 changes: 1 addition & 1 deletion l10n_it_account_tax_kind/__init__.py
Original file line number Diff line number Diff line change
@@ -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 model
4 changes: 2 additions & 2 deletions l10n_it_account_tax_kind/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# @author Francesco Apruzzese <[email protected]>
# Copyright 2017 Alex Comba - Agile Business Group
# Copyright 2018 Lorenzo Battistini <https://github.com/eLBati>
# 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': 'Italian Localisation - Natura delle aliquote IVA',
Expand All @@ -11,7 +11,7 @@
'category': 'Localisation/Italy',
'author': "Odoo Community Association (OCA), Apulia Software s.r.l",
'website': 'https://github.com/OCA/l10n-italy',
'license': 'LGPL-3',
'license': 'AGPL-3',
'depends': [
'l10n_it_account',
],
Expand Down
1 change: 0 additions & 1 deletion l10n_it_account_tax_kind/model/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).

from . import account_tax
from . import account_tax_kind
2 changes: 1 addition & 1 deletion l10n_it_account_tax_kind/model/account_tax.py
Original file line number Diff line number Diff line change
@@ -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 import models, fields

Expand Down
1 change: 0 additions & 1 deletion l10n_it_account_tax_kind/model/account_tax_kind.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).

from odoo import api, models, fields

Expand Down
1 change: 0 additions & 1 deletion l10n_it_account_tax_kind/tests/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
from . import test_account_tax_kind
1 change: 0 additions & 1 deletion l10n_it_causali_pagamento/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).

from . import models
4 changes: 2 additions & 2 deletions l10n_it_causali_pagamento/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright 2018 Lorenzo Battistini - 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).

{
'name': 'Italian Localization - Causali pagamento',
Expand All @@ -12,7 +12,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_account',
],
Expand Down
1 change: 0 additions & 1 deletion l10n_it_causali_pagamento/models/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).

from . import causale_pagamento
1 change: 0 additions & 1 deletion l10n_it_causali_pagamento/models/causale_pagamento.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).

from odoo import models, fields, api, _
from odoo.exceptions import ValidationError
Expand Down
1 change: 0 additions & 1 deletion l10n_it_causali_pagamento/tests/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).

from . import test_causali
1 change: 0 additions & 1 deletion l10n_it_causali_pagamento/tests/test_causali.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).

from odoo.tests.common import TransactionCase
from odoo.exceptions import ValidationError
Expand Down
2 changes: 1 addition & 1 deletion l10n_it_central_journal/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright 2018 Gianmarco Conte ([email protected])
# 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',
Expand Down
1 change: 0 additions & 1 deletion l10n_it_fatturapa/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Copyright 2014 Davide Corio <[email protected]>
# Copyright 2015-2016 Lorenzo Battistini - Agile Business Group
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).

from . import models
from . import bindings
Expand Down
4 changes: 2 additions & 2 deletions l10n_it_fatturapa/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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',
Expand Down
1 change: 0 additions & 1 deletion l10n_it_fatturapa/models/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Copyright 2014 Davide Corio <[email protected]>
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).

from . import account
from . import company
Expand Down
1 change: 0 additions & 1 deletion l10n_it_fatturapa/models/account.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Copyright 2014 Davide Corio <[email protected]>
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).

from odoo import fields, models, api
import odoo.addons.decimal_precision as dp
Expand Down
1 change: 0 additions & 1 deletion l10n_it_fatturapa/models/company.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Copyright 2014 Davide Corio <[email protected]>
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).

from odoo import fields, models, api

Expand Down
1 change: 0 additions & 1 deletion l10n_it_fatturapa/models/partner.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Copyright 2014 Davide Corio <[email protected]>
# Copyright 2019 Sergio Zanchetta <https://github.com/primes2h>
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).

from odoo import fields, models, api, _
from odoo.exceptions import ValidationError
Expand Down
4 changes: 2 additions & 2 deletions l10n_it_fatturapa_in/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Copyright 2015 innoviu Srl <http://www.innoviu.com>
# 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',
Expand All @@ -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',
Expand Down
1 change: 0 additions & 1 deletion l10n_it_fatturapa_in_purchase/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).

from . import models
4 changes: 2 additions & 2 deletions l10n_it_fatturapa_in_purchase/__manifest__.py
Original file line number Diff line number Diff line change
@@ -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).


{
Expand All @@ -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',
Expand Down
1 change: 0 additions & 1 deletion l10n_it_fatturapa_in_purchase/models/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).

from . import purchase_order
1 change: 0 additions & 1 deletion l10n_it_fatturapa_in_purchase/models/purchase_order.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# 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).

from odoo import models, fields, api
from odoo.tools import float_compare
Expand Down
3 changes: 1 addition & 2 deletions l10n_it_fatturapa_in_purchase/views/invoice_view.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2018 Lorenzo Battistini
Copyright 2018 Sergio Zanchetta (Associazione PNLUG - Gruppo Odoo)
License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). -->
Copyright 2018 Sergio Zanchetta (Associazione PNLUG - Gruppo Odoo) -->
<odoo>

<record id="view_invoice_line_form_fatturapa_po_line" model="ir.ui.view">
Expand Down
1 change: 0 additions & 1 deletion l10n_it_fatturapa_out/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Copyright 2014 Davide Corio
# Copyright 2015-2016 Lorenzo Battistini - Agile Business Group
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).

from . import wizard
from . import models
4 changes: 2 additions & 2 deletions l10n_it_fatturapa_out/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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',
Expand Down
1 change: 0 additions & 1 deletion l10n_it_fatturapa_out/models/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Copyright 2014 Davide Corio
# Copyright 2015-2016 Lorenzo Battistini - Agile Business Group
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).

from . import attachment
from . import account
1 change: 0 additions & 1 deletion l10n_it_fatturapa_out/models/account.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Copyright 2014 Davide Corio
# Copyright 2016 Lorenzo Battistini - Agile Business Group
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).


from odoo import fields, models, api
Expand Down
1 change: 0 additions & 1 deletion l10n_it_fatturapa_out/models/attachment.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Copyright 2014 Davide Corio
# Copyright 2016-2018 Lorenzo Battistini - Agile Business Group
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).

from odoo import fields, models, api, _
from odoo.exceptions import UserError
Expand Down
1 change: 0 additions & 1 deletion l10n_it_fatturapa_out/tests/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Copyright 2014 Davide Corio
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).

from . import fatturapa_common
from . import test_fatturapa_xml_validation
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# 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).

import base64
import re
Expand Down
1 change: 0 additions & 1 deletion l10n_it_fatturapa_out/wizard/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Copyright 2014 Davide Corio
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).

import logging

Expand Down
1 change: 0 additions & 1 deletion l10n_it_fatturapa_out_ddt/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).

from . import wizard
4 changes: 2 additions & 2 deletions l10n_it_fatturapa_out_ddt/__manifest__.py
Original file line number Diff line number Diff line change
@@ -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',
Expand All @@ -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,
Expand Down
1 change: 0 additions & 1 deletion l10n_it_fatturapa_out_ddt/tests/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).

from . import test_fatturapa_ddt
1 change: 0 additions & 1 deletion l10n_it_fatturapa_out_ddt/tests/test_fatturapa_ddt.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).
import codecs
from odoo.addons.l10n_it_fatturapa_out.tests.fatturapa_common import (
FatturaPACommon)
Expand Down
1 change: 0 additions & 1 deletion l10n_it_fatturapa_out_ddt/wizard/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).

from . import wizard_export_fatturapa
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).

from odoo import models, fields, api, _
from odoo.exceptions import UserError
Expand Down
1 change: 0 additions & 1 deletion l10n_it_fatturapa_out_stamp/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).

from . import wizard
4 changes: 2 additions & 2 deletions l10n_it_fatturapa_out_stamp/__manifest__.py
Original file line number Diff line number Diff line change
@@ -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 "
Expand All @@ -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,
Expand Down
1 change: 0 additions & 1 deletion l10n_it_fatturapa_out_stamp/wizard/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).

from . import wizard_export_fatturapa
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# -*- coding: utf-8 -*-
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).

from odoo import models
from odoo.tools.translate import _
Expand Down
2 changes: 1 addition & 1 deletion l10n_it_fatturapa_out_wt/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
1 change: 0 additions & 1 deletion l10n_it_fatturapa_out_wt/tests/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).

from . import test_fatturapa_wt
1 change: 0 additions & 1 deletion l10n_it_fatturapa_out_wt/tests/test_fatturapa_wt.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).

import base64
from odoo.addons.l10n_it_fatturapa_out.tests.fatturapa_common import (
Expand Down
1 change: 0 additions & 1 deletion l10n_it_fatturapa_out_wt/wizard/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).

from . import wizard_export_fatturapa
1 change: 0 additions & 1 deletion l10n_it_fatturapa_out_wt/wizard/wizard_export_fatturapa.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).

from odoo import models
from odoo.tools.translate import _
Expand Down
1 change: 0 additions & 1 deletion l10n_it_fatturapa_pec/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).

from . import models
from . import wizard
4 changes: 2 additions & 2 deletions l10n_it_fatturapa_pec/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Copyright 2018-2019 Sergio Corato (https://efatto.it)
# Copyright 2018-2019 Lorenzo Battistini <https://github.com/eLBati>
# 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',
Expand All @@ -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',
Expand Down
Loading

0 comments on commit 4ac9f4e

Please sign in to comment.