36
34
if 'search_financing_contract' in context and context['search_financing_contract']:
38
37
donor_line = donor_line_obj.browse(cr, uid, context['active_id'], context=context)
53
private_funds_id = self.pool.get('account.analytic.account').search(cr, uid, [('code', '=', 'PF')], context=context)
55
args += [('account_id', '!=', private_funds_id),
45
58
return super(account_analytic_line, self).search(cr, uid, args, offset, limit, order, context=context, count=count)