odoo/openerp
Xavier Morel 8c3d71ccb8 [CHG] Fix task 7536 / PR #499 differently
Issue was the propagation of contextual values across actions, more
precisely conserving the selected fiscal year when selecting an account
from the chart of accounts tree view: the chart of accounts tree view is
generally opened for a specific fiscal year, and it seemed sensible that
opening an account would show only the journal items for the previously
selected fiscal years rather than all items ever.

PR #649 altered action.read by tentatively evaluating the action's
context, however this has the side-effect of providing evaluated
contexts when creating or editing actions via the UI, usually breaking
them in the process (as the context at this point is basically
nonsensical for the action's purpose).

This backs out the previous fix, and creates a fix restricted to the
tree view's JS (thereby removing the feature for window actions not
invoked from a tree view).

closes #4677, closes #4690
2015-01-14 13:28:23 +01:00
..
addons [CHG] Fix task 7536 / PR #499 differently 2015-01-14 13:28:23 +01:00
cli [FIX] When using "--stop-after-init", set the return code correctly. A non zero return code reflect the number of databases that fail to load/update 2014-10-24 16:24:50 +02:00
conf [MERGE] openerp.pooler is deprecated. 2013-03-27 17:40:45 +01:00
modules [IMP] registry loading: setup models only if necessary 2014-12-19 13:57:08 +01:00
osv [FIX] expression: use "unaccent(column::text)" instead of "unaccent(column)::text" 2015-01-12 17:52:26 +01:00
report [IMP] Look for TTC font files as well as TTF 2015-01-12 15:16:10 +01:00
service [IMP] doc: update windows source code instructions 2015-01-07 03:26:15 +01:00
tests [FIX] test phantomjs discard stderr 2015-01-09 01:21:42 +01:00
tools [MERGE] forward port of branch saas-3 up to 879fca0 2015-01-06 19:00:08 +01: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 Merge pull request #3645 from odoo-dev/8.0-fix2manyupdateonchanges-chs 2014-11-25 12:42:36 +01: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: add minimal support for serialized fields in new API 2015-01-07 16:34:50 +01:00
http.py [FIX] http: log rpc.request and rpc.response handlers 2015-01-13 15:50:29 +01: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 [IMP] models: force recomputation of all fields on a newly created record 2015-01-13 16:03:58 +01:00
netsvc.py [FIX] logging: dont use color in windows cmd 2015-01-09 01:45:41 +01: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 [REL] Odoo 8.0 2014-09-18 12:11:18 +02:00
sql_db.py [MERGE] forward port of branch saas-3 up to 30674c3 2014-12-23 14:03:38 +01:00