odoo/openerp
Xavier Morel 22b1bb8abb [FIX] do not remove 'multi=True' actions in fields_view_get for tree view
fields_view_get removed multi=True actions from the result of
ir_values.get_actions('client_action_multi', ...), so that multi
actions would not be displayed in the form view's sidebar in the GTK
client.

The web client has a sidebar in both cases, the GTK client just
ignores 'toolbar' key if not in tree view, so don't remove 'multi'
actions in tree view toolbar, to avoid having to perform one more RPC
call (explicit ir_values.get) in web client.

lp bug: https://launchpad.net/bugs/856378 fixed

bzr revid: xmo@openerp.com-20110929130701-65ubx1o0swk889nl
2011-09-29 15:07:01 +02:00
..
addons [MERGE] 2011-09-29 10:59:18 +05:30
conf [MERGE] sync with latest trunk 2011-09-28 23:13:26 +02:00
db [REF] openerp.modules 2011-04-20 17:27:18 +02:00
modules [FIX] cron/registry: typo 2011-09-29 01:50:48 +02:00
osv [FIX] do not remove 'multi=True' actions in fields_view_get for tree view 2011-09-29 15:07:01 +02:00
pychart [IMP] openerp python module. 2011-02-07 13:57:23 +01:00
report [MERGE] trunk 2011-09-24 16:52:58 +02:00
service [FIX] netrpc: forgot the removal of auth in the netrpc case in 2011-09-29 09:17:13 +02:00
test [IMP] openerp python module. 2011-02-07 13:57:23 +01:00
tools [MERGE] sync with latest trunk 2011-09-28 23:13:26 +02:00
wizard [REF] netsvc: removed abortResponse method. 2011-07-29 11:41:22 +02:00
workflow [MERGE] trunk 2011-09-24 16:52:58 +02:00
.apidoc API doc: move settings file from bin/ to openerp/ 2011-06-23 12:08:07 +03:00
PKG-INFO [IMP] openerp python module. 2011-02-07 13:57:23 +01:00
__init__.py [MERGE] sync with latest trunk 2011-09-27 18:51:33 +02:00
cron.py [FIX] cron: cleanup wakeup pointers after processing them 2011-09-29 01:54:09 +02:00
exceptions.py [MERGE] /openerp/6.1 xmlrpc compliant 2011-09-29 00:05:39 +02:00
import_xml.rng [IMP] tools.convert,rng: fixed support for <url> tag 2011-04-11 10:32:01 +02:00
loglevels.py [IMP] forgot to add loglevels.py and reexport 3 functions in tools.misc. 2011-02-08 10:24:58 +01:00
netsvc.py [MERGE] multi-process/multi-threaded ir.cron implementation 2011-09-29 02:21:57 +02:00
pooler.py [IMP] registry: whene deleting a registry, also delete its cache and cron. 2011-07-13 17:35:21 +02:00
release.py [MERGE] merged latest fixes from 6.0 - up to rev 3399 2011-04-11 12:13:27 +02:00
run_tests.py [IMP] openerp python module. 2011-02-07 13:57:23 +01:00
sql_db.py [MERGE] sync with latest trunk 2011-09-28 23:13:26 +02:00
tiny_socket.py API docs: settings file and titles at modules 2011-06-23 12:03:57 +03:00
wsgi.py [MERGE] /openerp/6.1 xmlrpc compliant 2011-09-29 00:05:39 +02:00