@ -68,6 +68,12 @@ class AccountAgedTrialBalance(orm.TransientModel):
[('filter_period', 'Periods')],
"Filter by",
required=True),
'fiscalyear_id': fields.many2one(
'account.fiscalyear',
'Fiscal Year', help='Keep empty for all open fiscal year',
'period_to': fields.many2one('account.period', 'End Period',
}
_defaults = {