I was able to run the migration process succesfully. I am able to connect via localhost and via the desktop-application, but some parts are not working yet. Not sure what’s the best way to proceed.
This is one error I do not know how to handle. Maybe you have an idea.
File "/home/lorenz/.pixi/envs/tryton/lib/python3.7/site-packages/tryton/gui/window/view_form/view/list.py", line 951, in __sig_switch
if not self.screen.row_activate() and self.children_field:
File "/home/lorenz/.pixi/envs/tryton/lib/python3.7/site-packages/tryton/gui/main.py", line 609, in menu_row_activate
}, warning=False)
File "/home/lorenz/.pixi/envs/tryton/lib/python3.7/site-packages/tryton/action/main.py", line 196, in exec_keyword
Action._exec_action(action, data, context=context)
File "/home/lorenz/.pixi/envs/tryton/lib/python3.7/site-packages/tryton/action/main.py", line 156, in _exec_action
context_domain=action['context_domain'])
File "/home/lorenz/.pixi/envs/tryton/lib/python3.7/site-packages/tryton/gui/window/window.py", line 32, in create
win = Form(model, **attributes)
File "/home/lorenz/.pixi/envs/tryton/lib/python3.7/site-packages/tryton/gui/window/form.py", line 43, in __init__
self.screen = Screen(self.model, **attributes)
File "/home/lorenz/.pixi/envs/tryton/lib/python3.7/site-packages/tryton/gui/window/view_form/screen/screen.py", line 139, in __init__
self.switch_view()
File "/home/lorenz/.pixi/envs/tryton/lib/python3.7/site-packages/tryton/gui/window/view_form/screen/screen.py", line 528, in switch_view
self.load_view_to_load()
File "/home/lorenz/.pixi/envs/tryton/lib/python3.7/site-packages/tryton/gui/window/view_form/screen/screen.py", line 554, in load_view_to_load
self.add_view_id(view_id, view_type)
File "/home/lorenz/.pixi/envs/tryton/lib/python3.7/site-packages/tryton/gui/window/view_form/screen/screen.py", line 567, in add_view_id
return self.add_view(view)
File "/home/lorenz/.pixi/envs/tryton/lib/python3.7/site-packages/tryton/gui/window/view_form/screen/screen.py", line 594, in add_view
view = View.parse(self, xml_dom, view.get('field_childs'))
File "/home/lorenz/.pixi/envs/tryton/lib/python3.7/site-packages/tryton/gui/window/view_form/view/__init__.py", line 45, in parse
return ViewTree(screen, root, children_field)
File "/home/lorenz/.pixi/envs/tryton/lib/python3.7/site-packages/tryton/gui/window/view_form/view/list.py", line 270, in __init__
self.parse(xml)
File "/home/lorenz/.pixi/envs/tryton/lib/python3.7/site-packages/tryton/gui/window/view_form/view/list.py", line 311, in parse
self._parse_field(node)
File "/home/lorenz/.pixi/envs/tryton/lib/python3.7/site-packages/tryton/gui/window/view_form/view/list.py", line 321, in _parse_field
field = group.fields[name]
'code'
I see the same with email
, category
and vat_code
.