odoo/openerp/osv
Jeremy Kersten 3a1c693259 [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.

Backport of de3b64018a
2015-12-04 18:22:32 +01:00
..
__init__.py API docs: settings file and titles at modules 2011-06-23 12:03:57 +03:00
expression.py [FIX] osv: fix boolean in domain for custom field 2015-12-04 18:22:32 +01:00
fields.py [FIX] fields: error if there is no value when convert a many2many relation 2015-06-24 16:52:05 +02:00
orm.py [FIX] tools: ignore unknown entities while parsing 2015-11-03 21:38:53 +01:00
osv.py [IMP] osv: display full traceback in terminal (not client side) when a check fails instead of minimal error 2014-01-08 15:05:54 +01:00
query.py [REM] unnecessary parens 2012-12-14 13:38:03 +01:00