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