Also note: the filtering in fields_view_get of server removed "multi=True" actions. This means if there was *any* "multi=False" client_action_multi action, this code would not run, and if there were also "multi=True" actions then with this code you'd still get actions in list view but only same as in form view, not all actions for list views.
And yet an other issue: code only runs if there is no 'action' key in toolbar or it's an empty list, but then it extends the list. What if 'action' key was not there at all? Or 'None"? Why not just set key directly? -- https://code.launchpad.net/~openerp-dev/openerp-web/trunk-bug-856378-vda/+merge/76939 Your team OpenERP R&D Team is subscribed to branch lp:~openerp-dev/openerp-web/trunk-bug-856378-vda. _______________________________________________ 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

