This question has been flagged
1 Reply
2908 Views

Hello

If, for a module I'm writing, I inherit from a existing model from another module, for doing some actions before write, create etc, did it affect the whole OpenERP, or only my module?

Regards

Avatar
Discard
Best Answer

You are changing the behaviour of those methods. These changes will be effective on any call on them, so I think the answer for you is: yes, it will affect the whole OpenERP.

Avatar
Discard