Here's a small example exhibiting the problem:

        def _mymethod(self, cr, uid, data, 
context):
                return {}

                'lastaction': {
                      
  'actions': [_mymethod],
                      
  'result': {     'type':      
   'state',
                      
                  
'state':[ ('end') ]
                      
  }
                },

and we see the error if we invoke the 'lastaction'.

Gerry





_______________________________________________
Tinyerp-users mailing list
http://tiny.be/mailman/listinfo/tinyerp-users

Reply via email to