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

9 lines
259 B
Python

# Part of Odoo. See LICENSE file for full copyright and licensing details.
from odoo.tests.common import TransactionCase
class TestHrAttendanceScenario(TransactionCase):
def test_load_scenario(self):
self.env['hr.attendance']._load_demo_data()