Get work.configuration in scenario test

This commit is contained in:
Raimon Esteve 2023-08-22 11:33:50 +02:00
parent 2d87818619
commit 70877f2047
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ Create Tracker::
Create Configuration::
>>> Configuration = Model.get('work.configuration')
>>> config = Configuration()
>>> config = Configuration(1)
>>> config.default_allocation_employee = employee2
>>> config.save()