[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:
Ronald Portier
2020-12-01 22:48:34 +01:00
committed by Simone Rubino
parent e4878bfae4
commit 39bcf6de32

View File

@@ -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."
)
)