[IMP] add help on test field

bzr revid: ara@tinyerp.com-20110706122807-t13hbmxzximo561h
This commit is contained in:
ARA (OpenERP) 2011-07-06 17:58:07 +05:30
parent db4c8d395d
commit 469ca9b5f4
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ class account_followup_print_all(osv.osv_memory):
'partner_lang': fields.boolean('Send Email in Partner Language', help='Do not change message text, if you want to send email in partner language, or configure from company'),
'email_body': fields.text('Email body'),
'summary': fields.text('Summary', required=True, readonly=True),
'test': fields.boolean('Test File', help='Check if you want to print follow ups without increase follow ups level.')
'test': fields.boolean('Test File', help='Check if you want to print follow ups without changing follow ups level.')
}
def _get_summary(self, cr, uid, context=None):
if context is None: