- Fork of original anybox project, renamed to odoo.sql.migration
- Contains many optimisations from previous unpublished forks
- Intermediate release to signal renewed interest in project and not for production use.
- cleaned up and added missing tables
- Many mapping improvements, fixes and cleanup
- Added mapping for HR migration
- restored mapping for users/company assignment
- improved message migration
- Fixed CRM migration
- Migrate email_template
- Migrate email_message
- Support references with
__ref__
statements - Fixed and improved the mapping
- Increased the default csv field size limit to 20MB
- Migrate ir_sequence without needing post-migration script
- Fixed workflow instance and workitem migration
- Major performance improvement (x3) in case of db merging
- Fixed unwanted merging due to bad offset of foreign key discriminators
- Break some dependency loops and other mapping improvements
- Fixed foreign keys pointing to a
__moved__
table with existing data - Updated doc
- Fixed migration of leads and purchase orders
- simplified
__moved__
statement handling - improved workflow migration
- migrate employees and expenses
- set suppliers as companies by default
- how to install in a buildout
- updated doc
- Lots of improvements for the 6.1 to 7.0 migration
- Fixed a bug during import due to bad quoting
- Allow m2o to m2m migration without custom code
- Added mapping for project, crm and auth_ldap modules
- Fixed move lines
- Allow to request the source db as well
- Improved documentation
- Migration of running workflows
- initial release