odoo/openerp/osv
Raphael Collet 8ea17a8cc9 [FIX] orm: always save boolean function fields, even when they are false
Fixes #4292: searching for records when a related boolean field is `False`
always returns nothing.
2015-10-12 16:38:17 +02:00
..
__init__.py API docs: settings file and titles at modules 2011-06-23 12:03:57 +03:00
expression.py [FIX] expression: internal domain operators require different parsing 2015-06-23 15:04:45 +02: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] orm: always save boolean function fields, even when they are false 2015-10-12 16:38:17 +02: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