odoo/openerp/addons/base/ir
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
..
__init__.py [IMP] Add the ir_logging object where we will store the log messages (exception, error and warning) 2014-02-28 17:10:55 +01:00
ir_actions.py [CHG] Fix task 7536 / PR #499 differently 2015-01-14 13:28:23 +01:00
ir_actions.xml [REF] OpenERP --> Odoo in various UI texts 2014-07-18 13:45:41 +02:00
ir_attachment.py [MERGE] forward port of branch saas-3 up to 77500e5 2014-10-02 15:36:58 +02:00
ir_attachment_view.xml Merge pull request #272 from odoo-dev/master-inline-searchview-ged 2014-06-12 16:27:11 +02:00
ir_config_parameter.py [IMP] ir.config.parameters: support group-based access control 2014-06-26 16:27:24 +02:00
ir_config_parameter_view.xml [IMP] ir.config.parameters: support group-based access control 2014-06-26 16:27:24 +02:00
ir_cron.py [MERGE] forward port of branch saas-3 up to fe8106f 2014-09-26 12:53:59 +02:00
ir_cron_view.xml [IMP] menuitems cleanups 2014-06-28 17:32:01 +02:00
ir_default.py [REM] Unnecessary `size` parameters on char fields 2014-06-25 17:13:43 +02:00
ir_exports.py [MERGE] new v8 api by rco 2014-07-06 17:05:41 +02:00
ir_fields.py [IMP] use model._fields instead of model._all_columns to cover all fields 2014-11-04 13:47:57 +01:00
ir_filters.py [IMP] ir.filters: new filters are local to the menu/action by default 2014-07-01 03:29:05 +02:00
ir_filters.xml [IMP] ir.filters: new filters are local to the menu/action by default 2014-07-01 03:29:05 +02:00
ir_http.py [FIX] Do not lose session.db on authentication error 2014-10-17 17:09:01 +02:00
ir_logging.py [IMP] ir.logging: add index on dbname/type, important with high number of log lines 2014-07-25 10:46:12 +02:00
ir_logging_view.xml [IMP] menuitems cleanups 2014-06-28 17:32:01 +02:00
ir_mail_server.py [MERGE] forward port of branch saas-3 up to f7a76cb 2014-11-04 18:05:58 +01:00
ir_mail_server_view.xml Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00
ir_model.py [IMP] enable loading custom models/fields and views from module data files 2014-12-19 13:57:08 +01:00
ir_model_report.sxw fix res_group rename, move files to clean up res 2013-10-06 17:03:09 +02:00
ir_model_report.xml fix res_group rename, move files to clean up res 2013-10-06 17:03:09 +02:00
ir_model_view.xml [IMP] menuitems cleanups 2014-06-28 17:32:01 +02:00
ir_needaction.py [MERGE] From trunk (second time) 2012-12-17 15:47:53 +01:00
ir_qweb.py [FIX] base: QWeb monetary field rounding 2014-11-28 15:00:59 +01:00
ir_qweb.xml [MERGE] new v8 api by rco 2014-07-06 17:05:41 +02:00
ir_rule.py [MERGE] new v8 api by rco 2014-07-06 17:05:41 +02:00
ir_rule_view.xml Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00
ir_sequence.py [REF] OpenERP --> Odoo in various UI texts 2014-07-18 13:45:41 +02:00
ir_sequence_view.xml Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00
ir_translation.py [MERGE] forward port of branch saas-3 up to 879fca0 2015-01-06 19:00:08 +01:00
ir_translation_view.xml [ADD] views documentation 2014-08-28 15:02:33 +02:00
ir_ui_menu.py [REF] OpenERP --> Odoo in various UI texts 2014-07-18 13:45:41 +02:00
ir_ui_menu_view.xml [REF] OpenERP --> Odoo in various UI texts 2014-07-18 13:45:41 +02:00
ir_ui_view.py [FIX] base: translation of terms in inherited view 2015-01-08 12:01:09 +01:00
ir_ui_view_view.xml [IMP] base: show "mode" in ir.ui.view form view 2014-12-09 19:49:50 +01:00
ir_values.py [IMP] use model._fields instead of model._all_columns to cover all fields 2014-11-04 13:47:57 +01:00
ir_values_view.xml Merge pull request #272 from odoo-dev/master-inline-searchview-ged 2014-06-12 16:27:11 +02:00
osv_memory_autovacuum.py [FIX]Autovacuum force true 2013-01-21 16:03:18 +01:00
osv_memory_autovacuum.xml [FIX] cleanup ir.xml mess, ir.ui.view name is now optional in xml files 2012-10-13 14:09:24 +02:00