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

10 lines
247 B
Python

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