order by of columns of inherited tables raises error

Bug #538737 reported by Ferdinand
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
KDE OpenObject Client
New
Wishlist
Unassigned

Bug Description

trying to sort column name

ProgrammingError: column "name" does not exist
ZEILE 1: select dimu_portal.id from "dimu_portal" order by name DESC

class dimu_portal(osv.osv):
    _name = "dimu.portal"
    _table = "dimu_portal"
    _description = "Portal"
    _inherits = {'res.partner' : 'res_partner_id'}

I know it does not work - but IMHO it shouldn't raise an error either.
the error seems to do any harm...... except filling the log with red lines.

Changed in openobject-client-kde:
importance: Undecided → Wishlist
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.