| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
Discuss (mail)
|
| Lines of code | 2366 |
| Technical Name |
oe_odoo_data_migrator |
| License | OPL-1 |
| Website | https://odooerp.ae/ |
| Versions | 17.0 18.0 19.0 |
Key Features
Safely migrate and merge data from any PostgreSQL database into your Odoo instance with intelligent dependency handling and ID remapping
Direct PostgreSQL Connection
Connects directly to any source PostgreSQL database using psycopg2 for fast and reliable data transfer.
Automatic Dependency Resolution
Automatically orders tables based on foreign key dependencies to ensure data integrity during migration.
Smart FK Remapping
Automatically remaps foreign keys using ID mapping tables and handles Many2Many relation tables.
Incremental Migration
Migrate only new or modified records using cutoff dates based on create_date or write_date.
Dry Run Mode
Test your migration configuration safely without making any changes to the destination database.
Update Existing Records
Automatically detects and updates records that already exist instead of skipping them.
Comprehensive Logging
Full audit trail with detailed logs for every action, including errors and skipped records.
Batch Processing
Configurable batch size for optimal performance and memory usage during large migrations.
Sequence Synchronization
Automatically synchronizes sequences after migration and handles unique constraint violations intelligently.
Migration Configuration
Migration Settings
Table Selection
User guide
Safely migrate data from any PostgreSQL database into Odoo with full control and detailed logging.
1. Install the module
- Copy the oe_odoo_data_migrator folder to your Odoo addons directory.
- Install psycopg2-binary via pip.
- Update Apps List and install Database Migration Tool.
2. Create Migration Configuration
- Go to Database Migration from the main menu.
- Click Create and give your configuration a name.
3. Configure Source Database
- Fill in Source DB Host, Port, Name, User and Password.
- Click Test Connection to verify.
4. Set Migration Options
- Configure Cutoff Date, Batch Size, Dry Run, and other settings.
- Enable Dry Run for testing first.
5. Run the Migration
- Review all settings carefully.
- Click Start Migration.
- Monitor progress in the Logs tab.
6. Review Results
- Check detailed logs for migrated records, skipped items, and errors.
- Review ID mappings and sequence synchronization status.
- Always backup your destination database before running a live migration.
Frequently Asked Questions
1. Does it support incremental migration?
2. Is the source database modified?
3. What happens if a record already exists?
4. Should I use Dry Run first?
5. Does it handle foreign keys automatically?
6. Is it safe for production use?
Module Support & SLA
Standard response time (SLA) for support queries is typically 1 to 2 working days.
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
Discuss (mail)
|
| Lines of code | 2366 |
| Technical Name |
oe_odoo_data_migrator |
| License | OPL-1 |
| Website | https://odooerp.ae/ |
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.
Please log in to comment on this module
There are no comments yet!