| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Lines of code | 896 |
| Technical Name |
ks_list_view_designer |
| License | OPL-1 |
| Versions | 16.0 17.0 18.0 19.0 |
List View Architect
Customize every list view in Odoo 19 — without a single line of code
List View Architect gives administrators full control over every Odoo 19 list view. Show or hide columns, reorder them via drag & drop, rename headers and add extra model fields — all through a clean, intuitive dialog. Changes apply globally for all users.
Admin-Only Column Manager
A COLUMNS button appears in the control bar — but only for users in the Settings / Technical group. Regular users see the configured layout without any UI clutter.
Column Manager Dialog
Toggle visibility with a switch, reorder rows via drag & drop, rename column headers inline — all in one dialog.
Add Extra Fields to Any List View
Switch to the Add Fields tab to search all available model fields and add them as extra columns — including Many2one relations, which render as clickable links directly in the list.
Core Features
Show / Hide Columns
Toggle any column's visibility with a single switch. Hidden columns turn gray in the manager.
Drag & Drop Reorder
Rearrange columns in any order directly inside the dialog — no XML editing required.
Rename Column Headers
Give every column a custom display label. The original field name is preserved in the background.
Optional Arch Fields
Fields that are defined as optional="hide" in the view (e.g. VAT, Tags)
are also available in the manager.
Extra Fields from the Model
Add any field from the underlying model as an extra column — even if it is not part of the original view definition.
Many2one Clickable Links
Many2one extra fields render as clickable record links directly in the list row.
Global Config (not per-user)
The admin configures once — all users see the same layout. No per-user overrides needed.
Multi-Language
Fully translated in English, German, French and Spanish (de / en / fr / es).
How It Works
Open any list view
Navigate to any Odoo list view as an administrator.
Click "COLUMNS"
The button appears in the top-right control bar. Click it to open the Column Manager.
Configure & Save
Toggle, reorder, rename and add fields. Click Save — changes apply immediately for all users.
Technical Information
- Built with OWL 2 (Odoo Web Library) — no legacy JavaScript
- Uses
patch()onListRendererandListController— non-destructive, no view overrides - Config stored in
ks.list.view.config/ks.list.column.configmodels - Requires Odoo 19
- License: OPL-1 (Odoo Proprietary License)
Translation Notice
The translations provided for German (de), French (fr) and Spanish (es) were generated with the assistance of an AI language tool. While we have reviewed them for correctness, no warranty is given for the accuracy or completeness of the translations. If you encounter any translation errors, please contact us — we are happy to provide corrections.
Need Professional Odoo Support?
Remote Odoo development, custom modules, server administration and API integrations.
Contact UsOdoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module