Odoo18-Base/addons/hr_expense/tests/test_expenses_tour.py
2025-01-06 10:57:38 +07:00

9 lines
296 B
Python

# Part of Odoo. See LICENSE file for full copyright and licensing details.
from odoo.tests import tagged, HttpCase
@tagged('post_install', '-at_install')
class TestExpensesTour(HttpCase):
def test_tour_expenses(self):
self.start_tour("/odoo", "hr_expense_test_tour", login="admin")