[FIX] account_reconcile_oca: Fix view name change

This commit is contained in:
Enric Tobella
2024-04-21 02:26:13 +02:00
parent 1321579f59
commit 9eccc9e968

View File

@@ -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();