odoo/openerp/osv
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 [MERGE] new v8 api by rco 2014-07-06 17:05:41 +02:00
expression.py [FIX] osv: fix boolean in domain for custom field 2015-12-04 16:31:31 +01:00
fields.py [FIX] fields: make overriding a property field by a function/computed field work 2015-10-26 17:25:47 +01:00
orm.py [MERGE] forward port of branch 7.0 up to 80c7209 2015-11-03 11:40:01 +01:00
osv.py [MERGE] new v8 api by rco 2014-07-06 17:05:41 +02:00
query.py [REM] Deleted .apidoc lines. 2013-02-12 15:24:10 +01:00