I can add and modify fields in py files with the _inherit method I have not found any hints how to replace * _constraints * _order * def function_name in existing modules.
I need to replace the _check_ean_key in product.py to comply to UPC EAN8 logic My code is working correctly if I replace it in the original product.py file. see also http://tinyforge.org/tracker/?func=detail&aid=511&group_id=13&atid=131 but I'd like to use Tiny's fantastic feature of altering the code using customized modules which will allow me to publish it. _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman/listinfo/tinyerp-users
