Hi,
May How too extend Wizard and Report?
Extend Model
You can extend a wizard or a report the same way you extend a Python model. Just create a new class on your model with the same __name__ and register it in the pool on your module.
__name__