c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #00575
[Bug 663306] [NEW] Column exception_backtrace doesn't exist
Public bug reported:
Hello all,
since last update, when I try to make a printscreen of my sale.order's
list, i get the following error :
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 : fr_CH.cp1252
Python Version : 2.5.2
OpenERP-Client Version : 5.0.6
Last revision No. & ID :Bazaar Package not Found !Traceback (most recent call last):
File "/usr/lib/openerp-server/netsvc.py", line 299, in dispatch
result = LocalService(service_name)(method, *params)
File "/usr/lib/openerp-server/netsvc.py", line 77, in __call__
return getattr(self, method)(*params)
File "/usr/lib/openerp-server/addons/printjob/printjob.py", line 570, in report_get
if report.create_uid.id != uid:
File "/usr/lib/openerp-server/osv/orm.py", line 240, in __getattr__
return self[name]
File "/usr/lib/openerp-server/osv/orm.py", line 190, in __getitem__
datas = self._table.read(self._cr, self._uid, ids, fffields, context=self._context, load="_classic_write")
File "/usr/lib/openerp-server/osv/orm.py", line 2229, in read
result = self._read_flat(cr, user, select, fields, context, load)
File "/usr/lib/openerp-server/osv/orm.py", line 2302, in _read_flat
cr.execute(query, (tuple(sub_ids),))
File "/usr/lib/openerp-server/sql_db.py", line 78, in wrapper
return f(self, *args, **kwargs)
File "/usr/lib/openerp-server/sql_db.py", line 123, in execute
res = self._obj.execute(query, params)
ProgrammingError: ERREUR: la colonne « exception_backtrace » n'existe pas
LIGNE 1 : ...ond', create_date) as create_date,"name","format","exception...
maybe reinstalling a module would solve the problem; but which one ?
Thanks
^
** Affects: openobject-addons
Importance: Undecided
Status: New
--
Column exception_backtrace doesn't exist
https://bugs.launchpad.net/bugs/663306
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to OpenERP OpenObject.
Status in OpenObject Addons Modules: New
Bug description:
Hello all,
since last update, when I try to make a printscreen of my sale.order's list, i get the following error :
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 : fr_CH.cp1252
Python Version : 2.5.2
OpenERP-Client Version : 5.0.6
Last revision No. & ID :Bazaar Package not Found !Traceback (most recent call last):
File "/usr/lib/openerp-server/netsvc.py", line 299, in dispatch
result = LocalService(service_name)(method, *params)
File "/usr/lib/openerp-server/netsvc.py", line 77, in __call__
return getattr(self, method)(*params)
File "/usr/lib/openerp-server/addons/printjob/printjob.py", line 570, in report_get
if report.create_uid.id != uid:
File "/usr/lib/openerp-server/osv/orm.py", line 240, in __getattr__
return self[name]
File "/usr/lib/openerp-server/osv/orm.py", line 190, in __getitem__
datas = self._table.read(self._cr, self._uid, ids, fffields, context=self._context, load="_classic_write")
File "/usr/lib/openerp-server/osv/orm.py", line 2229, in read
result = self._read_flat(cr, user, select, fields, context, load)
File "/usr/lib/openerp-server/osv/orm.py", line 2302, in _read_flat
cr.execute(query, (tuple(sub_ids),))
File "/usr/lib/openerp-server/sql_db.py", line 78, in wrapper
return f(self, *args, **kwargs)
File "/usr/lib/openerp-server/sql_db.py", line 123, in execute
res = self._obj.execute(query, params)
ProgrammingError: ERREUR: la colonne « exception_backtrace » n'existe pas
LIGNE 1 : ...ond', create_date) as create_date,"name","format","exception...
maybe reinstalling a module would solve the problem; but which one ?
Thanks
^
Follow ups
References