773 B
773 B
Account Allowed Journal
Summary
This module allows restricting users to specific journals in Odoo's Accounting application.
Features
- adds a new field "Allowed Journals" to the User form view.
- Access Control:
- If "Allowed Journals" is empty, the user has access to ALL journals (standard behavior).
- If "Allowed Journals" is populated, the user can ONLY access the selected journals.
- Implements a global Record Rule to enforce this restriction across the system (Views, Search, Create, Write).
Configuration
- Go to Settings > Users & Companies > Users.
- Open the user you want to restrict.
- Go to the Allowed Journals tab.
- Add the journals the user is allowed to access.
- Save.
License
LGPL-3