Hi,
I'm using Odoo 15.
When I enter anything on Cash In/Out input text box on Point of Sale cash move popup, I'm getting below error. Please help
TypeError: utils.getComponent(...).handleInputChange is not a function at extra.handlers.input__558__ (eval at _compile (http://xxx:xx/web/assets/294-be48646/web.assets_common.min.js:1024:178), :46:175) at invokeHandler (http://xxx:xx/web/assets/294-be48646/web.assets_common.min.js:848:144) at handleEvent (http://xxx:xx/web/assets/294-be48646/web.assets_common.min.js:852:92) at HTMLDivElement.handler (http://xxx:xx/web/assets/294-be48646/web.assets_common.min.js:854:58)
In Chrome debugger I got error in this line:
xtra.handlers['input__558__'] = extra.handlers['input__558__'] || function (e) {if (context.__owl__.status === 5){return}utils.getComponent(context)['handleInputChange'](e);};