[REM] module: temporarily disabled inclusion of PO files in web addons - pending web client fix

bzr revid: odo@openerp.com-20110112180527-ls3w2v83uat31yur
This commit is contained in:
Olivier Dony 2011-01-12 19:05:27 +01:00
parent 70c8198927
commit 977914cf1a
1 changed files with 3 additions and 2 deletions

View File

@ -629,8 +629,9 @@ class module(osv.osv):
for module in modules:
web_data = addons.zip_directory(
addons.get_module_resource(module.name, 'web'), False)
if self._translations_subdir(module):
web_data = self._add_translations(module, web_data)
#Temporarily disabled until web client is fixed
#if self._translations_subdir(module):
# web_data = self._add_translations(module, web_data)
modules_data.append({
'name': module.name,
'version': module.installed_version,