You have been requested to review the proposed merge of 
lp:~openerp-dev/openobject-server/trunk-bug-901601-nch into 
lp:openobject-server.

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-server/trunk-bug-901601-nch/+merge/85110

please see for client 
changes:https://code.launchpad.net/~openerp-dev/openobject-client/trunk-bug-901601-nch

-- 
https://code.launchpad.net/~openerp-dev/openobject-server/trunk-bug-901601-nch/+merge/85110
Your team OpenERP R&D Team is requested to review the proposed merge of 
lp:~openerp-dev/openobject-server/trunk-bug-901601-nch into 
lp:openobject-server.
=== modified file 'openerp/tools/convert.py'
--- openerp/tools/convert.py	2011-11-22 08:58:48 +0000
+++ openerp/tools/convert.py	2011-12-09 11:26:23 +0000
@@ -638,7 +638,9 @@
                     action_mode, = cr.fetchone()
                 if action_type=='tree':
                     values['icon'] = 'STOCK_INDENT'
-                elif action_mode and action_mode.startswith('tree'):
+                elif action_mode and ( action_mode.startswith('tree') 
+                                       or  action_mode.startswith('kanban') 
+                                       or  action_mode.startswith('gantt')):
                     values['icon'] = 'STOCK_JUSTIFY_FILL'
                 elif action_mode and action_mode.startswith('graph'):
                     values['icon'] = 'terp-graph'

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to