This question has been flagged

I am writting a new module which inherits account.invoice adding a new field.

I would like to add an action to populate that new field under an onchange_partner_id event.

However, I would not like to rewrite/replace the whole routine, just do some extra stuff at the end.

Is that possible: to add a second onchange event to be executed after the main class one or in parallel to the main class?

If so, how?

Avatar
Discard
Best Answer

check the answer at your other question

https://www.odoo.com/es_ES/forum/help-1/question/error-while-trying-to-extend-onchange-method-in-account-invoice-91110

Avatar
Discard
Author

Thanks Axel. I further elaborate the question so I decided to put a more defined example in separate topic. For those interested a concrete example of this is in the question pointed by Axel.