make module AGPL

This commit is contained in:
Jordi Ballester
2022-05-12 17:40:23 +02:00
committed by AlexPForgeFlow
parent a8cbfe7117
commit cae4546d9b
3 changed files with 4 additions and 4 deletions

View File

@@ -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",

View File

@@ -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

View File

@@ -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