LinkedIn ------------
Bug, I'd like to add you to my professional network on LinkedIn. - Damir Damir Tusek ERP Consultant at Infokom d.o.o. Croatia Confirm that you know Damir Tusek: https://www.linkedin.com/e/t21q58-h0kn9qco-1s/isd/6533512480/CP1lpWo6/?hs=false&tok=1YcQBTLyFO75c1 -- You are receiving Invitation to Connect emails. Click to unsubscribe: http://www.linkedin.com/e/t21q58-h0kn9qco-1s/GN5c8BACAPyDbCp60ub_zmZCyYQbmvVASPmnGor/goo/701914%40bugs%2Elaunchpad%2Enet/20061/I2266087994_1/?hs=false&tok=35d9fegB5O75c1 (c) 2012 LinkedIn Corporation. 2029 Stierlin Ct, Mountain View, CA 94043, USA. -- You received this bug notification because you are a member of OpenERP Indian Team, which is subscribed to OpenERP Server. https://bugs.launchpad.net/bugs/701914 Title: AttributeError: 'str' object has no attribute 'get' Status in OpenERP Server: Invalid Bug description: Hi! I'm using openerp server v5.0.14 and i sometimes get an error when I select something on the main menu of the web-client: Traceback (most recent call last): File "/usr/lib/python2.5/site-packages/openerp-server/netsvc.py", line 299, in dispatch result = LocalService(service_name)(method, *params) File "/usr/lib/python2.5/site-packages/openerp-server/netsvc.py", line 77, in __call__ return getattr(self, method)(*params) File "/usr/lib/python2.5/site-packages/openerp-server/addons/audittrail/audittrail.py", line 341, in execute return fct_src(db, uid, passwd, model, method, *args) File "/usr/lib/python2.5/site-packages/openerp-server/addons/base_module_record/base_module_record.py", line 38, in execute res = super(recording_objects_proxy, self).execute(*args, **argv) File "/usr/lib/python2.5/site-packages/openerp-server/service/web_services.py", line 577, in execute res = service.execute(db, uid, object, method, *args) File "/usr/lib/python2.5/site-packages/openerp-server/osv/osv.py", line 58, in wrapper return f(self, dbname, *args, **kwargs) File "/usr/lib/python2.5/site-packages/openerp-server/osv/osv.py", line 119, in execute res = pool.execute_cr(cr, uid, obj, method, *args, **kw) File "/usr/lib/python2.5/site-packages/openerp-server/osv/osv.py", line 111, in execute_cr return getattr(object, method)(cr, uid, *args, **kw) File "/usr/lib/python2.5/site-packages/openerp-server/osv/orm.py", line 1291, in fields_view_get view_ref = context.get(view_type + '_view_ref', False) AttributeError: 'str' object has no attribute 'get' It happens randomly and without any cause. I don't know if it happens in the gtk client too but I could check the next time it happens. After I restart the server everything works fine. Anyone any idea? To manage notifications about this bug go to: https://bugs.launchpad.net/openobject-server/+bug/701914/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~openerp-india Post to : [email protected] Unsubscribe : https://launchpad.net/~openerp-india More help : https://help.launchpad.net/ListHelp

