Skip to Content

Row Number in List View

by

8.80

18.0 0
Live Preview
Technical Name sm_row_number_list
License OPL-1
Also available in version 18.0 17.0 16.0
You bought this module and need support ? Click here!
Technical Name sm_row_number_list
License OPL-1
Also available in version v 16.0 v 17.0 v 18.0

Row Number in List View

Odoo 16.0 | 17.0 | 18.0 Production Ready AGPL-3 License

Enhance your Odoo list views with automatic row numbering! This lightweight module adds sequential row numbers to all list/tree views, making it easier to reference and track records.

✨ Key Features

  • Automatic Row Numbers - Displays sequential numbering in all list views
  • Zero Configuration - Works immediately after installation, no setup needed
  • Universal Compatibility - Applies to all models and custom views automatically
  • Clean Integration - Seamlessly integrates with Odoo's native interface
  • Lightweight & Fast - Minimal performance impact with simple template inheritance
  • Professional Presentation - Clean column design that matches Odoo's UI

💡 Why Use This Module?

  • Better Communication - Easily reference specific rows ("check row 5")
  • Data Tracking - Improved tracking during reviews and audits
  • User Experience - Enhanced navigation and data clarity
  • Professional Look - More polished appearance for client-facing views

🚀 How It Works

The module extends Odoo's list view template to add a "#" column before the checkbox selector. Row numbers are automatically calculated and displayed for each record on the current page.

Example View:

#  | Customer Name     | Email                | Phone
---|-------------------|----------------------|---------------
1  | John Doe          | [email protected]     | +1234567890
2  | Jane Smith        | [email protected]     | +1234567891
3  | Bob Johnson       | [email protected]      | +1234567892
            

📦 Installation

  1. Download or clone this module to your Odoo addons directory
  2. Restart your Odoo server or update the apps list
  3. Go to Apps menu and search for "Row Number in List View"
  4. Click Install
⚠️ Version Compatibility: This module is compatible with Odoo 16.0, 17.0, and 18.0 (both Community and Enterprise editions). It requires the web module (included in Odoo by default).

🎯 Technical Details

  • Module Name: rowno_in_tree
  • Version: 18.0.1.0.0
  • License: AGPL-3
  • Category: Technical
  • Dependencies: web (core module)
  • Implementation: XML template inheritance (OWL framework)

🛠️ Usage

After installation, row numbers will automatically appear in all list views throughout your Odoo instance. No additional configuration is required. The module works with:

  • All standard Odoo models (Customers, Products, Invoices, etc.)
  • Custom models created by other modules
  • List views with or without checkboxes
  • Paginated lists (numbers reset per page)

💪 Benefits

  • Improved Productivity: Faster record identification and reference
  • Enhanced Collaboration: Clear row references in team discussions
  • Better UX: More intuitive data navigation
  • Professional Image: Polished interface for clients and users

🎉 Ready to Enhance Your List Views?

Install this module today and enjoy automatic row numbering across all your Odoo list views!

📞 Support & Contact

Author: stevenmarp
Email: [email protected]


© 2025 stevenmarp. Licensed under AGPL-3.

Odoo 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.