7 changed files with 54 additions and 54 deletions
@ -1,23 +1,23 @@ |
|||||
# -*- coding: utf-8 -*- |
# -*- coding: utf-8 -*- |
||||
############################################################################### |
################################################################################ |
||||
# |
# |
||||
# Cybrosys Technologies Pvt. Ltd. |
# Cybrosys Technologies Pvt. Ltd. |
||||
# |
# |
||||
# Copyright (C) 2023-TODAY Cybrosys Technologies(<https://www.cybrosys.com>) |
# Copyright (C) 2023-TODAY Cybrosys Technologies(<https://www.cybrosys.com>). |
||||
# Author: Cybrosys Techno Solutions (odoo@cybrosys.com) |
# Author: Cybrosys Techno Solutions (odoo@cybrosys.com) |
||||
# |
# |
||||
# You can modify it under the terms of the GNU LESSER |
# You can modify it under the terms of the GNU AFFERO |
||||
# GENERAL PUBLIC LICENSE (LGPL v3), Version 3. |
# GENERAL PUBLIC LICENSE (AGPL v3), Version 3. |
||||
# |
# |
||||
# This program is distributed in the hope that it will be useful, |
# This program is distributed in the hope that it will be useful, |
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of |
# but WITHOUT ANY WARRANTY; without even the implied warranty of |
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
# 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 |
# You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE |
||||
# (LGPL v3) along with this program. |
# (AGPL v3) along with this program. |
||||
# If not, see <http://www.gnu.org/licenses/>. |
# If not, see <http://www.gnu.org/licenses/>. |
||||
# |
# |
||||
############################################################################### |
################################################################################ |
||||
from . import controllers |
from . import controllers |
||||
from . import models |
from . import models |
||||
|
@ -1,22 +1,22 @@ |
|||||
# -*- coding: utf-8 -*- |
# -*- coding: utf-8 -*- |
||||
############################################################################### |
################################################################################ |
||||
# |
# |
||||
# Cybrosys Technologies Pvt. Ltd. |
# Cybrosys Technologies Pvt. Ltd. |
||||
# |
# |
||||
# Copyright (C) 2023-TODAY Cybrosys Technologies(<https://www.cybrosys.com>) |
# Copyright (C) 2023-TODAY Cybrosys Technologies(<https://www.cybrosys.com>). |
||||
# Author: Cybrosys Techno Solutions (odoo@cybrosys.com) |
# Author: Cybrosys Techno Solutions (odoo@cybrosys.com) |
||||
# |
# |
||||
# You can modify it under the terms of the GNU LESSER |
# You can modify it under the terms of the GNU AFFERO |
||||
# GENERAL PUBLIC LICENSE (LGPL v3), Version 3. |
# GENERAL PUBLIC LICENSE (AGPL v3), Version 3. |
||||
# |
# |
||||
# This program is distributed in the hope that it will be useful, |
# This program is distributed in the hope that it will be useful, |
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of |
# but WITHOUT ANY WARRANTY; without even the implied warranty of |
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
# 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 |
# You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE |
||||
# (LGPL v3) along with this program. |
# (AGPL v3) along with this program. |
||||
# If not, see <http://www.gnu.org/licenses/>. |
# If not, see <http://www.gnu.org/licenses/>. |
||||
# |
# |
||||
############################################################################### |
################################################################################ |
||||
from . import odoo_website_helpdesk_dashboard |
from . import odoo_website_helpdesk_dashboard |
||||
|
@ -1,22 +1,22 @@ |
|||||
# -*- coding: utf-8 -*- |
# -*- coding: utf-8 -*- |
||||
############################################################################### |
################################################################################ |
||||
# |
# |
||||
# Cybrosys Technologies Pvt. Ltd. |
# Cybrosys Technologies Pvt. Ltd. |
||||
# |
# |
||||
# Copyright (C) 2023-TODAY Cybrosys Technologies(<https://www.cybrosys.com>) |
# Copyright (C) 2023-TODAY Cybrosys Technologies(<https://www.cybrosys.com>). |
||||
# Author: Cybrosys Techno Solutions (odoo@cybrosys.com) |
# Author: Cybrosys Techno Solutions (odoo@cybrosys.com) |
||||
# |
# |
||||
# You can modify it under the terms of the GNU LESSER |
# You can modify it under the terms of the GNU AFFERO |
||||
# GENERAL PUBLIC LICENSE (LGPL v3), Version 3. |
# GENERAL PUBLIC LICENSE (AGPL v3), Version 3. |
||||
# |
# |
||||
# This program is distributed in the hope that it will be useful, |
# This program is distributed in the hope that it will be useful, |
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of |
# but WITHOUT ANY WARRANTY; without even the implied warranty of |
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
# 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 |
# You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE |
||||
# (LGPL v3) along with this program. |
# (AGPL v3) along with this program. |
||||
# If not, see <http://www.gnu.org/licenses/>. |
# If not, see <http://www.gnu.org/licenses/>. |
||||
# |
# |
||||
############################################################################### |
################################################################################ |
||||
from . import help_ticket |
from . import help_ticket |
||||
|
Loading…
Reference in new issue