Skip to content

Instantly share code, notes, and snippets.

@ofelix03
Last active October 31, 2022 14:31
Show Gist options
  • Save ofelix03/1bfa0ac00aabb8a4abe9893efe6751fc to your computer and use it in GitHub Desktop.
Save ofelix03/1bfa0ac00aabb8a4abe9893efe6751fc to your computer and use it in GitHub Desktop.
def action_add_bank(self):
action = self.env.ref("kyc.add_bank_action").read()[0]
action['target'] = 'new'
action['context'] = {
'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