openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #13460
[Bug 1022509] Re: ProgrammingError: column project_task_history_cumulative.project_id does not exist.
Hello,
The solution for this bug is proposed in the branch :
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-
bug-1022509-mdi/
with following Revision ID and Number.
Revision ID : mdi@xxxxxxxxxxx-20120709113954-l17wlurxovz6z05i
Revision Number : 7007
Thanks,
Divyesh
** Changed in: openobject-addons
Status: In Progress => Fix Committed
--
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 Committed
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