| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/web |
| GIT | |
| GIT | https://github.com/OCA/web.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/web/tree/7.0/web_advanced_filters |
| VERSION | |
| VERSION | 1.0 |
| CATEGORY | |
| CATEGORY | Tools |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Therp BV |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Therp BV |
| COMMITTERS | |
| COMMITTERS | Alexandre Fayolle, Holger Brunn, Stéphane Bidoul (ACSONE), OCA Transbot, Rudolf Schnapka, Stefan Rijnhart (Therp) |
| WEBSITE | |
| WEBSITE | |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:07:15 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - base - web |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION |
Introduction
------------
This addon allows users to apply set operations on filters: Remove or add
certain ids from/to a selection, but also to remove or add another filter's
outcome from/to a filter. This can be stacked, so the filter domain can be
arbitrarily complicated.
The math is hidden from the user as far as possible, in the hope it's still
user friendly.
Usage
-----
After this addon is installed, every list view shows a new menu 'Advanced
filters'. Here the set operations can be applied as necessary.
Caution
-------
Deinstalling this module will leave you with filters with empty domains. Use
this query before uninstalling to avoid that:
``alter table ir_filters rename domain_this to domain``
|
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
form_ir_filters_combine_with_existing |
ir.filters.combine.with.existing | form | New | |
form_ir_filters_save_new |
ir.filters | form | New | |
ir_filters_view_form |
ir.filters | sheet | Inherits base.ir_filters_view_form |
No new fields.
Public methods (4)button_freeze(self, cr, uid, ids, context=None)
button_save(self, cr, uid, ids, context=None)
button_test(self, cr, uid, ids, context=None)
create(self, cr, uid, values, context=None)
No new fields.
Public methods (1)button_save(self, cr, uid, ids, context=None)