mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
[MOV] helpdesk_rma: from hibou-suite-enterprise:11.0
This commit is contained in:
14
helpdesk_rma/tests/test_helpdesk.py
Normal file
14
helpdesk_rma/tests/test_helpdesk.py
Normal file
@@ -0,0 +1,14 @@
|
||||
from odoo.tests import common
|
||||
|
||||
|
||||
class TestHelpdesk(common.TransactionCase):
|
||||
|
||||
# We need to test Stage, Ticket, Server, and Filter Classes
|
||||
# We created a couple fields per model and a couple methods
|
||||
# for our functionality implementation
|
||||
|
||||
def setUp(self):
|
||||
pass
|
||||
|
||||
def test_helpdesk_filter(self):
|
||||
pass
|
||||
Reference in New Issue
Block a user