[FIX] Period tooltip

This commit is contained in:
Maxime Chambreuil - http://www.savoirfairelinux.com
2015-06-17 17:23:31 -04:00
parent 07d785ac09
commit 27267b2e27

View File

@@ -303,7 +303,7 @@ class deposit_ticket(orm.Model):
'Force Period',
required=True,
states={'done': [('readonly', True)]},
help="Keep empty to use the period of the validation date.",
help="The period used for the accounting entries.",
),
'deposit_method_id': fields.many2one(
'deposit.method',