base_jsonify: re-license to LGPL
parent
82fe37db00
commit
6af336e000
|
@ -1,7 +1,7 @@
|
||||||
# Copyright 2017-2018 Akretion (http://www.akretion.com)
|
# Copyright 2017-2018 Akretion (http://www.akretion.com)
|
||||||
# Sébastien BEAU <sebastien.beau@akretion.com>
|
# Sébastien BEAU <sebastien.beau@akretion.com>
|
||||||
# Raphaël Reverdy <raphael.reverdy@akretion.com>
|
# Raphaël Reverdy <raphael.reverdy@akretion.com>
|
||||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
|
||||||
|
|
||||||
{
|
{
|
||||||
"name": "Base Jsonify",
|
"name": "Base Jsonify",
|
||||||
|
@ -10,7 +10,7 @@
|
||||||
"category": "Uncategorized",
|
"category": "Uncategorized",
|
||||||
"website": "https://github.com/OCA/server-tools",
|
"website": "https://github.com/OCA/server-tools",
|
||||||
"author": "Akretion, Odoo Community Association (OCA)",
|
"author": "Akretion, Odoo Community Association (OCA)",
|
||||||
"license": "AGPL-3",
|
"license": "LGPL-3",
|
||||||
"installable": True,
|
"installable": True,
|
||||||
"depends": ["base"],
|
"depends": ["base"],
|
||||||
"data": [
|
"data": [
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# © 2017 Akretion (http://www.akretion.com)
|
# © 2017 Akretion (http://www.akretion.com)
|
||||||
# Sébastien BEAU <sebastien.beau@akretion.com>
|
# Sébastien BEAU <sebastien.beau@akretion.com>
|
||||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
|
||||||
|
|
||||||
from collections import OrderedDict
|
from collections import OrderedDict
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# Copyright 2017 ACSONE SA/NV
|
# Copyright 2017 ACSONE SA/NV
|
||||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
|
||||||
|
|
||||||
from odoo import _, api, fields, models
|
from odoo import _, api, fields, models
|
||||||
from odoo.exceptions import ValidationError
|
from odoo.exceptions import ValidationError
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# Copyright 2020 ACSONE SA/NV
|
# Copyright 2020 ACSONE SA/NV
|
||||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
|
||||||
|
|
||||||
from odoo import fields, models
|
from odoo import fields, models
|
||||||
from odoo.tools.safe_eval import safe_eval
|
from odoo.tools.safe_eval import safe_eval
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
# Raphaël Reverdy <raphael.reverdy@akretion.com>
|
# Raphaël Reverdy <raphael.reverdy@akretion.com>
|
||||||
# Copyright 2020 Camptocamp SA (http://www.camptocamp.com)
|
# Copyright 2020 Camptocamp SA (http://www.camptocamp.com)
|
||||||
# Simone Orsi <simahawk@gmail.com>
|
# Simone Orsi <simahawk@gmail.com>
|
||||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
|
||||||
|
|
||||||
import logging
|
import logging
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# Copyright 2017 ACSONE SA/NV
|
# Copyright 2017 ACSONE SA/NV
|
||||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
|
||||||
|
|
||||||
import mock
|
import mock
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# Copyright 2017 ACSONE SA/NV
|
# Copyright 2017 ACSONE SA/NV
|
||||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
|
||||||
|
|
||||||
from odoo.exceptions import ValidationError
|
from odoo.exceptions import ValidationError
|
||||||
from odoo.tests.common import SavepointCase
|
from odoo.tests.common import SavepointCase
|
||||||
|
|
Loading…
Reference in New Issue