This question has been flagged
1 Reply
4650 Views

Hi all, I've downloaded a module but I'm getting a error that the ir.wizard.screen class doesn't exist. I'm guessing this is because the version 7.0 removed this class. My question is what is the best way to replace this? Which class should I inherit?

Avatar
Discard
Best Answer

Hi Danimar,

ir.wizard.screen was totally removed and now you don't need to inherit any other model as replacement. Now onwards you just need to define your wizards as a normal model as you defined a non wizard model. i.e there is no more wizard concepts technically.

Thanks,

Avatar
Discard
Author

Nice, thanks.