This question has been flagged
4 Replies
5391 Views

dear all,

hope you are well!

i want to create sale person in odoo v11. enterprise, without user access, at the moment when i want to select saleperson on customer form it shows me only user list but not all employees. is their a way to select saleperson from employee list on the customer form other than only  users.

many thanks

have a nice day


Avatar
Discard
Best Answer

Hi,

Create a custom module and make invisible on the corresponding user_id field and add a many2one field there with hr.employee.

Avatar
Discard
Best Answer

One possible workaround in Odoo 11 is to create a portal user in Odoo and then link that to an employee.  But in later versions it's only possible to select an internal user in the group Sales / User: Own Documents Only).

Avatar
Discard
Best Answer

Hi,

The field sales person is a many2one relation to res.users(Users table). So if you want to select employees for field sales person, You will have to create a custom module for that.

Avatar
Discard
Best Answer

I have the same issue and cannot find a solution other than creating users with fees. 

You can grant an employee a portal user access through: contacts, select employee, action, portal access management.

After that you will have to go to manage users and grant the same employee access to POS module as a user. 

But I am not sure if this will not get you charged anyways since you giving the POS access to an employee. Also I heard that using portal user access to an employee is illegal. 

Avatar
Discard