Skip to content

Commit

Permalink
[FIX]remove warning res.partner.address deprecated
Browse files Browse the repository at this point in the history
bzr revid: tch@tinyerp.com-20121010061127-8e27icb0kqzsyoa5
  • Loading branch information
41089 committed Oct 10, 2012
1 parent 4eec1b4 commit 6404157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openerp/addons/base/test/test_osv_expression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6404157

Please sign in to comment.