mirror of
https://github.com/brain-tec/account_ebics.git
synced 2025-08-13 14:15:36 +00:00
[IMP] account_ebics : remove obsolete 'view_type' in actions
This commit is contained in:
@@ -46,7 +46,6 @@ class AccountBatchPayment(models.Model):
|
||||
view = self.env.ref("account_ebics.ebics_xfer_view_form_upload")
|
||||
act = {
|
||||
"name": self.env._("EBICS Upload"),
|
||||
"view_type": "form",
|
||||
"view_mode": "form",
|
||||
"res_model": "ebics.xfer",
|
||||
"view_id": view.id,
|
||||
|
Reference in New Issue
Block a user