odoo/openerp/addons/test_inherit
Nicolas Lempereur cfcc37bca5 [FIX] expression: leaf in o2m with m2o inherits'd field
The reverse field of a one2many could be originating from an
inherits'd field, this was solved in some instance with f5e5bbda.

The issue could still happen in some instances when doing a comparison
of:

- the one2many field to a False value,
- the one2many with a negative operator and an empty set to negate,

With this change, the ORM is used in such a situation.

closes #15234
opw-704962
2017-01-26 16:47:52 +01:00
..
tests [FIX] expression: leaf in o2m with m2o inherits'd field 2017-01-26 16:47:52 +01:00
__init__.py [MERGE] new v8 api by rco 2014-07-06 17:05:41 +02:00
__openerp__.py [FIX] fields: in to_column(), returning self.column is generally not correct 2014-10-08 16:39:59 +02:00
demo_data.xml [FIX] fields: in to_column(), returning self.column is generally not correct 2014-10-08 16:39:59 +02:00
ir.model.access.csv [FIX] fields: make overriding a property field by a function/computed field work 2015-10-26 17:25:47 +01:00
models.py [FIX] fields: make overriding a property field by a function/computed field work 2015-10-26 17:25:47 +01:00