@@ -140,11 +143,13 @@ class account_report(osv.osv):
selection=[
('very bad','Very Bad'),
('bad','Bad'),
('normal',''),
('normal','Normal'),
('good','Good'),
('excellent','Excellent')
('very good','Very Good')
],
string='Status'),
'disp_tree':fields.boolean('Display Tree',help='When the indicators will be printed, if one indicator is set with this field to True, then it will display one more graph with all its children in tree'),
'disp_graph':fields.boolean('Display as a Graph',help='If the field is set to True,information will be printed as a Graph; as an array otherwise.'),