Ir al contenido
Menú
Se marcó esta pregunta
2 Respuestas
1345 Vistas

Heey Odoo's, i'm encountering a problem with user permissions and group settings in the Odoo Sales module, specifically regarding the creation of quotes and selection of salespersons. Here's a breakdown of the situation:


Objective: I'm attempting to create a custom user group to manage the workflow from Opportunity to Quote to Sales Order to Invoicing in Odoo Sales.


User Setup: I've created a new user named "User1" to manage this workflow.


Group Configuration: To achieve this, I split the default user group "Sales/User: Own Documents Only" and customized permissions for my workflow.


Issue: When using the split user group, I encountered unexpected behavior during the creation of quotes:

        The "Salesperson" field does not automatically display the current user ("User1").

        When attempting to manually select "User1" from the dropdown list, the user is not found.

        However, after creating the quote and proceeding to create invoices, the "Salesperson" field correctly displays the full list of salespersons, including "User1".


Troubleshooting: I've already tried the following troubleshooting steps:

        Verified group permissions and user memberships.

        Reviewed field configuration and dependencies.

        Temporarily reverted to default configuration for comparison.

        Checked for any relevant record rules.


    Request for Assistance: Despite these efforts, the issue persists. I'm seeking guidance from the Odoo community on potential solutions or further steps to diagnose and resolve this issue.


Any insights, suggestions, or similar experiences would be greatly appreciated! Thank you in advance for your help.

Avatar
Descartar

I updated my answer

Autor

greate! but in this case, the user will be added to the default group automatically due to inheritance and will thus have access to these permissions. Reason for this rule in Odoo: “Inherited means that users added to this app group are automatically added to the next groups”.

Autor

Chris Tringham, thank you for your answer. The problem is now resolved thanks to your assistance!

Mejor respuesta

There is a hierarchy of groups within each application.  

  1. Sales Administrators
  2. Sales / User: All Documents
  3. Sales / User: Own Documents Only

If you duplicate group 3 (Sales / User: Own Documents Only) group you should:

  • ensure that the new group is inherited by Group 3 (assuming it has less access)  
  • remove some access from Group 3 and transfer that to the new group

Now the users in Group 3 have the same access as before, some inherited from the new group, and the users in the new group have reduced access.


Avatar
Descartar
Publicaciones relacionadas Respuestas Vistas Actividad
2
sept 22
4095
0
mar 19
2780
1
abr 17
6979
1
sept 15
4239
1
mar 15
5984