mirror of
https://github.com/bringout/oca-ocb-hr.git
synced 2026-04-23 04:32:01 +02:00
7 lines
220 B
Python
7 lines
220 B
Python
from odoo.tests import tagged, HttpCase
|
|
|
|
|
|
@tagged('post_install', '-at_install')
|
|
class TestExpensesTour(HttpCase):
|
|
def test_tour_expenses(self):
|
|
self.start_tour("/web", "hr_expense_test_tour", login="admin")
|