[6.0RC1] synchronize translation error

Bug #666934 reported by Ferdinand
14
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Odoo Server (MOVED TO GITHUB)
Fix Released
Medium
OpenERP's Framework R&D

Bug Description

BTW does it sync with rosetta ?

OpenERP-Client Version : 6.0.0-rc1-1
Last revision No. & ID :1645 <email address hidden>
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)'

Changed in openobject-server:
assignee: nobody → OpenERP's Framework R&D (openerp-dev-framework)
importance: Undecided → Medium
milestone: none → 6.0-rc2
status: New → Confirmed
Revision history for this message
Olivier Dony (Odoo) (odo-openerp) wrote :

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
Revision history for this message
Olivier Dony (Odoo) (odo-openerp) wrote :

Update: this was fixed on 2010-10-28 at server revision 2959 revid:<email address hidden>

Changed in openobject-server:
milestone: 6.0-rc2 → none
status: Incomplete → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.