oca-ocb-hr/odoo-bringout-oca-ocb-hr_expense/hr_expense/tests/test_expenses_tour.py
Ernad Husremovic e1d89e11e3 19.0 vanilla
2026-03-09 09:31:00 +01:00

8 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")