Hii,
We have 5 users in Advisor security group.
We want only one user from them should be able to Post the Journal Entries in Accounting.
How to achieve this please.
Thanks,
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hii,
We have 5 users in Advisor security group.
We want only one user from them should be able to Post the Journal Entries in Accounting.
How to achieve this please.
Thanks,
Hi,
You can create new user group in the system and assign this user group to the corresponding button, so that the button will be visible for the users in the group.
Thanks
Create New Group
Assign the new group to Post button on Journal Entry form.
Following is the code to overwrite Post button.
<xpath expr="///button[@name='action_post']" position="replace">
<button name="action_post" states="draft" string="Post" type="object" class="oe_highlight" groups="new_security.group_account_journal_posting_new_group"/>
</xpath>
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
0
Jan 24
|
382 | ||
|
0
Nov 23
|
344 | ||
|
1
Nov 23
|
457 | ||
Multiple journal entries
Solved
|
|
1
Sep 23
|
1008 | |
|
2
Jan 22
|
2614 |
Groups and Access Rights: https://goo.gl/4jAhtH