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

Feature Request: Native “Dialog Filters” in Search Panel

Esta pergunta foi sinalizada
A pergunta foi fechada por motivo: not enough information given to provide help
por Ray Carnes (ray) em 28/11/2025 08:00:30
development
5 Visualizações
Avatar
Adam Homolka

Description


In many business workflows, users need to apply filters that require entering parameters (e.g., date range, amount range, customer selection, boolean switches).

Currently, in Odoo’s Search Panel / Filters, all filters must be predefined with static domain values. There is no native way to prompt the user to input parameters when a filter is activated.


This leads to a poor UX for scenarios where the filter is dynamic and depends on user input.


Typical example:

  • “Issued invoices for a selected date range”

  • “Payments with amount between X and Y”

  • “Filter partners by creation date range”

  • “Show documents before/after a chosen date”


Right now, this cannot be done without custom JavaScript or custom wizards placed outside the search interface.

Current Limitations

  • Filters in the search panel are static and cannot display any dialog.

  • It is not possible to attach a parameter form (wizard) to a filter.

  • No native mechanism exists to prompt the user for values before applying a domain.

  • Implementing this requires custom JS extending the web client, which is fragile during upgrades.

Expected Behavior


Introduce a native Odoo mechanism allowing a filter to trigger a small dialog (wizard) when clicked.

The dialog would allow the user to enter parameters which then dynamically generate the domain.


A possible structure:

  1. User clicks a filter defined as “interactive” or “parameterized”.

  2. Odoo automatically opens a dialog with relevant fields (date_from, date_to, checkboxes, selection lists…).

  3. After clicking “Apply”, Odoo:

    • builds the domain dynamically

    • applies it to the current search

    • updates the search bar accordingly


This is similar to how other systems (SAP, MS Dynamics, NetSuite) allow “filters with parameters”, improving usability.


Benefits

  • Huge UX improvement: users can filter records using custom parameters without leaving the list view.

  • Cleaner architecture: no custom JavaScript hacks are required.

  • More powerful search functionality, especially for Accounting, Sales, Inventory, HR, and any heavily date-driven workflow.

  • Reduces need for custom modules and makes Odoo more competitive against ERP systems with dynamic filter dialogs.

  • Aligns with existing Odoo UX patterns (wizards are already widely used).

Example Use-case from Accounting


User wants “Issued invoices for a custom date range”.


Currently:

  • Must create multiple static filters (Last 7 days, Last month, This quarter…)

  • Or manually enter domain

  • Or create a custom wizard outside the search panel


Proposed:

  • Click “Date Range Filter”

  • Dialog opens (date_from + date_to)

  • User confirms

  • Odoo shows filtered invoices immediately

Why this should be in core

  • This pattern appears across all Odoo modules.

  • The community repeatedly implements the same JS customization.

  • As Odoo grows in larger companies, parameterized filters become essential.

  • It fits naturally into Odoo’s design language and modular architecture.

Additional Notes


This feature would not break existing search filters.

It would simply extend the capabilities of the SearchPanel / SearchView.


I am happy to provide mockups, example XML structures, or contribute additional specification details if helpful.

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
Solution to the Getting Started tutorial from the official Odoo 16 documentation
development
Avatar
Avatar
Avatar
2
nov. 25
1412
How do I change the name of the module, or rather the name assigned to the module, after I created it in Odoo Studio?
development
Avatar
1
nov. 25
326
Guest House Module - Rental Search Bar
development
Avatar
Avatar
1
nov. 25
198
How to make all branches for user active automatically after login his account?
development
Avatar
Avatar
Avatar
3
nov. 25
391
MrpBom _skip_bom_line skips line of product that has two multi-choice attribute values when both are selected in Apply to variant
development
Avatar
Avatar
1
nov. 25
344
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