vijaywm
5
Add in hooks.py of your custom app (e.g. from hooks.py of erpnext)
doctype_js = {
"Communication": "public/js/communication.js",
}
You can just write client script with your js code, and call py functions in your custom app within that.
To overwrite python functions