[FIX] ir.attachement: typo s/config_paramater/config_parameter/

bzr revid: chs@openerp.com-20140116214722-4804mskx7c21ikk5
This commit is contained in:
Christophe Simonis 2014-01-16 22:47:22 +01:00
parent 080cbb88a3
commit 45d24fd92b
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ class ir_attachment(osv.osv):
@tools.ormcache()
def _filestore(self, cr, uid, context=None):
dbuuid = self.pool['ir.config_paramater'].get_param(cr, SUPERUSER_ID, 'database.uuid')
dbuuid = self.pool['ir.config_parameter'].get_param(cr, SUPERUSER_ID, 'database.uuid')
return os.path.join(tools.config['data_dir'], 'filestore', dbuuid)
# 'data' field implementation