diff --git a/rma_account_unreconciled/__manifest__.py b/rma_account_unreconciled/__manifest__.py index b3202a48..c64901a4 100644 --- a/rma_account_unreconciled/__manifest__.py +++ b/rma_account_unreconciled/__manifest__.py @@ -1,10 +1,10 @@ # Copyright 2022 ForgeFlow S.L. -# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html) +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html) { "name": "RMA Account Unreconcile", "version": "14.0.1.0.0", - "license": "LGPL-3", + "license": "AGPL-3", "category": "RMA", "summary": "Integrates RMA with Invoice Processing", "author": "ForgeFlow", diff --git a/rma_account_unreconciled/models/rma_line.py b/rma_account_unreconciled/models/rma_line.py index f8865366..3e37d23f 100644 --- a/rma_account_unreconciled/models/rma_line.py +++ b/rma_account_unreconciled/models/rma_line.py @@ -1,5 +1,5 @@ # Copyright 2022 ForgeFlow S.L. -# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html) +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html) from odoo import _, api, fields, models from odoo.osv import expression diff --git a/rma_account_unreconciled/tests/test_rma_account_unreconciled.py b/rma_account_unreconciled/tests/test_rma_account_unreconciled.py index 82427a76..c82111ad 100644 --- a/rma_account_unreconciled/tests/test_rma_account_unreconciled.py +++ b/rma_account_unreconciled/tests/test_rma_account_unreconciled.py @@ -1,5 +1,5 @@ # Copyright 2022 ForgeFlow S.L. -# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html) +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html) from odoo.addons.rma.tests.test_rma import TestRma