110
112
def _get_period_from(self, cr, uid, data, context=None):
116
period_ids = period_obj.search(cr, uid, [('special','=','False'),('fiscalyear_id','=',fiscalyear_id)],order='date_start asc')
121
125
'company_id':lambda s, cr, uid, c: s.pool.get('res.company')._company_default_get(cr, uid, 'account.account', context=c),