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

How to be notified on automatic invoice creation

Inscrever

Seja notificado quando houver atividade nesta publicação

Esta pergunta foi sinalizada
emailsubscriptionnotifications7.0
5 Respostas
12644 Visualizações
Avatar
Maarten Ureel

I have the subscription module running, but what is the easiest way to get notified somehow that invoices are created?

For example when a draft invoice is created by the module I would like to receive an e-mail or something so that I can approve the invoice asap - I don't want to check the list of invoices every day..

1
Avatar
Cancelar
Avatar
Qutechs, Ahmed M.Elmubarak
Melhor resposta

Hello, as @Nehal said, you can achieve this by automated actions ...

here a simple way without any technical stuff ....

  • first check that the Automated Action Rule module is installed, and you have a technical features on your access rights.
  • then from Setting->Technical->Automated Actions->Automated Actions
  • click create , enter any rule name e.g "Sending email when invoice created", then in the Related Document Module write "Invoice",
  • then under the Actions tab, click add in the Server actions to run, write any Action name, in the Object field choose "Invoice", Action Type: Email,
  • then write your email address in the Email Address field
  • then any subject and body, click save & close, then save.

I hope it'll help ...

Regards...

1
Avatar
Cancelar
Maarten Ureel
Autor

Works like a charm thank you. What would be the best way to only send these e-mails if invoices are created by the subscription module? Because now I would receive an e-mail when I create an invoice myself too, right? Also, I just received an e-mail for all existing invoices :)

Qutechs, Ahmed M.Elmubarak

Yes, the answer just shows the simplest way and if it just like this, it'll not work properly... because it will be trigger for creation and modification. so for complex situation you need to write a python code to the action ... even so, you can make a simple workaround by add a key word like "recurring invoice" to the source document of the subscription which it'll be the invoice in the "Additional Information" field ,then in your automated action make a new "before update filter" and choose the model to be "Invoice" and make a domain like [('comment','=','recurring invoice')]. Thanks....

José L. S. Alaguna

It works like a charm to me, but i need other feature: how can i send this mail to a group?

Avatar
Nehal
Melhor resposta

HI,

You can create an automated action and server actions for sending an email. For creating an automated action, this video and video may help you.

0
Avatar
Cancelar
Avatar
Denis Baranov
Melhor resposta

Have a look at this page: https://apps.odoo.com/apps/modules/9.0/total_notify/

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
Alerts In Subscription Not Sending Email
email subscription
Avatar
0
set. 23
2016
odoo message notifications: wrong urls, change FROM and REPLY-TO
email notifications
Avatar
Avatar
2
set. 20
5841
Open ERP 7 Email system issues
email notifications
Avatar
0
mar. 15
4758
Problem with mail marketing with all leads or segments - no mails?
email 7.0
Avatar
Avatar
1
mar. 15
6209
After task created no email notification
email notifications
Avatar
2
mar. 15
8027
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