How to extend Wizard or Report same like the Model

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.

1 Like

This topic was automatically closed 12 hours after the last reply. New replies are no longer allowed.