Skip to Content
Odoo Menu
  • Prisijungti
  • Išbandykite nemokamai
  • Programėlės
    Finansai
    • Apskaita
    • Pateikimas apmokėjimui
    • Sąnaudos
    • Skaičiuoklė (BI)
    • Dokumentai
    • Pasirašymas
    Pardavimai
    • CRM
    • Pardavimai
    • Kasų sistema - Parduotuvė
    • Kasų sistema - Restoranas
    • Prenumeratos
    • Nuoma
    Svetainės
    • Svetainių kūrėjimo įrankis
    • El. Prekyba
    • Internetinis Tinklaraštis
    • Forumas
    • Tiesioginis pokalbis
    • eMokymasis
    Tiekimo grandinė
    • Atsarga
    • Gamyba
    • PLM
    • Įsigijimai
    • Priežiūra
    • Kokybė
    Žmogaus ištekliai
    • Darbuotojai
    • Įdarbinimas
    • Atostogos
    • Įvertinimai
    • Rekomendacijos
    • Transporto priemonės
    Rinkodara
    • Socialinė rinkodara
    • Rinkodara el. paštu
    • SMS rinkodara
    • Renginiai
    • Rinkodaros automatizavimas
    • Apklausos
    Paslaugos
    • Projektas
    • Darbo laiko žiniaraščiai
    • Priežiūros tarnyba
    • Pagalbos tarnyba
    • Planavimas
    • Rezervacijos
    Produktyvumas
    • Diskucija
    • Patvirtinimai
    • IoT
    • VoIP
    • Žinių biblioteka
    • WhatsApp
    Trečiųjų šalių programos Odoo Studija Odoo debesijos platforma
  • Pramonės šakos
    Mažmeninė prekyba
    • Knygynas
    • Drabužių parduotuvė
    • Baldų parduotuvė
    • Maisto prekių parduotuvė
    • Techninės įrangos parduotuvė
    • Žaislų parduotuvė
    Food & Hospitality
    • Barai ir pub'ai
    • Restoranas
    • Greitasis maistas
    • Guest House
    • Gėrimų platintojas
    • Hotel
    Nekilnojamasis turtas
    • Real Estate Agency
    • Architektūros įmonė
    • Konstrukcija
    • Estate Managament
    • Sodininkauti
    • Turto savininkų asociacija
    Konsultavimas
    • Accounting Firm
    • Odoo Partneris
    • Marketing Agency
    • Teisinė firma
    • Talentų paieška
    • Auditai & sertifikavimas
    Gamyba
    • Textile
    • Metal
    • Furnitures
    • Maistas
    • Brewery
    • Įmonių dovanos
    Sveikata & Fitnesas
    • Sporto klubas
    • Akinių parduotuvė
    • Fitneso Centras
    • Sveikatos praktikai
    • Vaistinė
    • Kirpėjas
    Trades
    • Handyman
    • IT įranga ir palaikymas
    • Saulės energijos sistemos
    • Shoe Maker
    • Cleaning Services
    • HVAC Services
    Kiti
    • Nonprofit Organization
    • Aplinkos agentūra
    • Reklaminių stendų nuoma
    • Fotografavimas
    • Dviračių nuoma
    • Programinės įrangos perpardavėjas
    Browse all Industries
  • Bendrija
    Mokykitės
    • Mokomosios medžiagos
    • Dokumentacija
    • Sertifikatai
    • Mokymai
    • Internetinis Tinklaraštis
    • Tinklalaidės
    Skatinkite švietinimą
    • Švietimo programa
    • Scale Up! Verslo žaidimas
    • Aplankykite Odoo
    Gaukite programinę įrangą
    • Atsisiųsti
    • Palyginkite versijas
    • Leidimai
    Bendradarbiauti
    • Github
    • Forumas
    • Renginiai
    • Vertimai
    • Tapkite partneriu
    • Services for Partners
    • Registruokite jūsų apskaitos įmonę
    Gaukite paslaugas
    • Susiraskite partnerį
    • Susirask buhalterį
    • Susitikti su konsultantu
    • Diegimo paslaugos
    • Klientų rekomendavimas
    • Palaikymas
    • Atnaujinimai
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Gaukite demo
  • Kainodara
  • Pagalba

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

  • CRM
  • e-Commerce
  • Apskaita
  • Atsarga
  • PoS
  • Projektas
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Žymos (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Žymos (View all)
odoo accounting v14 pos v15
About this forum
Pagalba

Feature Request: Native “Dialog Filters” in Search Panel

This question has been flagged
The question has been closed priežastis: not enough information given to provide help
by Ray Carnes (ray) nuo 2025-11-28 08:00:30
development
4 Rodiniai
Portretas
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.

Portretas
Atmesti
Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Registracija
Related Posts Replies Rodiniai Veikla
Solution to the Getting Started tutorial from the official Odoo 16 documentation
development
Portretas
Portretas
Portretas
2
lapkr. 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
Portretas
1
lapkr. 25
326
Guest House Module - Rental Search Bar
development
Portretas
Portretas
1
lapkr. 25
198
How to make all branches for user active automatically after login his account?
development
Portretas
Portretas
Portretas
3
lapkr. 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
Portretas
Portretas
1
lapkr. 25
344
Bendrija
  • Mokomosios medžiagos
  • Dokumentacija
  • Forumas
Atvirasis kodas
  • Atsisiųsti
  • Github
  • Runbot
  • Vertimai
Paslaugos
  • Odoo.sh talpinimas
  • Palaikymas
  • Atnaujinti
  • Pritaikytas programavimo kūrimas
  • Švietimas
  • Susirask buhalterį
  • Susiraskite partnerį
  • Tapkite partneriu
Apie mus
  • Mūsų įmonė
  • Prekės ženklo turtas
  • Susisiekite su mumis
  • Darbo pasiūlymai
  • Renginiai
  • Tinklalaidės
  • Internetinis Tinklaraštis
  • Klientai
  • Teisinis • Privatumas
  • Saugumas
الْعَرَبيّة 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 yra atvirojo kodo verslo programų rinkinys, kuris apima visas įmonės poreikius: CRM, El. Prekybą, Apskaitą, Atsargų, Kasų sistemą, Projektų valdymą ir kt.

Unikali Odoo vertės pasiūla – būti tuo pačiu metu labai lengvai naudojama ir visiškai integruota sistema.

Website made with

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