Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[16.0] base_unece + account_tax_unece: AGPL -> LGPL #172

Merged
merged 1 commit into from
Oct 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions account_tax_unece/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).

from . import models
4 changes: 2 additions & 2 deletions account_tax_unece/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Copyright 2016-2020 Akretion France (http://www.akretion.com)
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).
# @author Alexis de Lattre <[email protected]>

{
"name": "Account Tax UNECE",
"version": "16.0.1.2.0",
"category": "Accounting & Finance",
"license": "AGPL-3",
"license": "LGPL-3",
"development_status": "Production/Stable",
"summary": "UNECE nomenclature for taxes",
"author": "Akretion,Odoo Community Association (OCA)",
Expand Down
2 changes: 0 additions & 2 deletions account_tax_unece/models/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).

from . import unece_code_list
from . import account_tax
from . import account_tax_template
Expand Down
2 changes: 1 addition & 1 deletion account_tax_unece/models/account_tax.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright 2016-2020 Akretion France (http://www.akretion.com)
# @author: Alexis de Lattre <[email protected]>
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).

from odoo import api, fields, models

Expand Down
2 changes: 1 addition & 1 deletion account_tax_unece/models/account_tax_template.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright 2017-2020 Onestein (<https://www.onestein.eu>)
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).

from odoo import fields, models

Expand Down
2 changes: 1 addition & 1 deletion account_tax_unece/models/res_company.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright 2020 Akretion France (http://www.akretion.com)
# @author: Alexis de Lattre <[email protected]>
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).

from odoo import models
from odoo.tools import html2plaintext, is_html_empty
Expand Down
2 changes: 1 addition & 1 deletion account_tax_unece/models/unece_code_list.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright 2016-2020 Akretion France (http://www.akretion.com)
# @author: Alexis de Lattre <[email protected]>
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).

from odoo import fields, models

Expand Down
2 changes: 0 additions & 2 deletions account_tax_unece/tests/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).

from . import test_tax_unece
2 changes: 1 addition & 1 deletion account_tax_unece/tests/test_tax_unece.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright 2017-2020 Akretion (Alexis de Lattre <[email protected]>)
# Copyright 2019-2020 Onestein (<https://www.onestein.eu>)
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).

from odoo.tests.common import HttpCase

Expand Down
2 changes: 1 addition & 1 deletion account_tax_unece/views/account_tax.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--
Copyright 2016-2020 Akretion (http://www.akretion.com/)
@author Alexis de Lattre <[email protected]>
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
-->
<odoo>
<record id="view_tax_form" model="ir.ui.view">
Expand Down
2 changes: 1 addition & 1 deletion account_tax_unece/views/account_tax_template.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<!-- Copyright 2017-2020 Onestein (<http://www.onestein.eu>)
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -->
License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). -->
<odoo>
<record id="view_tax_template_form" model="ir.ui.view">
<field name="model">account.tax.template</field>
Expand Down
2 changes: 0 additions & 2 deletions base_unece/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).

from . import models
4 changes: 2 additions & 2 deletions base_unece/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Copyright 2016-2021 Akretion France (http://www.akretion.com)
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).
# @author Alexis de Lattre <[email protected]>

{
"name": "Base UNECE",
"version": "16.0.1.0.0",
"category": "Tools",
"license": "AGPL-3",
"license": "LGPL-3",
"development_status": "Production/Stable",
"summary": "Base module for UNECE code lists",
"author": "Akretion,Odoo Community Association (OCA)",
Expand Down
2 changes: 0 additions & 2 deletions base_unece/models/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).

from . import unece_code_list
2 changes: 1 addition & 1 deletion base_unece/models/unece_code_list.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright 2016-2021 Akretion France (http://www.akretion.com)
# @author: Alexis de Lattre <[email protected]>
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).

from odoo import api, fields, models

Expand Down
2 changes: 1 addition & 1 deletion base_unece/views/unece_code_list.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--
Copyright 2016-2021 Akretion France (http://www.akretion.com/)
@author Alexis de Lattre <[email protected]>
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
-->
<odoo>
<record id="unece_code_list_form" model="ir.ui.view">
Expand Down
Loading