c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #06724
[Bug 686005] Re: [Trunk] Views don't work anymore
Hi,
I forget to reinstall client after downloading sources - forgot I wasn't
running it inside eclipse. After running client setup.py all is
functioning well again. (well except for the other bug where setup puts
wrong path in /usr/local/bin/openerp-client). The clue was no issues
with web-client.
Laurent - try again with latest gtk-client and see if it reproduces.
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/686005
Title:
[Trunk] Views don't work anymore
Status in OpenObject Server:
Invalid
Bug description:
Hi,
On the last trunk version, there is a big problem.
On all views, I have the error :
[2010-12-06 16:06:05,931][alfea] ERROR:web-services:Uncaught exception
Traceback (most recent call last):
File "/home/laurent/workspace/OpenERP trunk server/bin/osv/osv.py", line 119, in wrapper
return f(self, dbname, *args, **kwargs)
File "/home/laurent/workspace/OpenERP trunk server/bin/osv/osv.py", line 203, in execute
res = pool.execute_cr(cr, uid, obj, method, *args, **kw)
File "/home/laurent/workspace/OpenERP trunk server/bin/osv/osv.py", line 193, in execute_cr
return getattr(object, method)(cr, uid, *args, **kw)
File "/home/laurent/workspace/OpenERP trunk server/bin/osv/orm.py", line 1672, in fields_view_get
cr.execute(query, params)
File "/home/laurent/workspace/OpenERP trunk server/bin/sql_db.py", line 76, in wrapper
return f(self, *args, **kwargs)
File "/home/laurent/workspace/OpenERP trunk server/bin/sql_db.py", line 129, in execute
res = self._obj.execute(query, params)
DataError: invalid input syntax for integer: "CRM - Leads Search"
LINE 1: ...pe,inherit_id FROM ir_ui_view WHERE id=ARRAY[521, E'CRM - Le...
^
> /home/laurent/workspace/OpenERP trunk server/bin/sql_db.py(129)execute()
-> res = self._obj.execute(query, params)
References