[IMP] res.config.settings: rename client action 'reload_all' into 'reload'

bzr revid: rco@openerp.com-20120515121016-tnmltjsgdqnw91cq
This commit is contained in:
Raphael Collet 2012-05-15 14:10:16 +02:00
parent bd3941f135
commit b100b51bb9
1 changed files with 1 additions and 1 deletions

View File

@ -542,7 +542,7 @@ class res_config_settings(osv.osv_memory):
# force client-side reload (update user menu and current view)
return {
'type': 'ir.actions.client',
'tag': 'reload_all',
'tag': 'reload',
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: