I deployed an eCommerce instance on odoo 10. But before it is been launched, we decide to move it to odoo 12. We basically only need move the product information. We find most fields can be migrated by odoo default export-import function.
But we find the images under website_description only migrated the links. The images are not actually moved. The question is where is the media images stored?(Not the template images but images inserted in summernote.) I do moved all the files /.local/share/Odoo/filestore/database to the new database on odoo 12. But the images still now show up. Any help is appreciated.
Best regards