You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
going to "Invoicing / Accounting / Journal Entries"
opening one of the cash journal entries related to PoS
go to "Bank reconcile"
select a "Reconciled" entry on the left.
Then
a JavaScript error is thrown.
TypeError: Cannot read properties of undefined (reading 'model')
at ReconcileController.selectRecord (http://localhost:8069/web/assets/174-7098bb0/web.assets_backend.min.js:14206:94)
at ReconcileController.openRecord (http://localhost:8069/web/assets/174-7098bb0/web.assets_backend.min.js:14209:31)
at ReconcileKanbanRecord.onGlobalClick (http://localhost:8069/web/assets/174-7098bb0/web.assets_backend.min.js:4417:410)
at Object.mainEventHandler (http://localhost:8069/web/assets/173-8e504a5/web.assets_common.min.js:2002:77)
at HTMLDivElement.listener (http://localhost:8069/web/assets/173-8e504a5/web.assets_common.min.js:1175:15)
Given
When
Then
a JavaScript error is thrown.
It comes from https://github.com/OCA/account-reconcile/blob/16.0/account_reconcile_oca/static/src/js/reconcile/reconcile_controller.esm.js#L116
this.form_controller
is undefined.The text was updated successfully, but these errors were encountered: