openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #16470
[Bug 1022509] Re: ProgrammingError: column project_task_history_cumulative.project_id does not exist.
Removing a feature is not a bug fix...
A "JOIN" was missing in the init method's psql request. The fix has
been released in trunk (revno 7740).
Regards,
Anto.
** Changed in: openobject-addons
Status: Fix Committed => Won't Fix
** Changed in: openobject-addons
Status: Won't Fix => Fix Released
--
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/1022509
Title:
ProgrammingError: column project_task_history_cumulative.project_id
does not exist.
Status in OpenERP Addons (modules):
Fix Released
Bug description:
Install project.
Go to Reporting -> Project -> Cumulative Flow and click on filter 'My
Projects'.
Its gives the following traceback:
Traceback (most recent call last):
File "/home/mdi/openerp/rdtools/server/trunk/openerp/osv/osv.py", line 121, in wrapper
return f(self, dbname, *args, **kwargs)
File "/home/mdi/openerp/rdtools/server/trunk/openerp/osv/osv.py", line 176, in execute
res = self.execute_cr(cr, uid, obj, method, *args, **kw)
File "/home/mdi/openerp/rdtools/server/trunk/openerp/osv/osv.py", line 164, in execute_cr
return getattr(object, method)(cr, uid, *args, **kw)
File "/home/mdi/openerp/rdtools/server/trunk/openerp/osv/orm.py", line 2573, in read_group
cr.execute('SELECT min(%s.id) AS id, count(%s.id) AS %s_count' % (self._table, self._table, group_count) + (flist and ',') + flist + ' FROM ' + from_clause + where_clause + gb + limit_str + offset_str, where_clause_params)
File "/home/mdi/openerp/rdtools/server/trunk/openerp/sql_db.py", line 152, in wrapper
return f(self, *args, **kwargs)
File "/home/mdi/openerp/rdtools/server/trunk/openerp/sql_db.py", line 212, in execute
res = self._obj.execute(query, params)
ProgrammingError: column project_task_history_cumulative.project_id does not exist
LINE 1: ...urs FROM "project_task_history_cumulative" WHERE (project_ta...
Thanks,
Divyesh
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/1022509/+subscriptions
References