[IMP] add comment

bzr revid: api@openerp.com-20121126114405-s3b3lo6qncho2n37
This commit is contained in:
Arnaud Pineux 2012-11-26 12:44:05 +01:00
parent 72616d0ba2
commit 041e43967c
1 changed files with 1 additions and 1 deletions

View File

@ -281,7 +281,7 @@ trigger date, like sending a reminder 15 minutes before a meeting."),
for record in old_records:
state_from = record.state
else:
state_from = "na"
state_from = "na" #it means that there was no state before (creation for example)
#if we have an action that check the status
if action.trg_state_to:
if action.trg_state_from: