odoo/openerp/addons/test_new_api/tests
Jeremy Kersten de3b64018a [FIX] osv: fix boolean in domain for custom field
When a new column has been added after that some data already exists,
the old lines will keep an empty/null value. So when we search is the new field
is equals to False or if it is different of True, we need to match the null
values.

close #9925
2015-12-04 16:31:31 +01:00
..
__init__.py [FIX] osv: fix boolean in domain for custom field 2015-12-04 16:31:31 +01:00
test_attributes.py [MERGE] new v8 api by rco 2014-07-06 17:05:41 +02:00
test_domain.py [FIX] osv: fix boolean in domain for custom field 2015-12-04 16:31:31 +01:00
test_field_conversions.py [MERGE] new v8 api by rco 2014-07-06 17:05:41 +02:00
test_new_fields.py [FIX] fields: fix assignment of related field on several records 2015-10-02 17:05:35 +02:00
test_no_infinite_recursion.py [FIX] models: old api, prevent infinite recursion in stored function fields 2015-08-31 17:45:21 +02:00
test_onchange.py [FIX] models: in onchange, false changes where detected in many2many fields 2015-02-21 11:29:13 +01:00
test_related.py [IMP] models: convert deprecated model._all_columns into a dynamic property 2015-03-23 14:36:14 +01:00