Created
October 31, 2022 14:30
-
-
Save ofelix03/141f3d2f0ec71f1cd7da5baa5e0930ab to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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