Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
2 Odpowiedzi
1604 Widoki

Hi,

I have lots of blogs posted on my website on the odoo v13. I want to copy all the contents of the blogs with banners  & other images. I want to export blogs contents from odoo v13 & import to odoo v16. 
I made a simple export/import, but nothing happend. It says that the export, import was successful, but nothing appears in the new version.

Regards,

Peter

Awatar
Odrzuć
Najlepsza odpowiedź

Hi,

The Odoo Community Association (OCA) has the OpenUpgrade project.It handles schema changes between versions and migrates blog posts, attachments, and relations.

Refer : 

- https://odoo-community.org/about/openupgrade

https://github.com/OCA/OpenUpgrade


Hope it helps.

Awatar
Odrzuć
Najlepsza odpowiedź

You can export and import blogs between Odoo v13 and v16, but the fields need to be mapped correctly since the blog model structure has slight changes.


In Odoo 13, you should export with the following fields:


name

blog_id/name

blog_id/subtitle

blog_id/cover_properties

content

tag_ids


In Odoo 16, you should import with these fields:


name

blog_id/name

subtitle

cover_properties

content

tag_ids

Make sure to include all available data during the export (images, cover properties, tags, etc.), because Odoo will only import what is mapped correctly to the new version’s fields.


This way, your blog titles, subtitles, content, and banners will appear properly in Odoo 16.

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
0
lip 24
1179
1
cze 21
3587
2
lis 24
1911
1
lis 24
2553
1
paź 23
3198