104
103
'font_style' : fields.selection(_font, 'Font'),
105
104
'parent_id': fields.many2one('account.report.bs', 'Parent'),
106
105
'child_id': fields.one2many('account.report.bs', 'parent_id', 'Childs'),
106
'report_type' : fields.selection([('only_obj', 'Report Objects Only'),('with_account', 'Report Objects With Accounts'),('acc_with_child', 'Report Objects With Accounts and child of Accounts')],"Report Type")
109
112
def name_search(self, cr, user, name, args=None, operator='ilike', context=None, limit=80):