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

This commit is contained in:
Jared Kipe
2020-10-29 11:20:02 -07:00
committed by Connor Christian
parent 49004610b6
commit a5d3f898f0
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