Skip to Content
Menu
This question has been flagged
1 Reply
2190 Views

I see the expense that happens very often in the company, if only the chief accountant (under the access right account.group_account_manager group) has access to post journal entries, it will be heavy for them, because a company has only one chief accountant.

I have a suggestion that only the accountant (under the access right account.group_account_user group) can post journal entries.

Please answer for me, why do you guys do that?

Avatar
Discard
Best Answer

I can't tell you why Odoo designed it like that, but it is possible to change it.

It's easy to do using Odoo Studio:

 

If you change it to the Accountant, Studio creates an Extension View:


<data>
  <xpath expr="//button[@name='action_sheet_move_create']" position="attributes">
    <attribute name="groups">account.group_account_user</attribute>
  </xpath>
</data>

If you don't have Studio you could create the Extension View manually.


Avatar
Discard
Related Posts Replies Views Activity
0
Dec 24
26
1
Dec 24
51
1
Dec 24
72
0
Dec 24
40
1
Dec 24
66