[IMP] fields warning display args to locate them

bzr revid: al@openerp.com-20121209193952-ukk0aie3d8fg18q2
This commit is contained in:
Antony Lesuisse 2012-12-09 20:39:52 +01:00
parent 52f4431198
commit 2f1f17ead9
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ class boolean(_column):
_logger.debug(
"required=True is deprecated: making a boolean field"
" `required` has no effect, as NULL values are "
"automatically turned into False.")
"automatically turned into False. args: %r",args)
class integer(_column):
_type = 'integer'