Skip to Content
Menu
This question has been flagged
2 Replies
2776 Views

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,

Avatar
Discard

Groups and Access Rights: https://goo.gl/4jAhtH

Best Answer

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

Avatar
Discard
Author Best Answer

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>
Avatar
Discard
Related Posts Replies Views Activity
0
Jan 24
382
0
Nov 23
344
1
Nov 23
457
1
Sep 23
1008
2
Jan 22
2614