Traceback (most recent call last): File "/trytond/protocols/jsonrpc.py", line 162, in _marshaled_dispatch response['result'] = dispatch_method(method, params) File "/trytond/protocols/jsonrpc.py", line 191, in _dispatch res = dispatch(*args) File "/trytond/protocols/dispatcher.py", line 162, in dispatch result = rpc.result(meth(*c_args, **c_kwargs)) File "/trytond/res/user.py", line 358, in get_preferences preferences = cls._get_preferences(user, context_only=context_only) File "/trytond/modules/company_work_time/res.py", line 16, in _get_preferences context_only=context_only) File "/trytond/modules/company/company.py", line 166, in _get_preferences context_only=context_only) File "/trytond/res/user.py", line 331, in _get_preferences ('state', '=', 'open'), File "/trytond/model/modelsql.py", line 1138, in search cursor.execute(*select) File "/trytond/backend/postgresql/database.py", line 294, in execute return self.cursor.execute(sql, params) ProgrammingError: relation "ir_module_config_wizard_item" does not exist LINE 1: ...."create_date")) AS VARCHAR) AS "_timestamp" FROM "ir_module... ^