ORM : debug : error message on python constraints are now displayed correctly

bzr revid: bch-4da003a23784f2807cdc851069931a166cc51307
This commit is contained in:
bch 2007-01-17 14:07:28 +00:00
parent 23b65836f3
commit 684c17c143
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ class account_invoice(osv.osv):
return True
_constraints = [
(_check_bvr, 'Error ! Invalid Bvr Number.', ['bvr_ref_num'])
(_check_bvr, 'Error ! Invalid Bvr Number.', [''])
]