odoo/openerp/addons/base/ir
Christophe Simonis c3cf8000e6 [FIX] module loading: mark module as initialized *after* the data files have been loaded
When the registry is updating, the view verification only validates the views 
from initialized modules. Not taking the current module allow update of views
that have also an inherited view in the same module. The verification of the base view
must not try to apply the old inherited view against it as it may not be applicable
anymore. 

After module update, we re-validate all the views of this module. This is needed because
a module can declare two (or more) inherited views that are correct when applyed alone,
but not when combined with others.

bzr revid: chs@openerp.com-20140418141550-7b57b1xl4fx0rgqq
2014-04-18 16:15:50 +02: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 [MERGE] trunk 2014-04-08 15:51:37 +02:00
ir_actions.xml [IMP] ir.actions.report.xml form view: hide the attachmend fields when report_type controller is selected 2014-03-24 17:26:16 +01:00
ir_attachment.py [IMP] ir.attachment: add method to force all attachments to use selected storage 2014-04-10 17:20:39 +02:00
ir_attachment_view.xml [IMP] Technical menu reorg, remove depreacted requests. 2013-10-06 13:26:08 +02:00
ir_config_parameter.py [IMP] use the openerp namespace. 2012-12-10 16:27:23 +01:00
ir_config_parameter_view.xml [FIX] cleanup ir.xml mess, ir.ui.view name is now optional in xml files 2012-10-13 14:09:24 +02:00
ir_cron.py [MERGE] cron race condition leading to unneeded executions, courtesy of acsone 2014-02-28 17:15:24 +01:00
ir_cron_view.xml [IMP] ir_actions cleanups. 2013-10-06 12:24:04 +02:00
ir_default.py [IMP] use the openerp namespace. 2012-12-10 16:27:23 +01:00
ir_exports.py [IMP] use the openerp namespace. 2012-12-10 16:27:23 +01:00
ir_fields.py [MERGE] forward port of branch saas-2 up to revid 5007 chs@openerp.com-20140206110220-myn57cryam1y4k9v 2014-02-06 12:04:23 +01:00
ir_filters.py [IMP] ir_filers: added an order in the construction of the list of available models 2013-02-20 11:34:59 +01:00
ir_filters.xml [IMP] rng of field tag in data xml 2013-04-29 14:24:23 +02:00
ir_http.py [MERGE] forward port of branch saas-3 up to revid 5112 chs@openerp.com-20140407144238-3s38zadkh7yxpdy7 2014-04-07 18:05:48 +02:00
ir_logging.py [FIX] ir_logging missing field 2014-03-17 01:08:51 +01:00
ir_logging_view.xml ir_logging fix msg, add uid in form view 2014-03-16 20:43:28 +01:00
ir_mail_server.py [IMP] add options for calendar view 2013-11-23 12:30:53 +01:00
ir_mail_server_view.xml [FIX] cleanup ir.xml mess, ir.ui.view name is now optional in xml files 2012-10-13 14:09:24 +02:00
ir_model.py [MERGE] forward port of branch saas-2 up to revid 5020 chs@openerp.com-20140312174526-a5rhh83g0fw8djuc 2014-03-12 19:06:14 +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 fix res_group rename, move files to clean up res 2013-10-06 17:03:09 +02:00
ir_needaction.py [MERGE] From trunk (second time) 2012-12-17 15:47:53 +01:00
ir_qweb.py [MERGE] qweb-m2o-view - Allow to use many2one for qweb template (work also with view_id) 2014-04-16 10:54:07 +02:00
ir_qweb.xml [IMP] ir_qweb: added country flag management in contact widget 2014-04-11 11:16:21 +02:00
ir_rule.py [REV] broken commit 2013-10-10 09:08:57 +02:00
ir_rule_view.xml [IMP] ir_actions cleanups. 2013-10-06 12:24:04 +02:00
ir_sequence.py [IMP] Code -> Sequence Type 2013-08-23 11:56:35 +02:00
ir_sequence_view.xml [FIX]ir_sequence: only execute a change on postgresql sequence when really needed and add a field to get an approximation of the current next_number. 2013-05-17 14:43:28 +02:00
ir_translation.py [FIX] clear ir.ui.view cache on translation write/create 2014-01-22 16:13:27 +01:00
ir_translation_view.xml [MERGE] forward port of branch 7.0 up to revid 5224 chs@openerp.com-20140206105141-7e8bv8ordqqsswh7 2014-02-06 12:02:20 +01:00
ir_ui_menu.py [REM] shortcuts, deprecated by bookmarks 2013-10-06 15:24:24 +02:00
ir_ui_menu_view.xml [FIX] cleanup ir.xml mess, ir.ui.view name is now optional in xml files 2012-10-13 14:09:24 +02:00
ir_ui_view.py [FIX] module loading: mark module as initialized *after* the data files have been loaded 2014-04-18 16:15:50 +02:00
ir_ui_view_view.xml [IMP] ir_ui_view try to add search on xml_id, doesnt seem to work 2014-01-29 06:03:41 +01:00
ir_values.py [FIX] ir.values: be tolerant to actions pointing to non existing actions (aka old wizards) 2014-02-13 12:09:37 +01:00
ir_values_view.xml [FIX] cleanup ir.xml mess, ir.ui.view name is now optional in xml files 2012-10-13 14:09:24 +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