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

9 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()