From ea62cdd4872a80fddf1d8a6298f261c9ab769026 Mon Sep 17 00:00:00 2001 From: Enric Tobella Date: Sun, 21 Apr 2024 02:26:13 +0200 Subject: [PATCH] [FIX] account_reconcile_oca: Fix view name change --- .../src/js/reconcile_manual/reconcile_manual_controller.esm.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/account_reconcile_oca/static/src/js/reconcile_manual/reconcile_manual_controller.esm.js b/account_reconcile_oca/static/src/js/reconcile_manual/reconcile_manual_controller.esm.js index ea49dbdb..f5feb11a 100644 --- a/account_reconcile_oca/static/src/js/reconcile_manual/reconcile_manual_controller.esm.js +++ b/account_reconcile_oca/static/src/js/reconcile_manual/reconcile_manual_controller.esm.js @@ -15,6 +15,9 @@ export class ReconcileManualController extends FormController { afterExecuteAction: this.afterExecuteActionButton.bind(this), }); } + displayName() { + return this.env.config.getDisplayName(); + } async reloadFormController() { try { await this.model.root.load();