odoo/openerp
Raphael Collet 85533e1841 [FIX] models: in onchange(), do not send a field value if it has not changed
The method onchange() executes onchange methods in cascade.  Suppose onchange()
is called and a field F=1 in the form.  If an onchange method set F=2, that
value is put in the result variable.  If another onchange method set it back to
F=1, the binding F=2 must be removed from the result variable.

Fixes #2309
2014-09-11 11:45:23 +02:00
..
addons [FIX] base: ir.model.data.name_get() respect expected behavior. 2014-09-09 13:28:47 +02:00
cli [ADD] initial theme guide + scaffolding 2014-09-02 12:43:17 +02:00
conf [MERGE] openerp.pooler is deprecated. 2013-03-27 17:40:45 +01:00
modules [ADD] doc: new documentation, with training tutorials, and new scaffolding 2014-08-22 17:51:20 +02:00
osv [FIX] openerp/osv/fields: disable prefetching when reading inverse of one2many fields 2014-09-10 09:41:36 +02:00
report [MERGE] forward port of branch saas-5 up to 7e117b1 2014-08-28 16:51:11 +02:00
service Merge pull request #1169 from xmo-odoo/8.0-remove-async-db-create-xmo 2014-07-16 10:29:21 +02:00
tests [MERGE] Forward-port saas-5 up to acbdac4 2014-08-14 14:56:57 +02:00
tools FIX] packaging: odoo-ification 2014-09-04 16:27:58 +02:00
workflow [IMP] workflow: add sequence for ordering workflow transitions (split/join mode especially for XOR) 2014-08-05 12:26:28 +02:00
PKG-INFO [REM] netrpc: KILL EVERYBODY 2013-02-21 13:18:25 +01:00
__init__.py [MERGE] new v8 api by rco 2014-07-06 17:05:41 +02:00
api.py [FIX] openerp.api.Environment: move recomputation todos into a shared object 2014-09-04 10:18:55 +02:00
exceptions.py [ADD] doc: new documentation, with training tutorials, and new scaffolding 2014-08-22 17:51:20 +02:00
fields.py [FIX] fields.py: One2many fields only set inverse field on Many2one fields 2014-09-09 13:28:48 +02:00
http.py [IMP] openerp/http.py: accept mimetype application/json-rpc for json-rpc calls 2014-09-09 10:11:33 +02:00
import_xml.rng [MERGE] ir-ui-view split active and show_customize 2014-08-31 16:56:44 +02:00
loglevels.py [REF] logging: removed pseudo log-level TEST. 2013-03-26 16:58:44 +01:00
models.py [FIX] models: in onchange(), do not send a field value if it has not changed 2014-09-11 11:45:23 +02:00
netsvc.py [FIX] allow `--log-db` to connect to another postgresql server than the one setted in config 2014-08-25 18:52:50 +02:00
pooler.py [IMP] registry: avoid every direct access registry.db, and rename attribute as registry._db 2014-04-09 15:35:15 +02:00
release.py FIX] packaging: odoo-ification 2014-09-04 16:27:58 +02:00
sql_db.py [FIX] removed bad comments from previous commit 2014-09-05 17:12:49 +02:00