Hi, I've run into problems with base_iban. I want to extend it, but can't replace it's read() and write() methods, nor can I uninstall it to replace it altogether (account depends on it).
Inheriting has no use, as base_iban uses local functions for its core functionality and due to generic inheritance schemes, eventually takes control in its methods, thereby undoing the extensions. base_iban is very limited in functionality, which account_banking needs to extend. How can I do this without inheriting and without replacing? Ideas are welcome. ------------------------ Pieter J. Kersten EduSense BV http://www.edusense.nl -------------------- m2f -------------------- -- http://www.openobject.com/forum/viewtopic.php?p=50509#50509 -------------------- m2f -------------------- _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman2/listinfo/tinyerp-users
