Pular para o conteúdo
Odoo Menu
  • Entrar
  • Experimente grátis
  • Aplicativos
    Finanças
    • Financeiro
    • Faturamento
    • Despesas
    • Planilhas (BI)
    • Documentos
    • Assinar Documentos
    Vendas
    • CRM
    • Vendas
    • PDV Loja
    • PDV Restaurantes
    • Assinaturas
    • Locação
    Websites
    • Criador de Sites
    • e-Commerce
    • Blog
    • Fórum
    • Chat ao Vivo
    • e-Learning
    Cadeia de mantimentos
    • Inventário
    • Fabricação
    • PLM - Ciclo de Vida do Produto
    • Compras
    • Manutenção
    • Qualidade
    Recursos Humanos
    • Funcionários
    • Recrutamento
    • Folgas
    • Avaliações
    • Indicações
    • Frota
    Marketing
    • Redes Sociais
    • Marketing por E-mail
    • Marketing por SMS
    • Eventos
    • Automação de Marketing
    • Pesquisas
    Serviços
    • Projeto
    • Planilhas de Horas
    • Serviço de Campo
    • Central de Ajuda
    • Planejamento
    • Compromissos
    Produtividade
    • Mensagens
    • Aprovações
    • Internet das Coisas
    • VoIP
    • Conhecimento
    • WhatsApp
    Aplicativos de terceiros Odoo Studio Plataforma Odoo Cloud
  • Setores
    Varejo
    • Loja de livros
    • Loja de roupas
    • Loja de móveis
    • Mercearia
    • Loja de ferramentas
    • Loja de brinquedos
    Comida e hospitalidade
    • Bar e Pub
    • Restaurante
    • Fast Food
    • Hospedagem
    • Distribuidor de bebidas
    • Hotel
    Imóveis
    • Imobiliária
    • Escritório de arquitetura
    • Construção
    • Administração de propriedades
    • Jardinagem
    • Associação de proprietários de imóveis
    Consultoria
    • Escritório de Contabilidade
    • Parceiro Odoo
    • Agência de marketing
    • Escritório de advocacia
    • Aquisição de talentos
    • Auditoria e Certificação
    Fabricação
    • Têxtil
    • Metal
    • Móveis
    • Alimentação
    • Cervejaria
    • Presentes corporativos
    Saúde e Boa forma
    • Clube esportivo
    • Loja de óculos
    • Academia
    • Profissionais de bem-estar
    • Farmácia
    • Salão de cabeleireiro
    Comércio
    • Handyman
    • Hardware e Suporte de TI
    • Sistemas de energia solar
    • Sapataria
    • Serviços de limpeza
    • Serviços de climatização
    Outros
    • Organização sem fins lucrativos
    • Agência Ambiental
    • Aluguel de outdoors
    • Fotografia
    • Aluguel de bicicletas
    • Revendedor de software
    Navegar por todos os setores
  • Comunidade
    Aprenda
    • Tutoriais
    • Documentação
    • Certificações
    • Treinamento
    • Blog
    • Podcast
    Empodere a Educação
    • Programa de educação
    • Scale Up! Jogo de Negócios
    • Visite a Odoo
    Obtenha o Software
    • Baixar
    • Comparar edições
    • Releases
    Colaborar
    • Github
    • Fórum
    • Eventos
    • Traduções
    • Torne-se um parceiro
    • Serviços para parceiros
    • Cadastre seu escritório contábil
    Obtenha os serviços
    • Encontre um parceiro
    • Encontre um Contador
    • Conheça um consultor
    • Serviços de Implementação
    • Referências de Clientes
    • Suporte
    • Upgrades
    Github YouTube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Faça uma demonstração
  • Preços
  • Ajuda

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Financeiro
  • Inventário
  • PoS
  • Projeto
  • MRP
All apps
É necessário estar registrado para interagir com a comunidade.
Todas as publicações Pessoas Emblemas
Marcadores (Ver tudo)
odoo accounting v14 pos v15
Sobre este fórum
É necessário estar registrado para interagir com a comunidade.
Todas as publicações Pessoas Emblemas
Marcadores (Ver tudo)
odoo accounting v14 pos v15
Sobre este fórum
Ajuda

Odoo 10 - How to assign a user in two sales teams simultaneously

Inscrever

Seja notificado quando houver atividade nesta publicação

Esta pergunta foi sinalizada
salesteamscrmodoo10.0
12 Respostas
16109 Visualizações
Avatar
youta

Hello,

I want to assign a salesperson as a team member in two sales teams, direct sale team & website sale team.

When I added him in the first team, the system accepts him. The problem is when I try to add him in the second team, he got removed from the 1st one.

In brief, Odoo didn't accept to have a user as a team member in two teams simultaneously.

Can anyone help me or give a hint to fix it.

Thanks

0
Avatar
Cancelar
Avatar
Mechsoft
Melhor resposta

The solution provided by Jeremy does not solve the need to assign the same salesperson to multiple sales team. With Website_crm_score module, it seems to be possible to assign salesperson to multiple sales team, but when the user logins to the system, on the dashboard he/she can only see one Salesteam. The other one is not seen.
According to our experience, it should be possible to add any salesperson to multiple sales team. Let's think that there are some salespeople that have the responsibility for both direct and websites sales. At the current scenario, it is not possible in Odoo. Why does Odoo limit salesperson to be in only one sales team? How about if Odoo allows salespeople to be in multiple salesteam? If customers do not need this functionality, then they will assign salesperson to only one salesteam, but if customers need to assign any salesperson to multiple salesteam, it is again possible for them without problems. I think this functionality in Odoo should be enhanced or there should be some workarounds to accomplish this.

1
Avatar
Cancelar
Jérémy Kersten (jke)

you can add an ir.rule on salesteam with " [('team_user_ids', 'in', user.id)] "

It should be done in default code, IMHO...

Mechsoft, you have probably right... But actually, the trends is on 'simplify UI and code' instead of 'add and support more features'...

Mechsoft

You are right that options are not well, but this can be done without options. At the current state, Odoo has team_id as manytoone relations and one salesperson can be only member of one sales team. When team_id is converted to manytomany relations, salespeople can be member of several salesteams.

We created a module that replaces team_id manytoone relations to manytomany relations and the problem is solved.

Mechsoft

Sorry the member_ids were converted from onetomany relation to manytomany relations and everything is working fine.

Avatar
Ermin Trevisan
Melhor resposta

There is nothing to fix. This is by design and makes sense to me. If you have a bigger company, there is usually no such thing as a multiple team assignation. If you have a small company and you do not really have 2 teams, then delete one team and you get rid of the problem.

By the way, this is the same as in Odoo 9.0

1
Avatar
Cancelar
Fatih Piristine

same in v8

Avatar
Jérémy Kersten (jke)
Melhor resposta

Imho, Website_crm_score add multi saleteam!

but why do you néed it?

because in most case, the first salesteam will be selected (eg: onchange saleman on lead)

1
Avatar
Cancelar
Avatar
Richard
Melhor resposta

@jke - Just because YOU can't see the need, doesn't mean it is not valid!

Our client has a salesteam per region, but has one salesperson who floats between two teams.  We can't just keep adding them to the other team when he travels one day each week over the border.

1
Avatar
Cancelar
Avatar
istituto acustico pontoni srl 01084910312
Melhor resposta

are there any other solutions in Odoo v12?

0
Avatar
Cancelar
Avatar
Deepa Venkatesh
Melhor resposta

Solution proposed by Mechsoft, seems ideal, ie converting member_ids present in the SalesTeam from One2many relation to Many2many relations...

0
Avatar
Cancelar
Avatar
Rodrigo Robles
Melhor resposta

How about making a new group inheriting both sales teams groups, wouldn't that solve this problem?

0
Avatar
Cancelar
Avatar
Rindhauser Michael
Melhor resposta

Hi, 

@mechsoft 

Can you provide the add-on you made to solve this problem?


Regards

0
Avatar
Cancelar
Está gostando da discussão? Não fique apenas lendo, participe!

Crie uma conta hoje mesmo para aproveitar os recursos exclusivos e interagir com nossa incrível comunidade!

Inscreva-se
Publicações relacionadas Respostas Visualizações Atividade
Import Provision for CRM user in ODOO10
crm odoo10.0
Avatar
0
fev. 18
2841
[solved] CRM. How to add/change Sales Teams Resolvido
salesteams crm
Avatar
Avatar
2
set. 15
6302
I don't have configuration option in CRM
configuration salesteams crm
Avatar
Avatar
2
mai. 19
4688
How to automatically set sales team if salesman is set?
salesteams crm sale
Avatar
Avatar
Avatar
3
nov. 17
13127
Odoo 9 - How to assign a user to many sales teams Resolvido
salesteams crm odoo9
Avatar
1
abr. 17
5236
Comunidade
  • Tutoriais
  • Documentação
  • Fórum
Open Source
  • Baixar
  • Github
  • Runbot
  • Traduções
Serviços
  • Odoo.sh Hosting
  • Suporte
  • Upgrade
  • Desenvolvimentos personalizados
  • Educação
  • Encontre um Contador
  • Encontre um parceiro
  • Torne-se um parceiro
Sobre nós
  • Nossa empresa
  • Ativos da marca
  • Contato
  • Empregos
  • Eventos
  • Podcast
  • Blog
  • Clientes
  • Legal • Privacidade
  • Segurança
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo é um conjunto de aplicativos de negócios em código aberto que cobre todas as necessidades de sua empresa: CRM, comércio eletrônico, contabilidade, estoque, ponto de venda, gerenciamento de projetos, etc.

A proposta de valor exclusiva Odoo é ser, ao mesmo tempo, muito fácil de usar e totalmente integrado.

Site feito com

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now