python - Add button next page - wizard - Odoo v8 -


i'm trying create wizard has several pages.

i know how pass 'target' new or current, pass action form or tree view, need, before that, create several steps on different "views" of wizard, form 'next' , 'back' buttons.

is there example code can that?

i've searched on default addons, no success.

the best way have popup target=new , have statusbar on top right clickable/not readonly (so user can go back). , depending on state of record, show appropriate fields

you can of course create popup, , when user clicks next destroy popup , create 1 doesn't seem idea me.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -