This question has been flagged

Hello,

I'm using OpenERP 6.1.

In the "web" addon, i find an "onchange" method (controller/main.py) which seems to be called for each onchange triggered in the interface.

In my devs, i need to create a "super" onchange which can catch all the calls to any onchange method defined in OpenERP. So, i try to add a decorator on this method. This decorator just print some text and try to enter in pdb mode but nothing happens when i call any "onchange" in the interface.

Any solution to be able to enter in pdb mode ?

Avatar
Discard