I've been developing some modules that extend Sale, Inventory, and MRP (manufacturing) and have been getting this error on occasion.
I've tried clearing my browser's cache but that hasn't worked to address the bug.
As a temporary fix I'll drop my db, create a new one with the same name and then load the modules, but that's not sustainable long term.
Any suggestions on why this issue pops up or how to fix it are greatly appreciated!
Uncaught Promise > deserializeDateTime is not a function
TypeError: deserializeDateTime is not a function
at new ExpirationPanel (http://localhost:8069/web/assets/138-5429130/web.assets_backend.min.js:9992:157)
at QWeb.eval (eval at _compile (http://localhost:8069/web/assets/97-5c5a31b/web.assets_common.min.js:1016:178), <anonymous>:34:16)
at QWeb.fn (http://localhost:8069/web/assets/97-5c5a31b/web.assets_common.min.js:998:173)
at QWeb.render (http://localhost:8069/web/assets/97-5c5a31b/web.assets_common.min.js:1005:20)
at HomeMenu.__render (http://localhost:8069/web/assets/97-5c5a31b/web.assets_common.min.js:1334:33)
at HomeMenu.__prepareAndRender (http://localhost:8069/web/assets/97-5c5a31b/web.assets_common.min.js:1332:29)```