[FIX] typo

bzr revid: al@openerp.com-20120626204250-ez6v0cyrjg30h521
This commit is contained in:
Antony Lesuisse 2012-06-26 22:42:50 +02:00
parent 5c8eec43bd
commit 2e7c217497
1 changed files with 2 additions and 2 deletions

View File

@ -143,8 +143,8 @@ class document_file(osv.osv):
_defaults = {
'user_id': lambda self, cr, uid, ctx:uid,
'parent_id': __get_def_directory
'file_size': lambda self, cr, uid, ctx:0
'parent_id': __get_def_directory,
'file_size': lambda self, cr, uid, ctx:0,
}
_sql_constraints = [
# filename_uniq is not possible in pure SQL