[FIX] account_reconcile_oca: Fix view name change
parent
20a9d6edd8
commit
ea62cdd487
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue