Hi!
I am running odoo8 with the contract management module (account_analytic_analysis).
I would like to upgrade my database to odoo10 but I realized the account_analytic_analysis module doesn't exist for odoo10. But I found the oca module contract which, as far as I can tell (and I am by no means an expert) uses the same structure (tables / fields).
Did someone migrate their contracts already? Would it be possible using export/import functionality or is it too complex?
There are quite a few relations to other tables:
Customer
Account Manager
Template of Contract
Reference
Parent Analytic Account
Company
product
So if I exported all data of account_analytic_analysis, removed the module and did the upgrade to 10, then all other tables should have the same ids. If I would then reimport the contracts into the new contract module, should it work? What do you think?