I Try to debug my Odoo module, but can't find out my breakpoints in result. IDE: PyCharm OS:Ubuntu
Also set debug setting in my init.py file
pydevd_pycharm.settrace('<HOST_IP>', port=5234, stdoutToServer=True, stderrToServer=True)
I need to find my breakpoint in my module code:
This part of code show Map Price on product page: