diff --git a/account_lock_to_date/README.rst b/account_lock_to_date/README.rst index fb6d8b22310..ad592bcf872 100644 --- a/account_lock_to_date/README.rst +++ b/account_lock_to_date/README.rst @@ -47,12 +47,13 @@ Usage To set a new lock to dates, go to *Invoicing / Accounting / Actions / Update accounting lock to dates*. -A user without an Adviser group will not be able to post or update -posted journal entries on the date "Lock To Date for Non-Advisers" or +A user without the **Accounting/Invoicing Administrator** role +(``account.group_account_manager``) will not be able to post or update +posted journal entries on the date "Lock To Date for Non-Accounting Administrators" or after. -A user that has an Adviser group will not be able to post or update -posted journal entries on the date "Lock To Date" or after. +A user that has the Accounting/Invoicing Administrator role will not be able to post or +update posted journal entries on the date "Lock To Date" or after. Bug Tracker =========== diff --git a/account_lock_to_date/readme/USAGE.md b/account_lock_to_date/readme/USAGE.md index bc745be7685..7af8eee3872 100644 --- a/account_lock_to_date/readme/USAGE.md +++ b/account_lock_to_date/readme/USAGE.md @@ -1,9 +1,10 @@ To set a new lock to dates, go to *Invoicing / Accounting / Actions / Update accounting lock to dates*. -A user without an Adviser group will not be able to post or update -posted journal entries on the date "Lock To Date for Non-Advisers" or +A user without the **Accounting/Invoicing Administrator** role +(`account.group_account_manager`) will not be able to post or update +posted journal entries on the date "Lock To Date for Non-Accounting Administrators" or after. -A user that has an Adviser group will not be able to post or update -posted journal entries on the date "Lock To Date" or after. +A user that has the Accounting/Invoicing Administrator role will not be able to post or +update posted journal entries on the date "Lock To Date" or after.