mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
[MIG] account_statement_base: Migration to 18.0
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
from odoo import _, models
|
||||
from odoo import models
|
||||
|
||||
|
||||
class AccountBankStatement(models.Model):
|
||||
@@ -48,8 +48,8 @@ class AccountBankStatement(models.Model):
|
||||
def open_entries(self):
|
||||
self.ensure_one()
|
||||
return {
|
||||
"name": _("Journal Items"),
|
||||
"view_mode": "tree,form",
|
||||
"name": self.env._("Journal Items"),
|
||||
"view_mode": "list,form",
|
||||
"res_model": "account.move.line",
|
||||
"view_id": False,
|
||||
"type": "ir.actions.act_window",
|
||||
|
||||
Reference in New Issue
Block a user