I did not find this requirement in the devel book:
> To create a new wizard, you must: > > * create the wizard definition in a .py file > o wizards are usually defined in the wizard subdirectory of their > module as in server/bin/addons/module_name/wizard/your_wizard_name.py > * add your wizard to the list of import statements in the __init__.py > file of your module's wizard subdirectory. > * declare your wizard in the database > It did not say to add 'import wizard' to module/__init__.py So I added this line and the wiztest1 wizard is working. Gerry _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman/listinfo/tinyerp-users
