Skip to content

Commit

Permalink
[MIG] helpdesk_mgmt_sla : Migration to 15.0.1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Wvven committed Jul 4, 2024
1 parent 85d5691 commit 4ae8248
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion helpdesk_mgmt_sla/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"website": "https://github.com/OCA/helpdesk",
"license": "AGPL-3",
"category": "After-Sales",
"version": "14.0.2.0.1",
"version": "15.0.1.0.0",
"depends": ["base", "helpdesk_mgmt", "resource"],
"data": [
"data/helpdesk_sla_cron.xml",
Expand Down
2 changes: 2 additions & 0 deletions helpdesk_mgmt_sla/tests/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ def setUpClass(cls):
"use_sla": True,
}
)
cls.stage1.team_ids = [(6, 0, [cls.team1.id, cls.team2.id])]
cls.stage2.team_ids = [(6, 0, [cls.team1.id, cls.team2.id])]
cls.category1 = cls.env["helpdesk.ticket.category"].create(
{"name": "Category One"}
)
Expand Down

0 comments on commit 4ae8248

Please sign in to comment.