[FIX] base_action_rule: Add the deadline option in the selection for the date fields to handle

bzr revid: stephane@openerp.com-20100422114419-wvrkppr72hj7wi7b
This commit is contained in:
Stephane Wirtel 2010-04-22 13:44:19 +02:00
parent a55f86723a
commit 464fa73f7a
1 changed files with 1 additions and 0 deletions

View File

@ -310,6 +310,7 @@ class base_action_rule_line(osv.osv):
('create','Creation Date'),
('action_last','Last Action Date'),
('date','Date'),
('deadline', 'Deadline'),
], 'Trigger Date', size=16),
'trg_date_range': fields.integer('Delay after trigger date',help="Delay After Trigger Date,\
specifies you can put a negative number " \