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

Disable "Quotation viewed by customer" - notification

Inscrever

Seja notificado quando houver atividade nesta publicação

Esta pergunta foi sinalizada
notificationsportalchatter
1 Responder
4055 Visualizações
Avatar
Mikko

We are using the portal sales orders as a communication channel with our customers. Due to the type of use our sales have too many and repetitive notifications about customer quotation views, and we would need to disable this notification. How can we achieve this? 


I already looked through the settings in developer mode, and didn't find anything related to this. Any help would be greatly appreciated.

1
Avatar
Cancelar
José Rojas

Hello,

I’m using Odoo 18 (Enterprise), and I’m receiving too many email notifications with the message "Quotation Viewed by Customer." I saw that a recent update introduced an option to disable this notification, but I cannot find where to do so.

I've checked:

  • Settings > Technical > Email > Mail Subscriptions (This option is not available in my instance)
  • Sales > Configuration > Settings (No option to disable these notifications)

Could you please guide me on where exactly this feature was implemented and how I can disable it in the latest version of Odoo 18?

Thanks in advance!

Avatar
Ray Carnes (ray)
Melhor resposta

We are working on an option for this in a future version of Odoo - see https://github.com/odoo/odoo/pull/164362

In the mean time, your only option would be to create an Automation Rule (via Developer Mode) that deletes these notifications as soon as they are created:

Install the Automation Rules (base_automation) module if it is not already installed.


Please contact your Odoo Digital Advisor or Odoo Partner if you need help and to ensure this change to your database is supported - this method does require technical skills to implement and may need additional changed beyond what I have shared here to work properly in your environment.

0
Avatar
Cancelar
Mikko
Autor


Avatar
Mikko
2 seconds ago Author

Thank you Ray for your help!

I tried the proposed solution, and for the most part it seems to function as expected. However, when user navigates from portal my account to specific sales order, then back to my account and then again back to same sales order, we have the following error message:

Oops! Something went wrong.

Take a look at the error message below.

Error message:

The record does not exist or has been deleted. (Record: mail.message(337875,), User: 37)

If the user then reloads the page everything is fine again. I guess this has to do with the script removing/unlinking the mentioned message. Is there any way to prevent this from happening?

Ray Carnes (ray)

You probably have to remove the "receipient_ids" field instead. On line 2, you would have something like record.update( { 'receipient_ids': False } ), but please contact your Odoo Digital Advisor or Odoo Partner if you want further help with this.

Mikko
Autor

Thanks again. I'm trying to get this work on test environment, and I will notify our partner once I have figured this out and before the actual implementation.

There is no receipient_ids field in message model, but there are partner_ids, notified_partner_ids and notification_ids. I can clear the partner_ids field, but this does not prevent the notifications to the employee. I haven't figured out a way to clear the other two, maybe there is something wrong with the used syntax.

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
How to change "Open In Discuss" url?
notifications chatter
Avatar
0
mai. 24
950
I want to prevent the message/chatter editor from opening automatically in Odoo version 17 Resolvido
message notifications chatter
Avatar
Avatar
2
jun. 25
1927
Odoo 17 OwlError: Missing template: "CustomChatter" Resolvido
portal chatter v17
Avatar
Avatar
Avatar
3
jun. 24
4066
How to setup chatter email notifications?
notifications chatter outgoingmailserver
Avatar
Avatar
1
set. 18
11183
Trying to replace default “Invoices & Bills” breadcrumb in Odoo portal
portal
Avatar
Avatar
1
nov. 25
371
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