[FIX] pep8: tab -> space

bzr revid: olt@tinyerp.com-20120223094355-ejsm256vn58bn4i2
This commit is contained in:
olt@tinyerp.com 2012-02-23 10:43:55 +01:00
parent f2e81931f2
commit 3be394de8a
1 changed files with 1 additions and 1 deletions

View File

@ -2690,7 +2690,7 @@ class BaseModel(object):
elif val in dict(self._columns[field].selection(self, cr, uid, context=context)):
return
raise except_orm(_('ValidateError'),
_('The value "%s" for the field "%s.%s" is not in the selection') % (value, self._table, field))
_('The value "%s" for the field "%s.%s" is not in the selection') % (value, self._table, field))
def _check_removed_columns(self, cr, log=False):
# iterate on the database columns to drop the NOT NULL constraints