← Back to team overview

openerp-india team mailing list archive

[Bug 1091951] [NEW] latest trunk : lang issue

 

Public bug reported:

latest trunk,

On start of server.

2012-12-19 05:12:59,507 3680 INFO trunk openerp.osv.orm: Computing parent left and right for table ir_ui_menu...
2012-12-19 05:12:59,545 3680 INFO trunk openerp.osv.orm: Computing parent left and right for table res_partner_category...
2012-12-19 05:12:59,699 3680 ERROR trunk openerp.sql_db: Programming error: column "lang" of relation "res_users" does not exist
LINE 1: UPDATE res_users SET password='a', lang='en_US', active=True...
                                           ^
, in query UPDATE res_users SET password=%s, lang=%s, active=True WHERE login=%s
2012-12-19 05:12:59,699 3680 ERROR trunk openerp.service.web_services: CREATE DATABASE failed:
Traceback (most recent call last):
  File "/home/kettor/source/server/trunk/openerp/service/web_services.py", line 81, in _initialize_db
    user_password, lang, 'admin'))
  File "/home/kettor/source/server/trunk/openerp/sql_db.py", line 162, in wrapper
    return f(self, *args, **kwargs)
  File "/home/kettor/source/server/trunk/openerp/sql_db.py", line 227, in execute
    res = self._obj.execute(query, params)
ProgrammingError: column "lang" of relation "res_users" does not exist
LINE 1: UPDATE res_users SET password='a', lang='en_US', active=True...
                                           ^


Thanks,

** Affects: openobject-server
     Importance: Undecided
         Status: New

-- 
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/1091951

Title:
  latest trunk : lang issue

Status in OpenERP Server:
  New

Bug description:
  latest trunk,

  On start of server.

  2012-12-19 05:12:59,507 3680 INFO trunk openerp.osv.orm: Computing parent left and right for table ir_ui_menu...
  2012-12-19 05:12:59,545 3680 INFO trunk openerp.osv.orm: Computing parent left and right for table res_partner_category...
  2012-12-19 05:12:59,699 3680 ERROR trunk openerp.sql_db: Programming error: column "lang" of relation "res_users" does not exist
  LINE 1: UPDATE res_users SET password='a', lang='en_US', active=True...
                                             ^
  , in query UPDATE res_users SET password=%s, lang=%s, active=True WHERE login=%s
  2012-12-19 05:12:59,699 3680 ERROR trunk openerp.service.web_services: CREATE DATABASE failed:
  Traceback (most recent call last):
    File "/home/kettor/source/server/trunk/openerp/service/web_services.py", line 81, in _initialize_db
      user_password, lang, 'admin'))
    File "/home/kettor/source/server/trunk/openerp/sql_db.py", line 162, in wrapper
      return f(self, *args, **kwargs)
    File "/home/kettor/source/server/trunk/openerp/sql_db.py", line 227, in execute
      res = self._obj.execute(query, params)
  ProgrammingError: column "lang" of relation "res_users" does not exist
  LINE 1: UPDATE res_users SET password='a', lang='en_US', active=True...
                                             ^

  
  Thanks,

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-server/+bug/1091951/+subscriptions


Follow ups

References