odoo/bin/addons/base/ir
Olivier Dony 1896ef488b [FIX] ir.model.data: ensure cache of known "model data reference ids" is not lost after osv inheritance
By storing this cache in the pool and only referencing it in the instance we ensure that it is not lost
when the osv instance is replaced in the pool, e.g. as soon as on osv object inherits from ir.model.data.
This is now needed, as the module data cleanup is now done globally at the end of all module installation,
while it was done on a smaller scale before (leading to other kinds of issues).

lp bug: https://launchpad.net/bugs/704051 fixed
lp bug: https://launchpad.net/bugs/701644 fixed

bzr revid: odo@openerp.com-20110117184453-kxvbuzmuge6u1mh4
2011-01-17 19:44:53 +01:00
..
wizard [FIX] all: ensure all open files are closed (partial patch courtesy of Lampman Trading) 2011-01-04 11:13:35 +01:00
workflow [FIX] workflow:- Subflow id pass in list in graph_get method. 2011-01-12 14:24:42 +05:30
__init__.py [merge] 2010-11-19 09:17:21 +01:00
ir.xml [FIX] ir.ui.view,ir.ui.view.custom: cleanup handling of customized views + add menu and views 2011-01-07 17:03:37 +01:00
ir_actions.py [FIX] all: ensure all open files are closed (partial patch courtesy of Lampman Trading) 2011-01-04 11:13:35 +01:00
ir_attachment.py [MERGE] many improvements regarding translations, logging, reports, http, speed, ... 2010-11-25 18:53:28 +01:00
ir_board.py Changed encoding to coding ref: PEP: 0263 2009-10-20 16:22:23 +05:30
ir_config_parameter.py [IMP] Improved res_log handling 2010-11-23 10:57:38 +01:00
ir_cron.py [FIX] ir.cron: always reschedule tasks even when one of them takes too long (courtesy of Don Kirkby) 2010-12-23 12:28:24 +01:00
ir_default.py Changed encoding to coding ref: PEP: 0263 2009-10-20 16:22:23 +05:30
ir_exports.py [IMP] import / export cleaned 2010-12-21 00:17:43 +01:00
ir_filters.py [FIX] filters : Size of model name corrected to 64,same as model name 2010-11-02 19:48:07 +05:30
ir_model.py [FIX] ir.model.data: ensure cache of known "model data reference ids" is not lost after osv inheritance 2011-01-17 19:44:53 +01:00
ir_rule.py [IMP] base: default _order for most internal data models (courtesy of Ferdinand Gassauer) + sorted fields in technical module guide 2010-12-10 23:42:58 +01:00
ir_sequence.py [IMP] base: default _order for most internal data models (courtesy of Ferdinand Gassauer) + sorted fields in technical module guide 2010-12-10 23:42:58 +01:00
ir_translation.py [MERGE] translations: refactoring/deferral of translated resource id resolution, fixing several translation issues 2011-01-07 16:17:35 +01:00
ir_ui_menu.py [REM] ir.ui.menu: removed create_menu() shortcut, as the feature was broken and was removed from GTK too 2011-01-10 19:21:30 +01:00
ir_ui_view.py [FIX] ir.ui.view_sc: shortcuts are now translated, and using the name_get() of the linked resource 2011-01-15 05:50:58 +01:00
ir_values.py [FIX] ir_values: revert GTK-specific hack for search_view_id after GTK client was fixed 2010-12-06 14:19:28 +01:00
osv_memory_autovacuum.py [IMP] base: add cron job to autovacuum osv_memory objects 2010-11-10 16:04:48 +01:00