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 add conditions to a quotation

Inscrever

Seja notificado quando houver atividade nesta publicação

Esta pergunta foi sinalizada
quotationconditions
2 Respostas
4712 Visualizações
Avatar
Erwin Janszen

I am looking for a possibility to add a number of conditions to an offer that must be met before the offer can actually be converted into an order.

In my case it is a quote for building garden sheds. Drawing up the quotation is not a problem and is neatly sent to the customer.
Converting the quotation to an order (to actually plan to build the garden shed) must meet the following conditions:

  1. Quotation has been approved by the customer (signature)

  2. A down payment by the customer  

  3. An approved building plan (via another internal department)

  4. In some cases: a building permit (based on the approved building plan)

NB: It could take up to 10 weeks in durations before all these conditions will  be met.

The intention is that on the relevant quotation page a few buttons are added with which the status of these conditions can be indicated. Only when all these conditions are  satisfied, it becomes possible to place an order for it.

How can I realize this in Odoo (v12)?

1
Avatar
Cancelar
faOtools

Perhaps, this app - https://apps.odoo.com/apps/modules/12.0/sale_order_checklist/ - will let you reach your goal.

Avatar
Erwin Janszen
Autor Melhor resposta

Thanks Niyas for your reply. 

But how do I do that? Could you give me an example of such a piece of code?

Regards, Erwin.

0
Avatar
Cancelar
Niyas Raphy (Walnut Software Solutions)

first of all you have to fix which way you are going to do this, once it is done you can start making changes, for inheriting the view you can refer the link i have added in the answer, other things you want to know should be about the workflow: https://www.cybrosys.com/blog/defining-header-statusbar-and-buttons-in-odoo-v12

Niyas Raphy (Walnut Software Solutions)

Most simple option is just add four new boolean fields to check whether these steps are completed, then super the action if the confirm button and check whether all the four fields are ticked or not. If not block the flow.

Avatar
Niyas Raphy (Walnut Software Solutions)
Melhor resposta

Hi,

In many ways you can do it. Either you can override the Confirm buttons action and check whether the all above conditions are met or not. If not you can raise warning and ask to complete these steps. There should be enough changes made in the view and code to understand whether the all steps is finished or not.


The other options are you can add new buttons for the above steps, and display each button when the previous one is completed, finally when all the above is completed you can show the confirm button.


To customize and make changes in existing form, refer this, even though it is for v12, same for the v10 too : Customize existing View

Thanks

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
Multiple lines in the quotation calculator
quotation
Avatar
0
nov. 25
956
Design Quotation Template with dynamic variables
quotation
Avatar
0
abr. 25
3335
quote template
quotation
Avatar
0
jul. 24
2410
How to configure Salary Rules CONDITIONS Based on Resolvido
conditions
Avatar
Avatar
1
mai. 24
2647
Can I change the currency symbol position from right to left? Resolvido
quotation
Avatar
Avatar
1
jun. 21
5360
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