odoo/openerp/addons/test_new_api/tests
Raphael Collet 86d276b4bb [FIX] models: fix *2many multi-onchange bug
This fixes the case where the lines of a one2many field are modified several
times by onchange methods: instead of retrieving the most recent updates, we
merge them with former updates.

This solution was written as an improvement of a proposal made by Alexis
Delattre and Sébastien Beau as #11620.
2016-04-22 16:25:11 +02: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: make `related_sudo` work for draft records (2) 2016-01-28 16:33:09 +01: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: fix *2many multi-onchange bug 2016-04-22 16:25:11 +02:00
test_related.py [IMP] models: convert deprecated model._all_columns into a dynamic property 2015-03-23 14:36:14 +01:00