It is currently Tue May 22, 2012 11:25 pm

All times are UTC + 2 hours




Post new topic Reply to topic  [ 1 post ] 
Author Message
 Post subject: osv memory wizard verschiedene states
PostPosted: Mon Jun 06, 2011 9:02 pm 
Offline

Joined: Fri May 13, 2011 9:07 am
Posts: 9
Hallo zusammen,

ich versuche gerade einen wizard old style in einen osv memory wizard zu überführen. In dem alten wizard konnte ich eine print action aufrufen und gleichzeitig über den state eine weitere Methode des wizards aufrufen:
Code:
class some_wizard(wizard.interface):

    states = {
        'print': {
            'actions':[_get_some_id],
            'result':{'type':'print','some.report','get_id_from_action':True,'state':'another_method'}
        },
        'another_method':{
            .....
         }
     }


wie kann ich das Problem mit dem neuen osv.memory wizard lösen?

Gruß Iris


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 1 post ] 

All times are UTC + 2 hours


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:

Protected by Anti-Spam ACP