Adapt scenario to python3

This commit is contained in:
Carlos Pérez 2018-07-10 09:34:58 +02:00
parent acce9d3e26
commit 4e867f55bd
1 changed files with 1 additions and 5 deletions

View File

@ -10,10 +10,6 @@ Imports::
... get_company
>>> import datetime
Create a database::
>>> config_ = config.set_trytond()
>>> config_.pool.test = True
Install stock_unit_load_labor_yield::
@ -28,7 +24,7 @@ Reload the context::
>>> User = Model.get('res.user')
>>> Group = Model.get('res.group')
>>> config_._context = User.get_preferences(True, config_.context)
>>> config._context = User.get_preferences(True, config.context)
Check enter wizard::