Remove dead commented code

This commit is contained in:
Nicolas Bessi 2014-09-10 08:12:44 +02:00 committed by Stéphane Bidoul (ACSONE)
parent 929ee81299
commit 4e2deaf914
No known key found for this signature in database
GPG Key ID: BCAB2555446B5B92
1 changed files with 0 additions and 3 deletions

View File

@ -150,9 +150,6 @@ class ServerConfiguration(models.TransientModel):
res = {} res = {}
for col, item in system_base_config.options.items(): for col, item in system_base_config.options.items():
key = self._format_key('openerp', col) key = self._format_key('openerp', col)
# fld = fields.Char(string=col, readonly=True)
# fld.name = key
# fld.model_name = self._model
res[key] = item res[key] = item
return res return res