Remove contradictory help message

pull/44/head
Guewen Baconnier 2015-01-05 12:15:31 +01:00
parent 066f818573
commit c79efef2bf
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ class AccountAgedTrialBalance(orm.TransientModel):
required=True),
'fiscalyear_id': fields.many2one(
'account.fiscalyear',
'Fiscal Year', help='Keep empty for all open fiscal year',
'Fiscal Year',
required=True),
'period_to': fields.many2one('account.period', 'End Period',
required=True),