Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ofelix03/141f3d2f0ec71f1cd7da5baa5e0930ab to your computer and use it in GitHub Desktop.
Save ofelix03/141f3d2f0ec71f1cd7da5baa5e0930ab to your computer and use it in GitHub Desktop.
def action_add_bank(self):
action = self.get_formview_action()
action['target'] = 'new'
action['default_bank_reference': self.bank_reference
return action
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment