Latest Updates - ProgrammingError: column ir_act_window.multi does not exist

Bug #662434 reported by Graeme Gellatly
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Odoo Server (MOVED TO GITHUB)
Invalid
Undecided
Unassigned

Bug Description

I've experienced the following on trying to access openerp after latest updates on 2 physically seperate servers, linux and windows GTK clients, and web clients. This occurs before the login screen on web-client and after login screen on GTK

Both servers are python 2.5.2

Environment Information :
System : Windows-XP-5.1.2600-SP3
OS Name : nt
Operating System Release : XP
Operating System Version : 5.1.2600
Operating System Architecture : 32bit
Operating System Locale : en_NZ.cp1252
Python Version : 2.5.2
OpenERP-Client Version : 6.0dev
Last revision No. & ID :Bazaar Package not Found !Traceback (most recent call last):
  File "/home/openerp/production/openerp-server/bin/netsvc.py", line 489, in dispatch
    result = ExportService.getService(service_name).dispatch(method, auth, params)
  File "/home/openerp/production/openerp-server/bin/service/web_services.py", line 586, in dispatch
    res = fn(db, uid, *params)
  File "/home/openerp/production/openerp-server/bin/osv/osv.py", line 57, in wrapper
    return f(self, dbname, *args, **kwargs)
  File "/home/openerp/production/openerp-server/bin/osv/osv.py", line 140, in execute
    res = pool.execute_cr(cr, uid, obj, method, *args, **kw)
  File "/home/openerp/production/openerp-server/bin/osv/osv.py", line 130, in execute_cr
    return getattr(object, method)(cr, uid, *args, **kw)
  File "/home/openerp/production/openerp-server/bin/osv/orm.py", line 2961, in read
    result = self._read_flat(cr, user, select, fields, context, load)
  File "/home/openerp/production/openerp-server/bin/osv/orm.py", line 3039, in _read_flat
    cr.execute(query, (tuple(sub_ids),))
  File "/home/openerp/production/openerp-server/bin/sql_db.py", line 75, in wrapper
    return f(self, *args, **kwargs)
  File "/home/openerp/production/openerp-server/bin/sql_db.py", line 122, in execute
    res = self._obj.execute(query, params)
ProgrammingError: column ir_act_window.multi does not exist
LINE 1: ...efresh,ir_act_window.view_mode,ir_act_window.name,ir_act_win...

Revision history for this message
Graeme Gellatly (gdgellatly) wrote :

reverted server revision from 2899 back to 2861 and the issue does not occur.

Changed in openobject-server:
milestone: none → 6.0
Revision history for this message
Jay Vora (Serpent Consulting Services) (jayvora) wrote :

Hello Graeme Gellatly,

This is not a bug, but this is due to some latest changes being introduced in trunk.
As a matter of the factm one would need either to create a new DB or update the database from terminal by "-u all -d DB_NAME" option.

Thanks.

Changed in openobject-server:
status: New → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.