diff --git a/odoo_website_helpdesk_dashboard/README.rst b/odoo_website_helpdesk_dashboard/README.rst index 0966d7f5b..72e499a17 100644 --- a/odoo_website_helpdesk_dashboard/README.rst +++ b/odoo_website_helpdesk_dashboard/README.rst @@ -1,6 +1,6 @@ -.. image:: https://img.shields.io/badge/licence-LGPL--3-blue.svg - :target: https://www.gnu.org/licenses/lgpl-3.0-standalone.html - :alt: License: LGPL-3 +.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg + :target: https://www.gnu.org/licenses/agpl-3.0-standalone.html + :alt: License: AGPL-3 Website HelpDesk Dashboard ========================== @@ -20,8 +20,8 @@ Configuration License ------- -Lesser General Public License, Version 3 (LGPL v3) -(https://www.gnu.org/licenses/lgpl-3.0-standalone.html) +General Public License, Version 3 (AGPL v3). +(https://www.gnu.org/licenses/agpl-3.0-standalone.html) Company ------- diff --git a/odoo_website_helpdesk_dashboard/__init__.py b/odoo_website_helpdesk_dashboard/__init__.py index dc31efe8a..dfd4453a7 100644 --- a/odoo_website_helpdesk_dashboard/__init__.py +++ b/odoo_website_helpdesk_dashboard/__init__.py @@ -1,23 +1,23 @@ # -*- coding: utf-8 -*- -############################################################################### +################################################################################ # # Cybrosys Technologies Pvt. Ltd. # -# Copyright (C) 2023-TODAY Cybrosys Technologies() +# Copyright (C) 2023-TODAY Cybrosys Technologies(). # Author: Cybrosys Techno Solutions (odoo@cybrosys.com) # -# You can modify it under the terms of the GNU LESSER -# GENERAL PUBLIC LICENSE (LGPL v3), Version 3. +# You can modify it under the terms of the GNU AFFERO +# GENERAL PUBLIC LICENSE (AGPL v3), Version 3. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU LESSER GENERAL PUBLIC LICENSE (LGPL v3) for more details. +# GNU AFFERO GENERAL PUBLIC LICENSE (AGPL v3) for more details. # -# You should have received a copy of the GNU LESSER GENERAL PUBLIC LICENSE -# (LGPL v3) along with this program. +# You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE +# (AGPL v3) along with this program. # If not, see . # -############################################################################### +################################################################################ from . import controllers from . import models diff --git a/odoo_website_helpdesk_dashboard/__manifest__.py b/odoo_website_helpdesk_dashboard/__manifest__.py index 8ab78c58d..e19c9d9e9 100644 --- a/odoo_website_helpdesk_dashboard/__manifest__.py +++ b/odoo_website_helpdesk_dashboard/__manifest__.py @@ -1,24 +1,24 @@ # -*- coding: utf-8 -*- -############################################################################### +################################################################################ # # Cybrosys Technologies Pvt. Ltd. # -# Copyright (C) 2023-TODAY Cybrosys Technologies() +# Copyright (C) 2023-TODAY Cybrosys Technologies(). # Author: Cybrosys Techno Solutions (odoo@cybrosys.com) # -# You can modify it under the terms of the GNU LESSER -# GENERAL PUBLIC LICENSE (LGPL v3), Version 3. +# You can modify it under the terms of the GNU AFFERO +# GENERAL PUBLIC LICENSE (AGPL v3), Version 3. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU LESSER GENERAL PUBLIC LICENSE (LGPL v3) for more details. +# GNU AFFERO GENERAL PUBLIC LICENSE (AGPL v3) for more details. # -# You should have received a copy of the GNU LESSER GENERAL PUBLIC LICENSE -# (LGPL v3) along with this program. +# You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE +# (AGPL v3) along with this program. # If not, see . # -############################################################################### +################################################################################ { 'name': "Website HelpDesk Dashboard", 'version': '15.0.1.0.0', @@ -50,7 +50,7 @@ ], }, 'images': ['static/description/banner.png'], - 'license': 'LGPL-3', + 'license': 'AGPL-3', 'installable': True, 'application': False, 'auto_install': False, diff --git a/odoo_website_helpdesk_dashboard/controllers/__init__.py b/odoo_website_helpdesk_dashboard/controllers/__init__.py index 7a365c9ab..ce5977c23 100644 --- a/odoo_website_helpdesk_dashboard/controllers/__init__.py +++ b/odoo_website_helpdesk_dashboard/controllers/__init__.py @@ -1,22 +1,22 @@ # -*- coding: utf-8 -*- -############################################################################### +################################################################################ # # Cybrosys Technologies Pvt. Ltd. # -# Copyright (C) 2023-TODAY Cybrosys Technologies() +# Copyright (C) 2023-TODAY Cybrosys Technologies(). # Author: Cybrosys Techno Solutions (odoo@cybrosys.com) # -# You can modify it under the terms of the GNU LESSER -# GENERAL PUBLIC LICENSE (LGPL v3), Version 3. +# You can modify it under the terms of the GNU AFFERO +# GENERAL PUBLIC LICENSE (AGPL v3), Version 3. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU LESSER GENERAL PUBLIC LICENSE (LGPL v3) for more details. +# GNU AFFERO GENERAL PUBLIC LICENSE (AGPL v3) for more details. # -# You should have received a copy of the GNU LESSER GENERAL PUBLIC LICENSE -# (LGPL v3) along with this program. +# You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE +# (AGPL v3) along with this program. # If not, see . # -############################################################################### +################################################################################ from . import odoo_website_helpdesk_dashboard diff --git a/odoo_website_helpdesk_dashboard/controllers/odoo_website_helpdesk_dashboard.py b/odoo_website_helpdesk_dashboard/controllers/odoo_website_helpdesk_dashboard.py index 8dee6dc0c..a45bb6d7c 100644 --- a/odoo_website_helpdesk_dashboard/controllers/odoo_website_helpdesk_dashboard.py +++ b/odoo_website_helpdesk_dashboard/controllers/odoo_website_helpdesk_dashboard.py @@ -1,24 +1,24 @@ # -*- coding: utf-8 -*- -############################################################################### +################################################################################ # # Cybrosys Technologies Pvt. Ltd. # -# Copyright (C) 2023-TODAY Cybrosys Technologies() +# Copyright (C) 2023-TODAY Cybrosys Technologies(). # Author: Cybrosys Techno Solutions (odoo@cybrosys.com) # -# You can modify it under the terms of the GNU LESSER -# GENERAL PUBLIC LICENSE (LGPL v3), Version 3. +# You can modify it under the terms of the GNU AFFERO +# GENERAL PUBLIC LICENSE (AGPL v3), Version 3. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU LESSER GENERAL PUBLIC LICENSE (LGPL v3) for more details. +# GNU AFFERO GENERAL PUBLIC LICENSE (AGPL v3) for more details. # -# You should have received a copy of the GNU LESSER GENERAL PUBLIC LICENSE -# (LGPL v3) along with this program. +# You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE +# (AGPL v3) along with this program. # If not, see . # -############################################################################### +################################################################################ from odoo import http from odoo.http import request diff --git a/odoo_website_helpdesk_dashboard/models/__init__.py b/odoo_website_helpdesk_dashboard/models/__init__.py index ac391a009..d9d86f01c 100644 --- a/odoo_website_helpdesk_dashboard/models/__init__.py +++ b/odoo_website_helpdesk_dashboard/models/__init__.py @@ -1,22 +1,22 @@ # -*- coding: utf-8 -*- -############################################################################### +################################################################################ # # Cybrosys Technologies Pvt. Ltd. # -# Copyright (C) 2023-TODAY Cybrosys Technologies() +# Copyright (C) 2023-TODAY Cybrosys Technologies(). # Author: Cybrosys Techno Solutions (odoo@cybrosys.com) # -# You can modify it under the terms of the GNU LESSER -# GENERAL PUBLIC LICENSE (LGPL v3), Version 3. +# You can modify it under the terms of the GNU AFFERO +# GENERAL PUBLIC LICENSE (AGPL v3), Version 3. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU LESSER GENERAL PUBLIC LICENSE (LGPL v3) for more details. +# GNU AFFERO GENERAL PUBLIC LICENSE (AGPL v3) for more details. # -# You should have received a copy of the GNU LESSER GENERAL PUBLIC LICENSE -# (LGPL v3) along with this program. +# You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE +# (AGPL v3) along with this program. # If not, see . # -############################################################################### +################################################################################ from . import help_ticket diff --git a/odoo_website_helpdesk_dashboard/models/help_ticket.py b/odoo_website_helpdesk_dashboard/models/help_ticket.py index 47364cabe..ec31ee1dd 100644 --- a/odoo_website_helpdesk_dashboard/models/help_ticket.py +++ b/odoo_website_helpdesk_dashboard/models/help_ticket.py @@ -1,24 +1,24 @@ # -*- coding: utf-8 -*- -############################################################################### +################################################################################ # # Cybrosys Technologies Pvt. Ltd. # -# Copyright (C) 2023-TODAY Cybrosys Technologies() +# Copyright (C) 2023-TODAY Cybrosys Technologies(). # Author: Cybrosys Techno Solutions (odoo@cybrosys.com) # -# You can modify it under the terms of the GNU LESSER -# GENERAL PUBLIC LICENSE (LGPL v3), Version 3. +# You can modify it under the terms of the GNU AFFERO +# GENERAL PUBLIC LICENSE (AGPL v3), Version 3. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU LESSER GENERAL PUBLIC LICENSE (LGPL v3) for more details. +# GNU AFFERO GENERAL PUBLIC LICENSE (AGPL v3) for more details. # -# You should have received a copy of the GNU LESSER GENERAL PUBLIC LICENSE -# (LGPL v3) along with this program. +# You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE +# (AGPL v3) along with this program. # If not, see . # -############################################################################### +################################################################################ import calendar from odoo import api, models