mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[FIX] account_lock_to_date. Correct message.
If setting the Advisor Lock To Date too early, the message instructed the user to do the exact opposite of what he/she should do to correct the problem.
This commit is contained in:
committed by
Simone Rubino
parent
e4878bfae4
commit
39bcf6de32
@@ -91,7 +91,7 @@ class ResCompany(models.Model):
|
||||
_(
|
||||
"You cannot lock a period that is not finished yet. "
|
||||
"Please make sure that the lock date for advisors is "
|
||||
"not set after the last day of the previous month."
|
||||
"set at or after the last day of the next month."
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user