bzr revid: rim@openerp.com-20140102132357-rxflsg8esa13xlmr
This commit is contained in:
Richard Mathot (OpenERP) 2014-01-02 14:23:57 +01:00
parent 53991002b1
commit f65cea1eea
1 changed files with 1 additions and 1 deletions

View File

@ -319,7 +319,7 @@ class survey_page(osv.osv):
'title': fields.char('Page Title', size=128, required=1,
translate=True),
'survey_id': fields.many2one('survey.survey', 'Survey',
ondelete='cascade'),
ondelete='cascade', required=True),
'question_ids': fields.one2many('survey.question', 'page_id',
'Questions'),
'sequence': fields.integer('Page number'),