[IMP]:survey:Corrected spelling in wizard.

bzr revid: apa@tinyerp.com-20100713095807-aquvqe509rv1nytz
This commit is contained in:
apa-tiny 2010-07-13 15:28:07 +05:30
parent 723c5df587
commit 66b5caf463
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ class survey_print(osv.osv_memory):
('horizontal','Landscape(Horizontal)')], 'Orientation'),
'paper_size' : fields.selection([('letter','Letter (8.5" x 11")'),\
('legal','Legal (8.5" x 14")'),('a4','A4 (210mm x 297mm)')], 'Paper Size'),
'page_number' : fields.boolean('Include Page Numvers'),
'page_number' : fields.boolean('Include Page Number'),
'without_pagebreak' : fields.boolean('Print Without Page Breaks'),
}

View File

@ -34,7 +34,7 @@ class survey_print_answer(osv.osv_memory):
'paper_size': fields.selection([('letter','Letter (8.5" x 11")'),\
('legal','Legal (8.5" x 14")'),\
('a4','A4 (210mm x 297mm)')], 'Paper Size'),
'page_number': fields.boolean('Include Page Numvers'),
'page_number': fields.boolean('Include Page Number'),
'without_pagebreak': fields.boolean('Print Without Page Breaks')
}