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
When attempting to validate bank statement lines or opening the 'discuss' feature in V16 Enterprise Accounting Reconciliation screen, an error traceback is displayed.
Steps to reproduce the behavior:
Install the mgmtsystem_nonconformity module.
Go to Accounting in v16 Enterprise -> Click on any journal which has items to reconcile
Click on discuss or try to validate a bank statement line
This is caused by the javascript changes in the module, after commenting out the web.assets_backend in manifest of mgmtsystem_nonconformity module, the error is resolved.
The text was updated successfully, but these errors were encountered:
Module
mgmtsystem_nonconformity
Describe the bug
When attempting to validate bank statement lines or opening the 'discuss' feature in V16 Enterprise Accounting Reconciliation screen, an error traceback is displayed.
Steps to reproduce the behavior:
Expected behavior
No error!
Additional context
We are getting the below error:
OwlError: An error occured in the owl lifecycle (see this Error's "cause" property)
at handleError (http://localhost:8016/web/assets/9641-16f2c17/web.assets_common.min.js:1472:101)
at owl.App.handleError (http://localhost:8016/web/assets/9641-16f2c17/web.assets_common.min.js:2098:29)
at Fiber._render (http://localhost:8016/web/assets/9641-16f2c17/web.assets_common.min.js:1497:19)
at Fiber.render (http://localhost:8016/web/assets/9641-16f2c17/web.assets_common.min.js:1495:6)
at ComponentNode.render (http://localhost:8016/web/assets/9641-16f2c17/web.assets_common.min.js:1571:56)
Caused by: TypeError: Cannot read properties of undefined (reading 'data')
at MessagingClass.template (eval at compile (http://localhost:8016/web/assets/9641-16f2c17/web.assets_common.min.js:2056:374), :66:50)
at node.renderFn (http://localhost:8016/web/assets/9641-16f2c17/web.assets_common.min.js:1613:210)
at node.renderFn (http://localhost:8016/web/assets/9641-16f2c17/web.assets_common.min.js:1614:207)
at Fiber._render (http://localhost:8016/web/assets/9641-16f2c17/web.assets_common.min.js:1496:96)
at Fiber.render (http://localhost:8016/web/assets/9641-16f2c17/web.assets_common.min.js:1495:6)
at ComponentNode.render (http://localhost:8016/web/assets/9641-16f2c17/web.assets_common.min.js:1571:56)
This is caused by the javascript changes in the module, after commenting out the web.assets_backend in manifest of mgmtsystem_nonconformity module, the error is resolved.
The text was updated successfully, but these errors were encountered: