openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #10636
Re: [Bug 908069] Re: KeyError: 'serialization_field_id'
Hello,
On 04/24/2012 10:59 AM, ange bouabre wrote:
> @Olivier Dony, I'm french student and i try to learn openerp. I met the
> same problem but i don't know where i must execute your command: ALTER
> TABLE ir_model_fields ADD column serialization_field_id int references
> ir_model_fields on delete cascade;
If you're simply trying to learn OpenERP, then the simplest method to avoid
this error is to start again with a new database, and delete your old ones.
Migrations from major versions of OpenERP to the next (e.g. 6.0 to 6.1) cannot
be accomplished without going through a specific migration procedure, which
requires you to purchase an OpenERP Enterprise Contract. I don't suppose it
would make sense for you, so the easiest would really be to create a new database.
If you want really want to execute the fix I described above you need to use a
Postgresql client like PGAdmin (it usually comes with PostgreSQL), then find
the credentials to login on your OpenERP database, and finally execute the SQL
command I mentioned. But this is quite technical and it will only solve this
particular migration issue, while you will potentially encounter dozens more.
--
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Server.
https://bugs.launchpad.net/bugs/908069
Title:
KeyError: 'serialization_field_id'
Status in OpenERP Server:
Invalid
Bug description:
Server Traceback (most recent call last):
File "/srv/openerp/server/openerp/wsgi.py", line 77, in xmlrpc_return
result = openerp.netsvc.dispatch_rpc(service, method, params)
File "/srv/openerp/server/openerp/netsvc.py", line 325, in dispatch_rpc
result = ExportService.getService(service_name).dispatch(method, params)
File "/srv/openerp/server/openerp/service/web_services.py", line 387, in dispatch
return fn(*params)
File "/srv/openerp/server/openerp/service/web_services.py", line 398, in exp_authenticate
res_users = pooler.get_pool(db).get('res.users')
File "/srv/openerp/server/openerp/pooler.py", line 50, in get_pool
return get_db_and_pool(db_name, force_demo, status, update_module)[1]
File "/srv/openerp/server/openerp/pooler.py", line 33, in get_db_and_pool
registry = RegistryManager.get(db_name, force_demo, status, update_module, pooljobs)
File "/srv/openerp/server/openerp/modules/registry.py", line 138, in get
update_module, pooljobs)
File "/srv/openerp/server/openerp/modules/registry.py", line 160, in new
openerp.modules.load_modules(registry.db, force_demo, status, update_module)
File "/srv/openerp/server/openerp/modules/loading.py", line 299, in load_modules
loaded_modules, processed_modules = load_module_graph(cr, graph, status, perform_checks=(not update_module), report=report)
File "/srv/openerp/server/openerp/modules/loading.py", line 171, in load_module_graph
init_module_models(cr, package.name, models)
File "/srv/openerp/server/openerp/modules/module.py", line 287, in init_module_models
result = obj._auto_init(cr, {'module': module_name})
File "/srv/openerp/server/openerp/osv/orm.py", line 2747, in _auto_init
self._field_create(cr, context=context)
File "/srv/openerp/server/openerp/osv/orm.py", line 817, in _field_create
if cols[k][key] != vals[key]:
KeyError: 'serialization_field_id'
OpenERP Server 6.1
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-server/+bug/908069/+subscriptions
References