[IMP]marketing_campaign: change text of field

bzr revid: kjo@tinyerp.com-20120629110019-jc3satr1ra66fqxe
This commit is contained in:
Kuldeep Joshi (OpenERP) 2012-06-29 16:30:19 +05:30
parent b92e13af30
commit e8d8218de6
1 changed files with 1 additions and 1 deletions

View File

@ -439,7 +439,7 @@ class marketing_campaign_activity(osv.osv):
'revenue': fields.float('Revenue', help="Set an expected revenue if you consider that every campaign item that has reached this point has generated a certain revenue. You can get revenue statistics in the Reporting section", digits_compute=dp.get_precision('Sale Price')),
'signal': fields.char('Signal', size=128,
help='An activity with a signal can be called programmatically. Be careful, the workitem is always created when a signal is sent'),
'keep_if_condition_not_met': fields.boolean("Don't delete workitems",
'keep_if_condition_not_met': fields.boolean("Don't Delete Workitems",
help="By activating this option, workitems that aren't executed because the condition is not met are marked as cancelled instead of being deleted.")
}