This question has been flagged
3 Replies
4847 Views

Hello,

I'm looking to migrate Odoo v12 to v13 but is saw that the table account.invoice are not used anymore (merged with account.move). 


Is the data of account.invoice will be lost if I migrate to v13 without managing to export and import the data of account.invoice ? Is there a script or a method to doing that automaticly ?


Thanks in advance for the answers

Avatar
Discard
Best Answer

You cannot lost the data, as you need to do only proper migration. Actually some of fields transferred from account.invoice to account.move only.

Probably you can use oca migration script: https://github.com/odoo/odoo/commit/beaa30a3d1843de43a45f419bfbc1bfa7613a920

Thanks

Pinakin

Avatar
Discard
Best Answer

Hey Théo,

If you are on Odoo's cloud Enterprise we have migration scripts to upgrade you from V12 to V13 and this part of it. Since V13 has merged the two they are one and the same. You'll notice that if you look at a Journal entry in V13 you are also looking at the invoice. Therefore it is reasonable to expect no data lose upon a successful migration.

Below is what you see when looking at a Journal Entry related to an invoice:


Avatar
Discard
Author Best Answer

Unfortunately I'm on Odoo 12 community 

Avatar
Discard