📢 Black Friday 2025 is live! Enjoy 30% OFF our most popular Odoo solutions - applied automatically. ⚡
How to Check the Installed Version of an Odoo Module

How to Check the Installed Version of an Odoo Module

There are several ways to verify the version of a module installed in your Odoo environment. Depending on the situation, you may use any of the options below:

  • The easiest option (specific to VentorTech modules)

  • Universal option (using the Apps menu)

  • Checking the module version directly in the source code

1. The Easiest Option (VentorTech Modules)

The simplest way to check the version of VentorTech modules installed in your Odoo instance is via:

Settings → E-Commerce Integration

In the System State section, you will see:

  • Technical module names

  • Installed versions

  • Installation status

Screenshot 2025-11-17 at 18.31.52.png

If this list is not visible, your integration module version may be outdated.

2. Universal Option (Apps List View)

You can also check module versions using the Apps application.

  1. Open Apps.

  2. Switch the view from Kanban to List.

  3. Locate the module in the list.

  4. One of the columns will display the module version.

This method works for most Odoo versions and modules.

Screenshot 2025-11-18 at 09.22.12.png

3. Checking the Module Version in the Source Code

Every Odoo module follows a standard structure and contains a __manifest__.py file.
Inside this file, you can find the module version defined as:

'version': '18.0.1.13.0',

Screenshot 2025-11-18 at 10.16.23.png

This approach is useful when:

  • You have direct access to the module source code

  • You work in a development environment

  • The module is not visible in the Apps interface (e.g., technical or dependency modules)


How VentorTech Module Versioning Works

VentorTech uses a consistent versioning structure for all modules:

Example:

18.0.1.19.0

Explanation:

1. Odoo version (first two numbers)

The first number represents the major Odoo version the module is compatible with.

  • Example: 18.0.1.19.0 → works only with Odoo 18

If you upgrade Odoo to a new major version (e.g., from 18 → 19), you must install a connector built specifically for that version (e.g., 19.0.1.19.0).

There are no migration scripts that can convert the connector between Odoo major versions.

2. Internal connector version (last three numbers)

These numbers represent the internal module release version.

Example: Updating from:

  • 18.0.1.17.0 → 18.0.1.19.0

This type of update can normally be applied by simply replacing module files and is available to all customers using the same Odoo major version.

Screenshot 2025-11-18 at 09.44.40.png

Not sure if our connector will work for you or you need a demo?

If you’re unsure whether our module is the right fit for your business, don’t hesitate to reach out. Our support team is here to help! We can answer your questions, provide guidance, or even schedule a demo meeting to show you how our connector works in real-time.

Contact us: https://support.ventor.tech/

Useful resources

Ecosystem Marketplace: https://ecosystem.ventor.tech/

YouTube channel:

https://www.youtube.com/@VentorTech
Related Posts