[FIX]remove warning res.partner.address deprecated

bzr revid: tch@tinyerp.com-20121010061127-8e27icb0kqzsyoa5
This commit is contained in:
Twinkle Christian (OpenERP) 2012-10-10 11:41:27 +05:30
parent 4eec1b454e
commit 6404157707
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@
-
Test one2many operator with False
-
!assert {model: res.partner, search: "[('child_ids', '=',False)]"}:
!assert {model: res.partner, search: "[('child_ids', '=', False)]"}:
- child_ids in (False, None, [])
-
Test many2many operator with empty search list