diff --git a/onlyoffice_odoo/__manifest__.py b/onlyoffice_odoo/__manifest__.py index 23373d2..a72e792 100644 --- a/onlyoffice_odoo/__manifest__.py +++ b/onlyoffice_odoo/__manifest__.py @@ -22,7 +22,7 @@ 'views/res_config_settings_views.xml', ], - 'license': 'AGPL-3', + 'license': 'LGPL-3', 'support': 'support@onlyoffice.com', 'images': [ "static/description/main_screenshot.png", "static/description/document.png", "static/description/sales_section.png", "static/description/discuss_section.png", "static/description/settings.png" ], diff --git a/onlyoffice_odoo/controllers/controllers.py b/onlyoffice_odoo/controllers/controllers.py index 1b57ab5..ab80985 100644 --- a/onlyoffice_odoo/controllers/controllers.py +++ b/onlyoffice_odoo/controllers/controllers.py @@ -3,33 +3,6 @@ # # (c) Copyright Ascensio System SIA 2023 # -# This program is a free software product. You can redistribute it and/or -# modify it under the terms of the GNU Affero General Public License (AGPL) -# version 3 as published by the Free Software Foundation. In accordance with -# Section 7(a) of the GNU AGPL its Section 15 shall be amended to the effect -# that Ascensio System SIA expressly excludes the warranty of non-infringement -# of any third-party rights. -# -# This program is distributed WITHOUT ANY WARRANTY; without even the implied -# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For -# details, see the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -# -# You can contact Ascensio System SIA at 20A-12 Ernesta Birznieka-Upisha -# street, Riga, Latvia, EU, LV-1050. -# -# The interactive user interfaces in modified source and object code versions -# of the Program must display Appropriate Legal Notices, as required under -# Section 5 of the GNU AGPL version 3. -# -# Pursuant to Section 7(b) of the License you must retain the original Product -# logo when distributing the program. Pursuant to Section 7(e) we decline to -# grant you any rights under trademark law for use of our trademarks. -# -# All the Product's GUI elements, including illustrations and icon sets, as -# well as technical writing content are licensed under the terms of the -# Creative Commons Attribution-ShareAlike 4.0 International. See the License -# terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode -# import json import logging diff --git a/onlyoffice_odoo/models/res_config_settings.py b/onlyoffice_odoo/models/res_config_settings.py index 70d07f5..ef8ec02 100644 --- a/onlyoffice_odoo/models/res_config_settings.py +++ b/onlyoffice_odoo/models/res_config_settings.py @@ -3,33 +3,6 @@ # # (c) Copyright Ascensio System SIA 2023 # -# This program is a free software product. You can redistribute it and/or -# modify it under the terms of the GNU Affero General Public License (AGPL) -# version 3 as published by the Free Software Foundation. In accordance with -# Section 7(a) of the GNU AGPL its Section 15 shall be amended to the effect -# that Ascensio System SIA expressly excludes the warranty of non-infringement -# of any third-party rights. -# -# This program is distributed WITHOUT ANY WARRANTY; without even the implied -# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For -# details, see the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -# -# You can contact Ascensio System SIA at 20A-12 Ernesta Birznieka-Upisha -# street, Riga, Latvia, EU, LV-1050. -# -# The interactive user interfaces in modified source and object code versions -# of the Program must display Appropriate Legal Notices, as required under -# Section 5 of the GNU AGPL version 3. -# -# Pursuant to Section 7(b) of the License you must retain the original Product -# logo when distributing the program. Pursuant to Section 7(e) we decline to -# grant you any rights under trademark law for use of our trademarks. -# -# All the Product's GUI elements, including illustrations and icon sets, as -# well as technical writing content are licensed under the terms of the -# Creative Commons Attribution-ShareAlike 4.0 International. See the License -# terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode -# from odoo import fields, models, _ diff --git a/onlyoffice_odoo/static/src/components/attachment_card_onlyoffice/attachment_card_onlyoffice.xml b/onlyoffice_odoo/static/src/components/attachment_card_onlyoffice/attachment_card_onlyoffice.xml index ede0cc6..ac48153 100644 --- a/onlyoffice_odoo/static/src/components/attachment_card_onlyoffice/attachment_card_onlyoffice.xml +++ b/onlyoffice_odoo/static/src/components/attachment_card_onlyoffice/attachment_card_onlyoffice.xml @@ -3,33 +3,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/onlyoffice_odoo/static/src/models/attachment_card_onlyoffice.js b/onlyoffice_odoo/static/src/models/attachment_card_onlyoffice.js index 408f5ad..fc3f849 100644 --- a/onlyoffice_odoo/static/src/models/attachment_card_onlyoffice.js +++ b/onlyoffice_odoo/static/src/models/attachment_card_onlyoffice.js @@ -4,33 +4,6 @@ * * (c) Copyright Ascensio System SIA 2023 * - * This program is a free software product. You can redistribute it and/or - * modify it under the terms of the GNU Affero General Public License (AGPL) - * version 3 as published by the Free Software Foundation. In accordance with - * Section 7(a) of the GNU AGPL its Section 15 shall be amended to the effect - * that Ascensio System SIA expressly excludes the warranty of non-infringement - * of any third-party rights. - * - * This program is distributed WITHOUT ANY WARRANTY; without even the implied - * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For - * details, see the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html - * - * You can contact Ascensio System SIA at 20A-12 Ernesta Birznieka-Upisha - * street, Riga, Latvia, EU, LV-1050. - * - * The interactive user interfaces in modified source and object code versions - * of the Program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU AGPL version 3. - * - * Pursuant to Section 7(b) of the License you must retain the original Product - * logo when distributing the program. Pursuant to Section 7(e) we decline to - * grant you any rights under trademark law for use of our trademarks. - * - * All the Product's GUI elements, including illustrations and icon sets, as - * well as technical writing content are licensed under the terms of the - * Creative Commons Attribution-ShareAlike 4.0 International. See the License - * terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode - * */ import { registerPatch } from '@mail/model/model_core'; diff --git a/onlyoffice_odoo/static/src/models/attachment_onlyoffice.js b/onlyoffice_odoo/static/src/models/attachment_onlyoffice.js index 722dc21..5bf7bd2 100644 --- a/onlyoffice_odoo/static/src/models/attachment_onlyoffice.js +++ b/onlyoffice_odoo/static/src/models/attachment_onlyoffice.js @@ -4,33 +4,6 @@ * * (c) Copyright Ascensio System SIA 2023 * - * This program is a free software product. You can redistribute it and/or - * modify it under the terms of the GNU Affero General Public License (AGPL) - * version 3 as published by the Free Software Foundation. In accordance with - * Section 7(a) of the GNU AGPL its Section 15 shall be amended to the effect - * that Ascensio System SIA expressly excludes the warranty of non-infringement - * of any third-party rights. - * - * This program is distributed WITHOUT ANY WARRANTY; without even the implied - * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For - * details, see the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html - * - * You can contact Ascensio System SIA at 20A-12 Ernesta Birznieka-Upisha - * street, Riga, Latvia, EU, LV-1050. - * - * The interactive user interfaces in modified source and object code versions - * of the Program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU AGPL version 3. - * - * Pursuant to Section 7(b) of the License you must retain the original Product - * logo when distributing the program. Pursuant to Section 7(e) we decline to - * grant you any rights under trademark law for use of our trademarks. - * - * All the Product's GUI elements, including illustrations and icon sets, as - * well as technical writing content are licensed under the terms of the - * Creative Commons Attribution-ShareAlike 4.0 International. See the License - * terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode - * */ import { registerPatch } from '@mail/model/model_core'; diff --git a/onlyoffice_odoo/utils/config_constants.py b/onlyoffice_odoo/utils/config_constants.py index 958669e..73d26b4 100644 --- a/onlyoffice_odoo/utils/config_constants.py +++ b/onlyoffice_odoo/utils/config_constants.py @@ -1,33 +1,6 @@ # # (c) Copyright Ascensio System SIA 2023 # -# This program is a free software product. You can redistribute it and/or -# modify it under the terms of the GNU Affero General Public License (AGPL) -# version 3 as published by the Free Software Foundation. In accordance with -# Section 7(a) of the GNU AGPL its Section 15 shall be amended to the effect -# that Ascensio System SIA expressly excludes the warranty of non-infringement -# of any third-party rights. -# -# This program is distributed WITHOUT ANY WARRANTY; without even the implied -# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For -# details, see the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -# -# You can contact Ascensio System SIA at 20A-12 Ernesta Birznieka-Upisha -# street, Riga, Latvia, EU, LV-1050. -# -# The interactive user interfaces in modified source and object code versions -# of the Program must display Appropriate Legal Notices, as required under -# Section 5 of the GNU AGPL version 3. -# -# Pursuant to Section 7(b) of the License you must retain the original Product -# logo when distributing the program. Pursuant to Section 7(e) we decline to -# grant you any rights under trademark law for use of our trademarks. -# -# All the Product's GUI elements, including illustrations and icon sets, as -# well as technical writing content are licensed under the terms of the -# Creative Commons Attribution-ShareAlike 4.0 International. See the License -# terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode -# DOC_SERVER_PUBLIC_URL = "onlyoffice_connector.doc_server_public_url" DOC_SERVER_JWT_SECRET = "onlyoffice_connector.doc_server_jwt_secret" diff --git a/onlyoffice_odoo/utils/config_utils.py b/onlyoffice_odoo/utils/config_utils.py index 33164b6..ef2e552 100644 --- a/onlyoffice_odoo/utils/config_utils.py +++ b/onlyoffice_odoo/utils/config_utils.py @@ -1,33 +1,6 @@ # # (c) Copyright Ascensio System SIA 2023 # -# This program is a free software product. You can redistribute it and/or -# modify it under the terms of the GNU Affero General Public License (AGPL) -# version 3 as published by the Free Software Foundation. In accordance with -# Section 7(a) of the GNU AGPL its Section 15 shall be amended to the effect -# that Ascensio System SIA expressly excludes the warranty of non-infringement -# of any third-party rights. -# -# This program is distributed WITHOUT ANY WARRANTY; without even the implied -# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For -# details, see the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -# -# You can contact Ascensio System SIA at 20A-12 Ernesta Birznieka-Upisha -# street, Riga, Latvia, EU, LV-1050. -# -# The interactive user interfaces in modified source and object code versions -# of the Program must display Appropriate Legal Notices, as required under -# Section 5 of the GNU AGPL version 3. -# -# Pursuant to Section 7(b) of the License you must retain the original Product -# logo when distributing the program. Pursuant to Section 7(e) we decline to -# grant you any rights under trademark law for use of our trademarks. -# -# All the Product's GUI elements, including illustrations and icon sets, as -# well as technical writing content are licensed under the terms of the -# Creative Commons Attribution-ShareAlike 4.0 International. See the License -# terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode -# import uuid diff --git a/onlyoffice_odoo/utils/file_utils.py b/onlyoffice_odoo/utils/file_utils.py index 846a763..00bf629 100644 --- a/onlyoffice_odoo/utils/file_utils.py +++ b/onlyoffice_odoo/utils/file_utils.py @@ -1,33 +1,6 @@ # # (c) Copyright Ascensio System SIA 2023 # -# This program is a free software product. You can redistribute it and/or -# modify it under the terms of the GNU Affero General Public License (AGPL) -# version 3 as published by the Free Software Foundation. In accordance with -# Section 7(a) of the GNU AGPL its Section 15 shall be amended to the effect -# that Ascensio System SIA expressly excludes the warranty of non-infringement -# of any third-party rights. -# -# This program is distributed WITHOUT ANY WARRANTY; without even the implied -# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For -# details, see the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -# -# You can contact Ascensio System SIA at 20A-12 Ernesta Birznieka-Upisha -# street, Riga, Latvia, EU, LV-1050. -# -# The interactive user interfaces in modified source and object code versions -# of the Program must display Appropriate Legal Notices, as required under -# Section 5 of the GNU AGPL version 3. -# -# Pursuant to Section 7(b) of the License you must retain the original Product -# logo when distributing the program. Pursuant to Section 7(e) we decline to -# grant you any rights under trademark law for use of our trademarks. -# -# All the Product's GUI elements, including illustrations and icon sets, as -# well as technical writing content are licensed under the terms of the -# Creative Commons Attribution-ShareAlike 4.0 International. See the License -# terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode -# import os diff --git a/onlyoffice_odoo/utils/format_utils.py b/onlyoffice_odoo/utils/format_utils.py index f5e7fbc..54d5cf0 100644 --- a/onlyoffice_odoo/utils/format_utils.py +++ b/onlyoffice_odoo/utils/format_utils.py @@ -1,33 +1,6 @@ # # (c) Copyright Ascensio System SIA 2023 # -# This program is a free software product. You can redistribute it and/or -# modify it under the terms of the GNU Affero General Public License (AGPL) -# version 3 as published by the Free Software Foundation. In accordance with -# Section 7(a) of the GNU AGPL its Section 15 shall be amended to the effect -# that Ascensio System SIA expressly excludes the warranty of non-infringement -# of any third-party rights. -# -# This program is distributed WITHOUT ANY WARRANTY; without even the implied -# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For -# details, see the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -# -# You can contact Ascensio System SIA at 20A-12 Ernesta Birznieka-Upisha -# street, Riga, Latvia, EU, LV-1050. -# -# The interactive user interfaces in modified source and object code versions -# of the Program must display Appropriate Legal Notices, as required under -# Section 5 of the GNU AGPL version 3. -# -# Pursuant to Section 7(b) of the License you must retain the original Product -# logo when distributing the program. Pursuant to Section 7(e) we decline to -# grant you any rights under trademark law for use of our trademarks. -# -# All the Product's GUI elements, including illustrations and icon sets, as -# well as technical writing content are licensed under the terms of the -# Creative Commons Attribution-ShareAlike 4.0 International. See the License -# terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode -# class Format: diff --git a/onlyoffice_odoo/utils/jwt_utils.py b/onlyoffice_odoo/utils/jwt_utils.py index 9b7100b..ee352cd 100644 --- a/onlyoffice_odoo/utils/jwt_utils.py +++ b/onlyoffice_odoo/utils/jwt_utils.py @@ -1,33 +1,6 @@ # # (c) Copyright Ascensio System SIA 2023 # -# This program is a free software product. You can redistribute it and/or -# modify it under the terms of the GNU Affero General Public License (AGPL) -# version 3 as published by the Free Software Foundation. In accordance with -# Section 7(a) of the GNU AGPL its Section 15 shall be amended to the effect -# that Ascensio System SIA expressly excludes the warranty of non-infringement -# of any third-party rights. -# -# This program is distributed WITHOUT ANY WARRANTY; without even the implied -# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For -# details, see the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -# -# You can contact Ascensio System SIA at 20A-12 Ernesta Birznieka-Upisha -# street, Riga, Latvia, EU, LV-1050. -# -# The interactive user interfaces in modified source and object code versions -# of the Program must display Appropriate Legal Notices, as required under -# Section 5 of the GNU AGPL version 3. -# -# Pursuant to Section 7(b) of the License you must retain the original Product -# logo when distributing the program. Pursuant to Section 7(e) we decline to -# grant you any rights under trademark law for use of our trademarks. -# -# All the Product's GUI elements, including illustrations and icon sets, as -# well as technical writing content are licensed under the terms of the -# Creative Commons Attribution-ShareAlike 4.0 International. See the License -# terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode -# import jwt diff --git a/onlyoffice_odoo/views/res_config_settings_views.xml b/onlyoffice_odoo/views/res_config_settings_views.xml index e32406c..f209ebc 100644 --- a/onlyoffice_odoo/views/res_config_settings_views.xml +++ b/onlyoffice_odoo/views/res_config_settings_views.xml @@ -3,33 +3,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/onlyoffice_odoo/views/templates.xml b/onlyoffice_odoo/views/templates.xml index fea1b9b..6b413b9 100644 --- a/onlyoffice_odoo/views/templates.xml +++ b/onlyoffice_odoo/views/templates.xml @@ -3,33 +3,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - -