I think I need to add a wizard of type client_action_multi to the campaign_wizard.xml. Is that right?
The method that I'm trying to call, continue_camp(...), is in a class inheriting from osv.osv, so I guess that I can't just use it directly from the campaign_wizard.xml. I think I need to create another wizard, inheriting from osv.osv_memory. Is that right? So let's call that new wizard continue_campaign_wizard.py (in the wizard directory) containing class campaign_continue_campaign_wizard(osv.osv_memory). So, does this look right: <wizard> I need to make sure that I'm "guessing" these basics correctly before I go any further. Many thanks MattLG -------------------- m2f -------------------- -- http://www.openobject.com/forum/viewtopic.php?p=48412#48412 -------------------- m2f -------------------- _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman2/listinfo/tinyerp-users
