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
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.
Open Apps.
Switch the view from Kanban to List.
Locate the module in the list.
One of the columns will display the module version.
This method works for most Odoo versions and modules.
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',
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.
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