This question has been flagged
1 Reply
2689 Views

In Odoo 9:

Anybody tried inheriting the onchange method which has the decorator "api.onchange('xx_field')" in your custom module.


Even after using super() seems to override the method instead of inheriting it.



Avatar
Discard
Best Answer

if you want to override the method then don't call the super method or please elaborate your question.

Avatar
Discard