He everybody
I have a wizard based on ***osv model*** not ***osv_memory***
To launch this wizard I create an action window with `target = new`
The action window has one view : it's a **list view**
When I click on my button on form view, It returned the action window that's a **wizard**, so I can see my list there aren't the buttons **create** and **edit**, just the list
the view type of my action window is **form** (not tree), and the view mode is **tree**
So my question is how to open **action_window** on **wizard** on **editable mode** (with buttons create and save) ?
Thank you
↧