~unifield-team/unifield-web/UFTP-238

« back to all changes in this revision

Viewing changes to addons/openerp/widgets/sidebar.py

  • Committer: jf
  • Date: 2014-04-04 10:10:49 UTC
  • mfrom: (4735.1.1 unifield-web)
  • Revision ID: jfb@tempo-consulting.fr-20140404101049-sdvy4y6ovsu0y6u7
Tags: pilot3.0b3, pilot3.0b4, pilot3.0b5, pilot3.0b6, ref.week14
UTP-858 [FIX] Spanish version - Budget reports not translated
context added to actions in the right panel

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
                    del newctx[to_del]
62
62
            for relate in self.relates:
63
63
                relate['context'] = newctx
 
64
            for action in self.actions:
 
65
                action['context'] = newctx
 
66
 
64
67
 
65
68
        action = 'client_action_multi'
66
69
        if self.view_type == 'form':