This question has been flagged
1 Reply
2357 Views

When adding a new user, I check that he is part of group 'Students'. But in the CRM/Customers module,
he should have the checkbox 'Is a customer' unchecked.
All the other groups should have that checkbox checked.

Where would I find the option to change the value of 'Is a customer' when adding new user?
Thanks in advance!

Avatar
Discard
Best Answer

Hi,

I think by default there is no option to adjust it.  You have to do some customization for it.

Either you can override the create method of the res.partner model or make the field is_customer compute field.

 Thanks

Avatar
Discard