Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
4722 Visualizzazioni

I have turned on two levels of approval for purchase orders as outlined (for v11) at 

https://www.odoo.com/documentation/user/11.0/purchase/purchases/rfq/approvals.html

Instead of MANAGERS being allowed to approve Purchase Orders, I would like to create a new group APPROVERS and have just people in that group allowed to approve.
Avatar
Abbandona
Risposta migliore

Hi,

After activating the developer mode, under the settings you can see a menu named groups, there you can create your new user group. 


As it is created from the front end, currently it will not have an external id, so switch the view to tree view and export the created new user group. Now you will get an external ID to the group.


For generating the external ID, you can have a look at this video: Generating External ID in Odoo


You can see the external id of a record from click the lady debugger button near logged in users name in the form view and click the View metadata from the list, in the opening pop up you can see XML ID, copy it.


Now open the purchase order form view where the approve button exist, click the debugger button and click the edit form view option, in the opening pop up inside the architecture tab or in the records in the inherited views tab, there will be code of the button, currently for the button the inside the groups tag there will be the external ID of the managers group, you can change it with the external id of newly created group. 


Then this  button will be visible for this group of users.


The same can be done via code/ custom module too.


Thanks

Avatar
Abbandona
Post correlati Risposte Visualizzazioni Attività
2
set 21
10510
0
giu 17
3339
2
ago 24
1949
2
mar 24
2350
1
mag 23
2039