← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 641888] Re: Update module list fails

 

Hello Gerhard du Toit,

This is an error due to the fact that you removed a view from GUI,but
there is still a dependency on it.

Thanks.

** Changed in: openobject-server
       Status: New => Invalid

-- 
Update module list fails
https://bugs.launchpad.net/bugs/641888
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.

Status in OpenObject Server: Invalid

Bug description:
upgraded from 5.0.12 to 5.0.14 then when trying to do update module list i get the following 


[2010-09-18 10:58:26,100][Sep13] ERROR:web-services:[01]: 
[2010-09-18 10:58:26,100][Sep13] ERROR:web-services:[02]: Environment Information : 
[2010-09-18 10:58:26,100][Sep13] ERROR:web-services:[03]: System : Linux-2.6.32-24-generic-x86_64-with-LinuxMint-9-isadora
[2010-09-18 10:58:26,101][Sep13] ERROR:web-services:[04]: OS Name : posix
[2010-09-18 10:58:26,101][Sep13] ERROR:web-services:[05]: Distributor ID:	LinuxMint
[2010-09-18 10:58:26,101][Sep13] ERROR:web-services:[06]: Description:	Linux Mint 9 Isadora
[2010-09-18 10:58:26,101][Sep13] ERROR:web-services:[07]: Release:	9
[2010-09-18 10:58:26,101][Sep13] ERROR:web-services:[08]: Codename:	isadora
[2010-09-18 10:58:26,101][Sep13] ERROR:web-services:[09]: Operating System Release : 2.6.32-24-generic
[2010-09-18 10:58:26,101][Sep13] ERROR:web-services:[10]: Operating System Version : #41-Ubuntu SMP Thu Aug 19 01:38:40 UTC 2010
[2010-09-18 10:58:26,102][Sep13] ERROR:web-services:[11]: Operating System Architecture : 64bit
[2010-09-18 10:58:26,102][Sep13] ERROR:web-services:[12]: Operating System Locale : NOT SET
[2010-09-18 10:58:26,102][Sep13] ERROR:web-services:[13]: Python Version : 2.6.5
[2010-09-18 10:58:26,102][Sep13] ERROR:web-services:[14]: OpenERP-Server Version : 5.0.14
[2010-09-18 10:58:26,102][Sep13] ERROR:web-services:[15]: Last revision No. & ID : 
[2010-09-18 10:58:26,102][Sep13] ERROR:web-services:[16]: Exception in call: Traceback (most recent call last):
[2010-09-18 10:58:26,102][Sep13] ERROR:web-services:[17]:   File "/usr/local/lib/python2.6/dist-packages/openerp-server/wizard/__init__.py", line 73, in execute_cr
[2010-09-18 10:58:26,103][Sep13] ERROR:web-services:[18]:     action_res = action(self, cr, uid, data, context)
[2010-09-18 10:58:26,103][Sep13] ERROR:web-services:[19]:   File "/usr/local/lib/python2.6/dist-packages/openerp-server/addons/base/module/wizard/wizard_update_module.py", line 50, in _update_module
[2010-09-18 10:58:26,103][Sep13] ERROR:web-services:[20]:     update, add = pooler.get_pool(cr.dbname).get('ir.module.module').update_list(cr, uid)
[2010-09-18 10:58:26,103][Sep13] ERROR:web-services:[21]:   File "/usr/local/lib/python2.6/dist-packages/openerp-server/addons/base/module/module.py", line 334, in update_list
[2010-09-18 10:58:26,103][Sep13] ERROR:web-services:[22]:     'certificate': terp.get('certificate') or None,
[2010-09-18 10:58:26,103][Sep13] ERROR:web-services:[23]:   File "/usr/local/lib/python2.6/dist-packages/openerp-server/osv/orm.py", line 2745, in write
[2010-09-18 10:58:26,103][Sep13] ERROR:web-services:[24]:     self.pool.get(object)._store_set_values(cr, user, ids, fields, context)
[2010-09-18 10:58:26,103][Sep13] ERROR:web-services:[25]:   File "/usr/local/lib/python2.6/dist-packages/openerp-server/osv/orm.py", line 2967, in _store_set_values
[2010-09-18 10:58:26,104][Sep13] ERROR:web-services:[26]:     result = self._columns[val[0]].get(cr, self, ids, val, uid, context=context)
[2010-09-18 10:58:26,104][Sep13] ERROR:web-services:[27]:   File "/usr/local/lib/python2.6/dist-packages/openerp-server/osv/fields.py", line 661, in get
[2010-09-18 10:58:26,104][Sep13] ERROR:web-services:[28]:     res = self._fnct(obj, cr, user, ids, name, self._arg, context)
[2010-09-18 10:58:26,104][Sep13] ERROR:web-services:[29]:   File "/usr/local/lib/python2.6/dist-packages/openerp-server/addons/base/module/module.py", line 141, in _get_views
[2010-09-18 10:58:26,104][Sep13] ERROR:web-services:[30]:     res[mnames[data_id.module]]['views_by_module'] += aa + v.name + ' ('+v.type+')\n'
[2010-09-18 10:58:26,104][Sep13] ERROR:web-services:[31]: TypeError: cannot concatenate 'str' and 'bool' objects