← Back to team overview

openupgrade-drivers team mailing list archive

Re: [Question #240731]: Using migrate.py and debugging messages [6.1-7.0]

 

Question #240731 on OpenUpgrade Server changed:
https://answers.launchpad.net/openupgrade-server/+question/240731

Alexandro Colorado gave more information on the question:
Wow, I went ahead an uninstalled the module account_invoice_layout and
now I am presented with the following, more serious bug report:

"  File "/home/ubuntu/openerp7/openerp/osv/osv.py", line 185, in execute_cr
    return getattr(object, method)(cr, uid, *args, **kw)
  File "/home/ubuntu/openerp7/openerp/osv/orm.py", line 3623, in read
    result = self._read_flat(cr, user, select, fields, context, load)
  File "/home/ubuntu/openerp7/openerp/osv/orm.py", line 3744, in _read_flat
    res2 = self._columns[f].get(cr, self, ids, f, user, context=context, values=res)
  File "/home/ubuntu/openerp7/openerp/osv/fields.py", line 538, in get
    ids2 = obj.pool.get(self._obj).search(cr, user, domain + [(self._fields_id, 'in', ids)], limit=self._limit, context=context)
  File "/home/ubuntu/openerp7/openerp/osv/orm.py", line 2369, in search
    return self._search(cr, user, args, offset=offset, limit=limit, order=order, context=context, count=count)
  File "/home/ubuntu/openerp7/openerp/osv/orm.py", line 4887, in _search
    cr.execute('SELECT "%s".id FROM ' % self._table + from_clause + where_str + order_by + limit_str + offset_str, where_clause_params)
  File "/home/ubuntu/openerp7/openerp/sql_db.py", line 161, in wrapper
    return f(self, *args, **kwargs)
  File "/home/ubuntu/openerp7/openerp/sql_db.py", line 226, in execute
    res = self._obj.execute(query, params)
ProgrammingError: column account_invoice_line.sequence does not exist
LINE 1: ...ORDER BY "account_invoice_line__invoice_id"."id" ,"account_i..."

Seems this is the only most important issue I am having to get the 7.0
operational. Please help.

-- 
You received this question notification because you are a member of
OpenUpgrade Drivers, which is an answer contact for OpenUpgrade Server.