Skip to content

Commit

Permalink
[TEST]
Browse files Browse the repository at this point in the history
  • Loading branch information
geomer198 committed Dec 6, 2024
1 parent faad8f5 commit 2cc8f48
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion helpdesk_mgmt_activity/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2024 Cetmix OÜ
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

from . import models
# from . import models
8 changes: 4 additions & 4 deletions helpdesk_mgmt_activity/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"website": "https://github.com/OCA/helpdesk",
"depends": ["helpdesk_mgmt"],
"data": [
"views/res_config_settings_views.xml",
"views/helpdesk_ticket_view.xml",
"views/mail_activity_views.xml",
"views/helpdesk_ticket_team_views.xml",
# "views/res_config_settings_views.xml",
# "views/helpdesk_ticket_view.xml",
# "views/mail_activity_views.xml",
# "views/helpdesk_ticket_team_views.xml",
],
"application": False,
}
2 changes: 1 addition & 1 deletion helpdesk_mgmt_activity/tests/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2024 Cetmix OÜ
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

from . import test_helpdesk_ticket
# from . import test_helpdesk_ticket

0 comments on commit 2cc8f48

Please sign in to comment.