This question has been flagged
2 Replies
5178 Views

I have defined a sales team with some members that I have properly configured. Everything is working fine but the issue is that when I logged using a member of that newly created team, on creating a new quotation/sale, the sales team field in other information is not set automatically, while the sales person field is set automatically as expected. Is this is openERP's default behaviour or there's some bug in my system?

Can there's any way to set this sales team field automatically? The company's sales person can only be in one sales team at a time, so there will be no conflit in selecting appropriate team. Thanks in advance. 

PS: Already tried to set default sales team but the problem is still there

Avatar
Discard
Best Answer

In User configuration, you could select your default sales team.

Settings --> Users --> select default sales team for that particular user.

Avatar
Discard
Best Answer

If you want to change the default value to something that is not listed in the Default dropdown, then you should do the following (it's way faster thank anything else and there's no need to change the code):

Fill the field with wanted value (sales person in your case) which you want to set to default and THEN go to the developer mode, Click on Debug View dropdown and select Set Defaults. Now you see you have a NEW (exactly the one you wanted) default value in the dropdown, which you can select. You can make it as default for current (logged) user or for everyone.

This should definetly help you.

Avatar
Discard