odoo/openerp/addons/base
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
..
data [IMP] openerp python module. 2011-02-07 13:57:23 +01:00
i18n [I18N] Sync updated 7.0 translations from Launchpad 2015-01-07 17:57:28 +01:00
ir [FIX] ir.ui.view (diagram): do not depend on semi-random order of _columns 2015-04-24 13:50:26 +02:00
module [IMP] module: when uninstalling a module, do not redirect to a useless screen 2014-06-23 13:09:36 +02:00
report [FIX] rml reports: no hardcoded template pageSize - is set by company header/footer to A4 or US Letter 2012-12-21 16:49:06 +01:00
res [FIX] base: fixed display of address in IE11 2015-04-16 14:27:12 +02:00
rng [IMP] revert improt add 2012-11-26 08:21:47 +01:00
security [FIX] base: security: employee must have access to res.groups 2014-08-28 18:14:08 +02:00
static/src [FIX] modules: install_from_urls: restrict to administrators. Urls must come from apps server. 2014-04-10 11:58:17 +02:00
test [FIX] base: support float rounding with rounding_method=UP (ceiling) 2014-10-22 14:28:22 +02:00
tests [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
__init__.py Remove OpenERP Enterprise. 2012-08-22 11:58:23 +05:30
__openerp__.py [MERGE] auth password wizard 2012-12-20 18:10:38 +01:00
base.sql [FIX] orm,registry: properly check m2o FKs during model update + fix some models `auto_init`ed multiple times 2012-12-17 22:46:45 +01:00
base_data.xml [FIX] Remove additional company assignments to currencies 2013-05-29 12:35:03 +02:00
base_demo.xml [MERGE] trunk-acl-thu (check read/write access restrictions on fields with a groups attribute) 2012-12-17 11:15:28 +01:00
base_menu.xml [FIX] open menu 2012-09-16 16:47:45 +02:00
currency_data.xml [FIX] base: invalid ISO code for former Venezuela bolivar - ISO 4217 says VEB 2013-11-15 00:05:08 +01:00