Skip to Content
Menu
This question has been flagged
3743 Views

When we add workflow for model then its gives vals without state value. its only updated in workflow actions.
1. oncreate

def create(self, cr, user, vals, context=None):

my requirement is need to check state values for my business logic. but in workflow actions not gives values.

2. workflow actions

def test_finished(self, cr, uid, ids):

then how to pass the value of state in method parameters

Avatar
Discard
Related Posts Replies Views Activity
0
Dec 17
5536
1
Mar 15
9221
1
Mar 15
9424
2
Dec 23
12597
3
Jul 22
22905