mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
[FIX] Period tooltip
This commit is contained in:
parent
07d785ac09
commit
27267b2e27
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user