openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #11981
[Bug 1006271] Re: Synhronize Translations crash
Hello Vitaly,
I have tried the "Synchronise term" on both 6.1 as well as trunk.
There is nothing to do with "hr_timesheet module".
*6.1* for 6.1 it's working fine and it's working fine.
*Trunk* on trunk I have faced the following error.
Traceback (most recent call last):
File "/home/amp/workspace/rdtools/server/trunk/openerp/osv/osv.py", line 121, in wrapper
return f(self, dbname, *args, **kwargs)
File "/home/amp/workspace/rdtools/server/trunk/openerp/osv/osv.py", line 176, in execute
res = self.execute_cr(cr, uid, obj, method, *args, **kw)
File "/home/amp/workspace/rdtools/server/trunk/openerp/osv/osv.py", line 164, in execute_cr
return getattr(object, method)(cr, uid, *args, **kw)
File "/home/amp/workspace/rdtools/server/trunk/openerp/addons/base/module/wizard/base_update_translations.py", line 49, in act_update
tools.trans_export(this.lang, ['all'], buf, 'csv', cr)
File "/home/amp/workspace/rdtools/server/trunk/openerp/tools/translate.py", line 468, in trans_export
trans = trans_generate(lang, modules, cr)
File "/home/amp/workspace/rdtools/server/trunk/openerp/tools/translate.py", line 583, in trans_generate
exists = pool.get(model).exists(cr, uid, res_id)
File "/home/amp/workspace/rdtools/server/trunk/openerp/osv/orm.py", line 4812, in exists
cr.execute(query + "WHERE ID IN %s", (tuple(ids),))
TypeError: 'NoneType' object is not iterable
2012-05-30 09:57:06,424 10615 ERROR None openerp.netsvc: 'NoneType' object is not iterable
So would you please tell us which type of problem you have faced. or
provide a your end screen-shot them we can identify your problem.
Thanks and waiting for your reply!
** Changed in: openobject-server
Status: New => Incomplete
--
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/1006271
Title:
Synhronize Translations crash
Status in OpenERP Server:
Incomplete
Bug description:
In 6.1 and in 6.2 installig hr_timeshift module crash the Synhronize
Translations feature.
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-server/+bug/1006271/+subscriptions
Follow ups
References