Skip to content
Snippets Groups Projects
Commit 7d74398c authored by Fabien Pinckaers's avatar Fabien Pinckaers
Browse files

[FIX] used field not in the object

bzr revid: fp@tinyerp.com-20111114213941-k8glvw58fzymx2er
parent 4d5fb290
No related branches found
No related tags found
No related merge requests found
......@@ -50,6 +50,7 @@ class survey(osv.osv):
return data
_columns = {
'id': fields.integer('ID'),
'title': fields.char('Survey Title', size=128, required=1),
'page_ids': fields.one2many('survey.page', 'survey_id', 'Page'),
'date_open': fields.datetime('Survey Open Date', readonly=1),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment