← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 791756] [NEW] unused lang_id in res_lang.py

 

Public bug reported:

In server v6.0.2,

in the file bin/addons/base/res/res_lang.py

in the class lang(osv.osv), method "install_lang" you have this line:

lang_id = self.load_lang(cr, uid, lang)

however lang_id is not used after the assignment.

** Affects: openobject-server
     Importance: Undecided
         Status: New


** Tags: 6.0.2

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

Title:
  unused lang_id in res_lang.py

Status in OpenERP Server:
  New

Bug description:
  In server v6.0.2,

  in the file bin/addons/base/res/res_lang.py

  in the class lang(osv.osv), method "install_lang" you have this line:

  lang_id = self.load_lang(cr, uid, lang)

  however lang_id is not used after the assignment.


Follow ups

References