bzr revid: fp@tinyerp.com-2327f5d5abe495f66e17bfc9575b448e1247b017
This commit is contained in:
Fabien Pinckaers 2008-07-02 12:30:23 +00:00
parent 7dea5d2305
commit 7484b3ffd8
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ class followup_line(osv.osv):
'delay': fields.integer('Days of delay'),
'start': fields.selection([('days','Net Days'),('end_of_month','End of Month')], 'Type of Term', size=64, required=True),
'followup_id': fields.many2one('account_followup.followup', 'Follow Ups', required=True, ondelete="cascade"),
'description': fields.text('Description'),
'description': fields.text('Printed Message'),
#'prints': fields.one2many('account_followup.followup.print', 'line_id'),
}
followup_line()