Contributors mailing list archives

contributors@odoo-community.org

Browse archives

Avatar

Re: Overwriting a method in OCA module.

by
Numérigraphe, Lionel Sausin
- 11/09/2015 13:22:33
If you have no other choice it's better that nothing I guess.
Please take care to clearly indicate why you are doing this in the code 
comments of your module, and explain in the README that your module is 
incompatible with other modules which change the same method.
Ideally, you could also make a PR for Odoo master to add the "hooks" you 
miss, so that in the next version you remove the limitation from your 
module.


Reference