odoo/openerp/addons/base/ir
Thomas Rehn e8ffc09b30 [FIX] ir.ui.view (diagram): do not depend on semi-random order of _columns
The ir.ui.view.graph_get() method depended on the natural
semi-random order of Python dict keys in the _columns dict.

When the number and/or names of the _columns happened to
yield the o2m field of the "incoming transitions" *before*
the "outgoing transitions" of the "Node model"
(e.g. workflow activity), it would swap the incoming and
outgoing transitions fields around, causing a crash later
in the `tools.graph.process` method (currently an infinite
loop in the `tree_order()` method of tools.graph.py).

Closes #3614
Fixes https://bugs.launchpad.net/openobject-server/+bug/1316948
opw-633765
2015-04-24 13:50:26 +02:00
..
report [IMP] openerp python module. 2011-02-07 13:57:23 +01:00
wizard [IMP] use the openerp namespace. 2012-12-10 16:27:23 +01:00
workflow [FIX] workflow.workitem: deleting a subflow should never cascade to workitems 2015-03-10 19:35:23 +01:00
__init__.py [FIX] cleanup ir.xml mess, ir.ui.view name is now optional in xml files 2012-10-13 14:09:24 +02:00
ir_actions.py [FIX] ir.actions.server: remove stupid restriction on model names 2014-01-07 18:20:10 +01:00
ir_actions.xml [IMP] ir_actions add a server action to run config wizards 2012-12-05 17:00:15 +01:00
ir_attachment.py [FIX] ir_attachment: upload of attachment for non-employees 2015-04-03 12:44:44 +02:00
ir_attachment_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_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 [FIX] cron: doall false by default 2014-09-26 10:17:50 +02:00
ir_cron_view.xml [FIX] ir.cron: cron list makes inactive cron jobs hard to spot 2013-01-07 18:17:20 +01: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 [FIX] ir_fields: allow accent on selection import 2014-07-25 11:53:30 +02:00
ir_filters.py [FIX] base: ir_filters: filters not in the language of the user 2015-03-26 13:18:19 +01:00
ir_filters.xml [FIX] ir_filter fix views 2013-02-01 17:44:00 +01:00
ir_mail_server.py [FIX] ir_mail_server: _get_default_bounce_address 2015-04-03 12:54:25 +02: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 [FIX] ir_model: invalidate cache when adding new fields 2014-08-21 17:24:45 +02:00
ir_model_view.xml [FIX] Removes the limit of 64 characters from additional text fields added via the interface 2013-03-27 14:23:35 +01:00
ir_needaction.py [MERGE] From trunk (second time) 2012-12-17 15:47:53 +01:00
ir_rule.py [FIX] Remove unused imports and fix some imports that doesn't use the new namespace 2012-12-17 15:30:29 +01:00
ir_rule_view.xml [IMP] ir.rule better filters 2012-11-27 22:06:09 +01:00
ir_sequence.py [FIX] base: ir sequence number is now reset to the requested value when calling the write method 2015-03-11 11:35:25 +01: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] base: translation update 2015-04-07 12:37:11 +02:00
ir_translation_view.xml [FIX] ir.translation: search view should use the stored `src` colum, the `source` function is meant for edition only 2014-01-15 13:10:21 +01:00
ir_ui_menu.py [FIX] ir.ui.menu: safer eval of action contexts when computing needaction 2013-05-07 12:40:25 +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] ir.ui.view (diagram): do not depend on semi-random order of _columns 2015-04-24 13:50:26 +02:00
ir_ui_view_view.xml [IMP] ir_ui_view search 2012-12-19 00:52:13 +01:00
ir_values.py Revert 3dec090 "[FIX] ir_values: fallback when no condition" 2014-07-28 14:35:44 +02: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