Gerry, I've been checking. In your module you probably have an _auto_init method declared like this:
def _auto_init(self, cr): And for version 5.0 you need to declare it like this: def _auto_init(self, cr, context={}): You can see what I mean if you compare the _auto_init method declared on account_move_line.py on version 4.2 and 5.0. Regards, Pedro -------------------- m2f -------------------- -- http://www.openerp.com/forum/viewtopic.php?p=25568#25568 -------------------- m2f -------------------- _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman/listinfo/tinyerp-users
