c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #05226
[Bug 666934] Re: [6.0RC1] synchronize translation error
Hello Ferdinand,
Can you still reproduce this with the latest trunk?
If yes, can you provide the steps you used to reproduce it starting from a new database?
Thank you!
PS: the sync wizard does not sync with Rosetta, it simply updates the
translation terms for the selected language in the database with all
terms it could extract in the installed modules (similarly to what the
export wizard does, but it puts it in the database, and without
overriding existing translations)
** Changed in: openobject-server
Status: Confirmed => Incomplete
--
[6.0RC1] synchronize translation error
https://bugs.launchpad.net/bugs/666934
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: Incomplete
Bug description:
BTW does it sync with rosetta ?
OpenERP-Client Version : 6.0.0-rc1-1
Last revision No. & ID :1645 nch@xxxxxxxxxxx-20101022132538-cscwziomx1pvkmic
Traceback (most recent call last):
File "/home2/gass/OpenERP/trunk/openobject-server/bin/netsvc.py", line 489, in dispatch
result = ExportService.getService(service_name).dispatch(method, auth, params)
File "/home2/gass/OpenERP/trunk/openobject-server/bin/service/web_services.py", line 586, in dispatch
res = fn(db, uid, *params)
File "/home2/gass/OpenERP/trunk/openobject-server/bin/osv/osv.py", line 57, in wrapper
return f(self, dbname, *args, **kwargs)
File "/home2/gass/OpenERP/trunk/openobject-server/bin/osv/osv.py", line 140, in execute
res = pool.execute_cr(cr, uid, obj, method, *args, **kw)
File "/home2/gass/OpenERP/trunk/openobject-server/bin/osv/osv.py", line 130, in execute_cr
return getattr(object, method)(cr, uid, *args, **kw)
File "/home2/gass/OpenERP/trunk/openobject-server/bin/addons/base/module/wizard/base_update_translations.py", line 57, in default_get
lang = self.pool.get('res.lang').browse(cr, uid, record_id).code
File "/home2/gass/OpenERP/trunk/openobject-server/bin/osv/orm.py", line 277, in __getattr__
raise AttributeError(e)
AttributeError: 'Field code not found in browse_record(res.lang, 64)'
References