22 lines
729 B
Python
22 lines
729 B
Python
{
|
|
'name': 'Account Allowed Journal',
|
|
'version': '17.0.1.0.0',
|
|
'category': 'Accounting',
|
|
'summary': 'Restrict user access to specific journals',
|
|
'description': """
|
|
This module allows restricting users to see and use only specific journals.
|
|
- Adds "Allowed Journals" field in User form.
|
|
- If "Allowed Journals" is set, the user can only access those journals.
|
|
- If "Allowed Journals" is empty, the user can access all journals.
|
|
""",
|
|
'author': 'Antigravity',
|
|
'depends': ['base', 'account'],
|
|
'data': [
|
|
'security/account_security.xml',
|
|
'views/res_users_views.xml',
|
|
],
|
|
'installable': True,
|
|
'application': False,
|
|
'license': 'LGPL-3',
|
|
}
|