Column exception_backtrace doesn't exist

Bug #663306 reported by forstera
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Odoo Addons (MOVED TO GITHUB)
Invalid
Undecided
Unassigned

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
                                                               ^

Revision history for this message
Jay Vora (Serpent Consulting Services) (jayvora) wrote :

Arnaud,
This seems like a problem due to your customized module if any.
The column name 'exception_backtrace' causes the problem to you.

Thanks.

Changed in openobject-addons:
status: New → Invalid
milestone: none → 5.0.15
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.