mirror of
https://github.com/bringout/oca-ocb-hr.git
synced 2026-04-25 02:52:02 +02:00
8 lines
259 B
Python
8 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()
|