c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #33104
[Bug 854522] Re: cannot open attendances view
hello,
Thanks for reporting !
This has been fixed at addons with revision-
info:5129:odo@xxxxxxxxxxx-20110924005547-pvgblte6r14so7mw
Thanks
** Changed in: openobject-server
Status: Confirmed => Fix Released
** Project changed: openobject-server => openobject-addons
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to OpenERP Project Group.
https://bugs.launchpad.net/bugs/854522
Title:
cannot open attendances view
Status in OpenERP Addons (modules):
Fix Released
Bug description:
In trunk, and an instance with demo data and all available modules in
the main application wizard installed, I cannot open the list view of
Human Resources/Attendances/Attendances
[2011-09-20 10:02:30,906][trunk_1] INFO:res.config:all configuration actions have been executed
[2011-09-20 10:30:03,861][?] ERROR:db.cursor:Programming error: ERREUR: la colonne hr_attendance.name::date n'existe pas
LIGNE 1 : ...CT "hr_attendance".id FROM "hr_attendance" WHERE (hr_attenda...
^
, in query SELECT "hr_attendance".id FROM "hr_attendance" WHERE (hr_attendance."name::date" = '2011-09-20') ORDER BY name desc limit 80
[2011-09-20 10:30:03,862][?] ERROR:web-services:Uncaught exception
Traceback (most recent call last):
File "/home/aline/openerp/server/trunk/openerp/osv/osv.py", line 118, in wrapper
return f(self, dbname, *args, **kwargs)
File "/home/aline/openerp/server/trunk/openerp/osv/osv.py", line 172, in execute
res = self.execute_cr(cr, uid, obj, method, *args, **kw)
File "/home/aline/openerp/server/trunk/openerp/osv/osv.py", line 163, in execute_cr
return getattr(object, method)(cr, uid, *args, **kw)
File "/home/aline/openerp/server/trunk/openerp/osv/orm.py", line 2106, in search
return self._search(cr, user, args, offset=offset, limit=limit, order=order, context=context, count=count)
File "/home/aline/openerp/server/trunk/openerp/osv/orm.py", line 4574, 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/aline/openerp/server/trunk/openerp/sql_db.py", line 153, in wrapper
return f(self, *args, **kwargs)
File "/home/aline/openerp/server/trunk/openerp/sql_db.py", line 213, in execute
res = self._obj.execute(query, params)
ProgrammingError: ERREUR: la colonne hr_attendance.name::date n'existe pas (in english : the colums hr_attendance.name does not exist)
LIGNE 1 : ...CT "hr_attendance".id FROM "hr_attendance" WHERE (hr_attenda...
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/854522/+subscriptions
References