[MOV] helpdesk_rma: from hibou-suite-enterprise:11.0

This commit is contained in:
Jared Kipe
2020-10-29 11:20:02 -07:00
parent 7e7a0a725d
commit 67e1fb0ba9
7 changed files with 84 additions and 0 deletions

View 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