[FIX] account_reconcile_oca: Fix view name change

pull/808/head
Enric Tobella 2024-04-21 02:26:13 +02:00 committed by Jordi Ballester Alomar
parent 20a9d6edd8
commit ea62cdd487
1 changed files with 3 additions and 0 deletions

View File

@ -15,6 +15,9 @@ export class ReconcileManualController extends FormController {
afterExecuteAction: this.afterExecuteActionButton.bind(this), afterExecuteAction: this.afterExecuteActionButton.bind(this),
}); });
} }
displayName() {
return this.env.config.getDisplayName();
}
async reloadFormController() { async reloadFormController() {
try { try {
await this.model.root.load(); await this.model.root.load();