Skip to content

Instantly share code, notes, and snippets.

@ianjosephwilson
Created February 14, 2013 22:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ianjosephwilson/4957035 to your computer and use it in GitHub Desktop.
Save ianjosephwilson/4957035 to your computer and use it in GitHub Desktop.
Error on login after migration from trytond 1.8 to trytond 2.6.
You try to read records that don't exist anymore!
(Document type: ir.action.act_window)
You try to read records that don't exist anymore!
(Document type: ir.action.act_window)
File "/home/ian/workspace/tryton-project/stockmodules-tryton-2.6/tryton-instance/tryton/bin/tryton", line 60, in <module>
tryton.client.TrytonClient().run()
File "/home/ian/workspace/tryton-project/stockmodules-tryton-2.6/tryton-instance/tryton/tryton/client.py", line 101, in run
main.sig_login()
File "/home/ian/workspace/tryton-project/stockmodules-tryton-2.6/tryton-instance/tryton/tryton/gui/main.py", line 938, in sig_login
for action_id in prefs.get('actions', []):
@ianjosephwilson
Copy link
Author

ERROR:tryton.common.common:process exception <Fault 'UserError': ["You try to read records that don't exist anymore!\n(Document type: ir.action.act_window)", '']> ('model', 'res.user', 'get_preferences', False, {'groups': [7, 7, 8, 8, 1, 1, 2, 2, 19, 4, 4, 3, 3, 10, 10, 9, 9, 12, 11, 11, 17, 17, 6, 6, 5, 5, 16, 16, 15, 15, 14, 14, 13, 13, 18, 18], 'language': 'en_US', 'employee': None, 'timezone': None, 'language_direction': 'ltr', 'company': 1, 'company.rec_name': 'Company'}) {'rpc_execute': <function rpc_execute at 0x22cced8>}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment