mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
[IMP] account_reconcile_oca: Allow to define the statement directly
This commit is contained in:
@@ -11,6 +11,5 @@ class AccountBankStatement(models.Model):
|
||||
action = self.env["ir.actions.act_window"]._for_xml_id(
|
||||
"account_reconcile_oca.account_bank_statement_action_edit"
|
||||
)
|
||||
print(action)
|
||||
action["res_id"] = self.id
|
||||
return action
|
||||
|
||||
Reference in New Issue
Block a user