This question has been flagged
2 Replies
9107 Views

Hello Community,

I can easily launch a wizard as form, but as soon as I try to launch as tree, I lost the action button.

Who knows the reason of this ? How can I get a wizard with tree view AND having some custom button to continue the wizard ?

Thanks, Marc

Avatar
Discard
Best Answer

Maybe itś too late but you should try using many2many fields

Avatar
Discard
Best Answer

Hello. I'm not sure how are you handing your wizards... But my method is this:

Since my wizards are TransientModel I create 2 classes, then I create a one2many to the class1 and a many2one to the class2. So I'm only using a form with a one2many tree.

Avatar
Discard
Author

I implemented this, but now, the problem is the check-boxes on the left disappeared : I lost the ability to select items in the list. Do you manage to select items from the list ?