re, Here are a couple of hours I'm trying to make portal and portal_* modules work. Tried first with a DB in wich I install the modules one after the other to discover OpenERP features but never managed to have the portal working. Fearing that too much modules kills modules... in a second attempt, I created a new DB only with CRM profile and then installed the portal module. But when I login with the portal user, I can connect but the menu never shows and the page stays with a eternal "loading..." message. Lately went to verify server logs and found it angry with the following error:
> [2010-06-12 15:20:50,675] INFO:web-service:successful login from 'portal' > using database 'demo_crm' > [2010-06-12 15:20:52,503] ERROR:web-services:[01]: > [2010-06-12 15:20:52,506] ERROR:web-services:[02]: Environment Information : > [2010-06-12 15:20:52,506] ERROR:web-services:[03]: System : > Linux-2.6.26-2-686-i686-with-debian-5.0.4 > [2010-06-12 15:20:52,507] ERROR:web-services:[04]: OS Name : posix > [2010-06-12 15:20:52,507] ERROR:web-services:[05]: Operating System Release : > 2.6.26-2-686 > [2010-06-12 15:20:52,508] ERROR:web-services:[06]: Operating System Version : > #1 SMP Tue Mar 9 17:35:51 UTC 2010 > [2010-06-12 15:20:52,508] ERROR:web-services:[07]: Operating System > Architecture : 32bit > [2010-06-12 15:20:52,508] ERROR:web-services:[08]: Operating System Locale : > fr_FR.UTF8 > [2010-06-12 15:20:52,508] ERROR:web-services:[09]: Python Version : 2.5.2 > [2010-06-12 15:20:52,509] ERROR:web-services:[10]: OpenERP-Server Version : > 5.0.9 > [2010-06-12 15:20:52,509] ERROR:web-services:[11]: Last revision No. & ID : > [2010-06-12 15:20:52,509] ERROR:web-services:[12]: Traceback (most recent > call last): > [2010-06-12 15:20:52,509] ERROR:web-services:[13]: File > "/opt/server/bin/osv/osv.py", line 58, in wrapper > [2010-06-12 15:20:52,510] ERROR:web-services:[14]: return f(self, dbname, > *args, **kwargs) > [2010-06-12 15:20:52,510] ERROR:web-services:[15]: File > "/opt/server/bin/osv/osv.py", line 119, in execute > [2010-06-12 15:20:52,510] ERROR:web-services:[16]: res = > pool.execute_cr(cr, uid, obj, method, *args, **kw) > [2010-06-12 15:20:52,510] ERROR:web-services:[17]: File > "/opt/server/bin/osv/osv.py", line 111, in execute_cr > [2010-06-12 15:20:52,510] ERROR:web-services:[18]: return getattr(object, > method)(cr, uid, *args, **kw) > [2010-06-12 15:20:52,510] ERROR:web-services:[19]: File > "/opt/server/bin/osv/orm.py", line 2225, in read > [2010-06-12 15:20:52,511] ERROR:web-services:[20]: result = > self._read_flat(cr, user, select, fields, context, load) > [2010-06-12 15:20:52,511] ERROR:web-services:[21]: File > "/opt/server/bin/osv/orm.py", line 2355, in _read_flat > [2010-06-12 15:20:52,511] ERROR:web-services:[22]: res2 = > self._columns[f].get(cr] self, ids, f, user, context=context, values=res) > [2010-06-12 15:20:52,511] ERROR:web-services:[23]: File > "/opt/server/bin/osv/fields.py", line 430, in get > [2010-06-12 15:20:52,511] ERROR:web-services:[24]: > res[r[self._fields_id]].append(r['id] > [2010-06-12 15:20:52,512] ERROR:web-services:[25]: KeyError: None > As always, any help MUCH appreciated Thank yall in advance -------------------- m2f -------------------- -- http://www.openobject.com/forum/viewtopic.php?p=57353#57353 -------------------- m2f -------------------- _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman2/listinfo/tinyerp-users
