Notice that when a wizard is called some information on the "triggering" object is passed to the wizard (ids, etc.).
So.... it should be possible to call it if your properly set all the variables (the data dictionary, I guess...) and trick the system. However, I'm not sure that you want to do that. In fact, I'm almost sure that you don't want to do that. If you need to validate a partial picking from the sale order... why don't you just open the picking from the sale order? (The pickings generated are accesible from the sale order form). If you need to validate a picking (not partial but full) you don't want to call the wizard but rather the workflow stuff... There are many examples in the code on how to do it, or you may even try to set the auto-picking field to true. Regards, Pedro -------------------- m2f -------------------- -- http://www.openerp.com/forum/viewtopic.php?p=23893#23893 -------------------- m2f -------------------- _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman/listinfo/tinyerp-users
