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