Hello
I do all step in the migration processus :
python pre.py -d db_name
tinyerp-server -d db_name --update=all
python post.py -d db_name
then I start the server with :
tinyerp-server -d db_name
I have no error.
But when I access the db_name with client version 4.2.0.
And for example showin the partner list, i have :
Traceback (most recent call last):
File "/tinyerp-server-4.2.0/bin/netsvc.py", line 206, in _dispatch
r=m(*params)
File "/tinyerp-server-4.2.0/bin/service/web_services.py", line 366, in execute
res = service.execute(db, uid, object, method, *args)
File "/tinyerp-server-4.2.0/bin/osv/osv.py", line 111, in execute
res = pool.execute_cr(cr, uid, obj, method, *args, **kw)
File "/tinyerp-server-4.2.0/bin/osv/osv.py", line 92, in execute_cr
res = getattr(object,method)(cr, uid, *args, **kw)
File "/tinyerp-server-4.2.0/bin/osv/orm.py", line 1506, in fields_view_get
xarch, xfields = self.__view_look_dom_arch(cr, user, doc, context=context)
File "/tinyerp-server-4.2.0/bin/osv/orm.py", line 1371, in
__view_look_dom_arch
fields[field].update(fields_def[field])
KeyError: u'relation_ids'
What's the problem ?
By the way, db_name was build on tinyerp-server version 4.0.3 on windows.
So I restore it on Linux server and I have get one eror :
------------------------
Almanar Mohamed
_______________________________________________
Tinyerp-users mailing list
http://tiny.be/mailman/listinfo/tinyerp-users