42
41
# Line without domain (consumption, overhead)
43
42
raise osv.except_osv(_('No Analytic Domain !'),_("This budget does not have an analytic domain!"))
45
44
return super(account_analytic_line, self).search(cr, uid, args, offset, limit, order, context=context, count=count)
47
46
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: